summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-01-09 08:18:33 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-01-09 08:18:59 +0100
commit99ce602dbe1347483eb89b7f98081acda914454e (patch)
tree77cf3751cc3946df7928979d6f0467295e40dc82
parent22da6ba5d5d719b125f28718861ad136fa7207af (diff)
downloadgnutls-99ce602dbe1347483eb89b7f98081acda914454e.tar.gz
CONTRIBUTING.md: Improve instructions on git-template [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-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: