summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 88581b208c..9ef032e598 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,9 @@ To automate the process use "git am -s" to produce patches and/or set the
a template to simplify this process, as follows.
```
-git config commit.template devel/git-template
+$ cp devel/git-template ~/.git-template
+[edit]
+$ git config commit.template ~/.git-template
```
# Test suite: