From 69d41302f6058f79ef565f5b3f4d88d38974a028 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 8 Dec 2014 11:40:33 -0600 Subject: update debian branch in repackaging howto --- docs/debian-repackaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/debian-repackaging.rst b/docs/debian-repackaging.rst index a7488a84..888d6c03 100644 --- a/docs/debian-repackaging.rst +++ b/docs/debian-repackaging.rst @@ -6,7 +6,7 @@ How to repackage latest code Enter debian branch:: - git checkout debian + git checkout debian/experimental Merge your latest and greatest:: -- cgit v1.2.3 From 6f598ff5e2437ae4f966c24cb211d37f6941dffa Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 19 Mar 2015 11:18:47 -0400 Subject: [docs] add git commit template to repo because in OCD we trust. --- docs/leap-commit-template | 7 ++++++ docs/leap-commit-template.README | 47 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 docs/leap-commit-template create mode 100644 docs/leap-commit-template.README (limited to 'docs') 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 diff --git a/docs/leap-commit-template.README b/docs/leap-commit-template.README new file mode 100644 index 00000000..ce8809e7 --- /dev/null +++ b/docs/leap-commit-template.README @@ -0,0 +1,47 @@ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +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] + + +