- Fork it ( https://github.com/sensebox/openSenseMap/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
npm run commit) - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request against branch
development
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.