Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 935 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
13 lines (9 loc) · 935 Bytes

Contributing

Pull Requests

Please follow our commit message conventions even if you're making a small change! This repository follows the conventional-changelog standard and uses this commitizen adapter to create consistent commit messages.

Please do the following:

  • Follow the existing styles (we have an .editorconfig file and we are using js-standard-style).
  • Add tests if needed.
  • Document your changes in the README (try to follow the convention you see in the rest of the file).
  • Use the command npm run c when ready to commit your changes. This will help you to provide proper commit messages that will be taken into account while generating the changelog.