Skip to content

Commit 4c94a7e

Browse files
committed
docs: Add information about commit message guidelines
1 parent a738d8d commit 4c94a7e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
88
# Code
99

1010
* Our style guide is based on [Google's](https://google.github.io/styleguide/jsguide.html), most of it is automaticaly enforced (and can be automatically applied with `npm run autofix`)
11-
* commits should start with the service name and end with the issue #
12-
```
13-
[concept-insights] Added functionality to list the graphs #135
14-
```
11+
* Commits should follow the [Angular commit message guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines). This is because our release tool uses this format for determining release versions and generating changelogs. To make this easier, we recommend using the [Commitizen CLI](https://github.com/commitizen/cz-cli) with the `cz-conventional-changelog` adapter.
1512

1613
# Issues
1714

0 commit comments

Comments
 (0)