Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 790 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 790 Bytes

Thank you for contributing to openSenseMap!

  1. Fork it ( https://github.com/sensebox/openSenseMap/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (npm run commit)
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request against branch development

Git Commit Guidelines

We are following AngularJS's commit message convention also known as conventional-changelog.

We use the Commitizen CLI wizard. To use the wizard, run npm run commit after staging your changes.