You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(CONTRIBUTING.md): add a note about subject tense and case
The contribution guidelines previously did not mention that the commit
messages should be lowercase and in the past tense. This has been
updated with an example.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,16 @@ All pull request commit messages are automatically checked using [GitCop](http:/
18
18
19
19
No line in your commit message shoult be longer than **72** characters. If you have something that is longer than this (such as a url), please put it on to multiple lines with a backspace at the end of each line.
20
20
21
+
##### Subject
22
+
23
+
The subject (first commit line) should be written in the past tense and should start with a lower case letter. e.g.
24
+
25
+
feat(Changex.Formatter): add ability to determine current_version
26
+
27
+
Instead of:
28
+
29
+
Feat(Changex.Formatter): Add ability to determine current_version
30
+
21
31
##### Format
22
32
23
33
Because Changex automatically generates the [CHANGELOG.md](https://github.com/Gazler/changex/blob/master/CHANGELOG.md) from the commit messages, it is important that the follow these rules.
0 commit comments