Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 934 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 934 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 write 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.