We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ea5c7 commit eb4ac92Copy full SHA for eb4ac92
CONTRIBUTING.md
@@ -140,13 +140,13 @@ any). Follow these guidelines when writing one:
140
short description of the change.
141
2. Keep the second line blank.
142
3. Wrap all other lines at 72 columns.
143
-4. Include `Fixes #_N_`, where _N_ is the issue number the commit
+4. Include `Fixes #N`, where _N_ is the issue number the commit
144
fixes, if any.
145
146
A good commit message can look like this:
147
148
```text
149
-subsystem: explaining the commit in one line
+explain commit normatively in one line
150
151
Body of commit message is a few lines of text, explaining things
152
in more detail, possibly giving some background about the issue
0 commit comments