diff options
author | Kali Kaneko <kali@leap.se> | 2015-03-02 12:25:39 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-03-03 14:30:18 -0400 |
commit | 82c96eeadb2a80e4aa7fcc48782edcfad2f8a54d (patch) | |
tree | adb3ee68e1bbfbd0ba0db4bc4c1cb7863082de38 | |
parent | 42acf9d64cce3d6cfa73b34459f548ae33389204 (diff) |
[docs] add git commit template.
because the commits can be prettier this way :)
-rw-r--r-- | mail/docs/git-commit-message.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/docs/git-commit-message.txt b/mail/docs/git-commit-message.txt new file mode 100644 index 0000000..1b28baf --- /dev/null +++ b/mail/docs/git-commit-message.txt @@ -0,0 +1,8 @@ +[bug|feature|docs|pkg] + +... + +Resolves: #XXX +Related: #XXX +Documentation: #XXX +Releases: XXX |