summaryrefslogtreecommitdiff
path: root/docs/leap-commit-template.README
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-06-06 15:12:56 -0300
committerKali Kaneko <kali@leap.se>2017-06-06 20:35:46 +0200
commit9dd3ebe6bad0bfe05840782c805e961cf4a96c6a (patch)
tree0f8d4b3e907cbdb88a5fcdf0d954cdc600a1fd17 /docs/leap-commit-template.README
parentddef89b093929387614c52896ae4e10b3714be65 (diff)
[doc] move sphinx up to root of docs dir
Diffstat (limited to 'docs/leap-commit-template.README')
-rw-r--r--docs/leap-commit-template.README47
1 files changed, 0 insertions, 47 deletions
diff --git a/docs/leap-commit-template.README b/docs/leap-commit-template.README
deleted file mode 100644
index ce8809e7..00000000
--- a/docs/leap-commit-template.README
+++ /dev/null
@@ -1,47 +0,0 @@
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-HOW TO USE THIS TEMPLATE:
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Run `git config commit.template docs/leap-commit-template` or
-edit the .git/config for this project and add
-`template = docs/leap-commit-template`
-under the [commit] block
-
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-COMMIT TEMPLATE FORMAT EXPLAINED
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-[type] <subject>
-
-<body>
-<footer>
-
-Type should be one of the following:
-- bug (bug fix)
-- feat (new feature)
-- docs (changes to documentation)
-- style (formatting, pep8 violations, etc; no code change)
-- refactor (refactoring production code)
-- test (adding missing tests, refactoring tests; no production code change)
-- pkg (packaging related changes; no production code change)
-- i18n translation related changes
-
-Subject should use imperative tone and say what you did.
-For example, use 'change', NOT 'changed' or 'changes'.
-
-The body should go into detail about changes made.
-
-The footer should contain any issue references or actions.
-You can use one or several of the following:
-
-- Resolves: #XYZ
-- Related: #XYZ
-- Documentation: #XYZ
-- Releases: XYZ
-
-The Documentation field should be included in every new feature commit, and it
-should link to an issue in the bug tracker where the new feature is analyzed
-and documented.
-
-For a full example of how to write a good commit message, check out
-https://github.com/sparkbox/how_to/tree/master/style/git