Skip to content

Commit

Permalink
docs: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Mar 14, 2015
1 parent 56ea5c7 commit eb4ac92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ any). Follow these guidelines when writing one:
short description of the change.
2. Keep the second line blank.
3. Wrap all other lines at 72 columns.
4. Include `Fixes #_N_`, where _N_ is the issue number the commit
4. Include `Fixes #N`, where _N_ is the issue number the commit
fixes, if any.

A good commit message can look like this:

```text
subsystem: explaining the commit in one line
explain commit normatively in one line
Body of commit message is a few lines of text, explaining things
in more detail, possibly giving some background about the issue
Expand Down

0 comments on commit eb4ac92

Please sign in to comment.