Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 1.09 KB

Contributing to Markdown Viewer

back to README

Bugs or feature requests

Please review existing issue(s) first.

Eventually file a new issue, providing some helpful/meaningful information (be smart 😉).

Code contribution

  1. Please ensure that:

    • all automated tests pass by running npm test.
    • the code is formatted properly by running npm run format.
    • the commit messages comply with the Commit Messages Guideline
    • your changes do not have any merge conflicts with the current state of the develop branch.
    • no tags have been generated for or will be forwarded to this repository.
  2. Submit your contribution as a Pull Request to the develop branch only!

Note: After the contributing PR has been merged in the develop branch, the maintainer of the repo may forward the changes to the master repository and generate a new release.