Skip to content

Commit eb4ac92

Browse files
committed
docs: fix syntax
1 parent 56ea5c7 commit eb4ac92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ any). Follow these guidelines when writing one:
140140
short description of the change.
141141
2. Keep the second line blank.
142142
3. Wrap all other lines at 72 columns.
143-
4. Include `Fixes #_N_`, where _N_ is the issue number the commit
143+
4. Include `Fixes #N`, where _N_ is the issue number the commit
144144
fixes, if any.
145145

146146
A good commit message can look like this:
147147

148148
```text
149-
subsystem: explaining the commit in one line
149+
explain commit normatively in one line
150150
151151
Body of commit message is a few lines of text, explaining things
152152
in more detail, possibly giving some background about the issue

0 commit comments

Comments
 (0)