File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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
6769building current realease and versioning.
@@ -73,6 +75,9 @@ TIA for your PR and thus for your support of this project. As we have
7375further SDKs in other languages, it might take a bit of time to check
7476if 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+
7681Versioning
7782----------
7883
You can’t perform that action at this time.
0 commit comments