aboutsummaryrefslogtreecommitdiff
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJoerg Thalheim <joerg@thalheim.io>2017-11-13 09:02:56 +0000
committerJoerg Thalheim <joerg@thalheim.io>2017-11-13 09:05:18 +0000
commit0533e56671ededf04d9d061d2fb9db149faa6998 (patch)
tree9e88f2ea65526f2b640f345b057ec59b2d33045b /.github/CONTRIBUTING.md
parent61b20e24156e5653df2b5e8d316331cf89cd4ee4 (diff)
CONTRIBUTING.md: be more precise what is meant by formatting commits
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 41e85bd5ac4..981036bf4a0 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -12,11 +12,11 @@ under the terms of [COPYING](../COPYING), which is an MIT-like license.
## Submitting changes
-* Format the commits in the following way:
+* Format the commit messages in the following way:
```
(pkg-name | nixos/<module>): (from -> to | init at version | refactor | etc)
-
+
(Motivation for change. Additional information.)
```
@@ -25,10 +25,10 @@ under the terms of [COPYING](../COPYING), which is an MIT-like license.
* nginx: init at 2.0.1
* firefox: 54.0.1 -> 55.0
* nixos/hydra: add bazBaz option
-
+
Dual baz behavior is needed to do foo.
* nixos/nginx: refactor config generation
-
+
The old config generation system used impure shell scripts and could break in specific circumstances (see #1234).
* `meta.description` should: