Skip to content

Commit 0533e56

Browse files
committedNov 13, 2017
CONTRIBUTING.md: be more precise what is meant by formatting commits
1 parent 61b20e2 commit 0533e56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ under the terms of [COPYING](../COPYING), which is an MIT-like license.
1212

1313
## Submitting changes
1414

15-
* Format the commits in the following way:
15+
* Format the commit messages in the following way:
1616

1717
```
1818
(pkg-name | nixos/<module>): (from -> to | init at version | refactor | etc)
19-
19+
2020
(Motivation for change. Additional information.)
2121
```
2222

@@ -25,10 +25,10 @@ under the terms of [COPYING](../COPYING), which is an MIT-like license.
2525
* nginx: init at 2.0.1
2626
* firefox: 54.0.1 -> 55.0
2727
* nixos/hydra: add bazBaz option
28-
28+
2929
Dual baz behavior is needed to do foo.
3030
* nixos/nginx: refactor config generation
31-
31+
3232
The old config generation system used impure shell scripts and could break in specific circumstances (see #1234).
3333

3434
* `meta.description` should:

0 commit comments

Comments
 (0)
Please sign in to comment.