Thank you for contributing to openSenseMap!

December 7, 2017 ยท View on GitHub

  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.