diff options
author | Kali Kaneko <kali@leap.se> | 2015-03-09 12:25:08 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-03-09 12:25:08 -0400 |
commit | 73b4418cec69cdfdda27c150155f8cfee16e7e55 (patch) | |
tree | 927b02e9387604d212363341458f608a3e4a7daf /docs/leap-commit-template | |
parent | c24ddb25c4266c2328590a0499846858ff4b9ea1 (diff) |
[docs] Add git commit template and instructions
Hopefully this will make our git log more informative.
- Releases: 0.9.0
Diffstat (limited to 'docs/leap-commit-template')
-rw-r--r-- | docs/leap-commit-template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/leap-commit-template b/docs/leap-commit-template new file mode 100644 index 00000000..8a5c7cd0 --- /dev/null +++ b/docs/leap-commit-template @@ -0,0 +1,7 @@ +[bug|feat|docs|style|refactor|test|pkg|i18n] ... +... + +- Resolves: #XYZ +- Related: #XYZ +- Documentation: #XYZ +- Releases: XYZ |