Skip to content

Commit 3608039

Browse files
docs(dev-guide): review on how to set commit message
1 parent f4c9723 commit 3608039

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/developmentguide.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ Pull Request (PR) Procedure
6060
* fork our project and create a new branch.
6161
* clone it and check this branch out
6262
* apply your desired changes / extensions
63-
* commit and push it to remote
64-
* open a pull request (PR)
63+
* commit and push it to remote. Please follow these format rules_.
64+
We suggest to use commitizen_.
65+
* open a pull request (PR) - check results of Travis CI.
66+
There are possibly Code issues you can correct.
6567

6668
**We care then about the rest** - no need to worry about things like
6769
building current realease and versioning.
@@ -73,6 +75,9 @@ TIA for your PR and thus for your support of this project. As we have
7375
further SDKs in other languages, it might take a bit of time to check
7476
if we can role out that PR as we want to keep all our SDKs aligned.
7577

78+
.. _rules: https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines)
79+
.. _commitizen: https://github.com/commitizen/cz-cli/blob/master/README.md
80+
7681
Versioning
7782
----------
7883

0 commit comments

Comments
 (0)