Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavla Kratochvilova <pkratoch@redhat.com>2020-07-30 10:38:38 +0300
committerLukáš Hrázký <lukkash@email.cz>2020-07-30 14:31:15 +0300
commit34f0505cf45f2def64266f92585274f1309b464d (patch)
treeb5c0b5bcfcdcc02ef9b0c2c578b9a929e3f7e26c /.git-commit-template
parent2f1880d518745898e7b37b0dc9cdaf047195648c (diff)
Introduce changelog metadata in commit messages
Add Contribution section into README, including the guidelines for adding changelog metadata to the commit messages. Thanks to this, changelog can be automatically generated while staying useful.
Diffstat (limited to '.git-commit-template')
-rw-r--r--.git-commit-template16
1 files changed, 16 insertions, 0 deletions
diff --git a/.git-commit-template b/.git-commit-template
new file mode 100644
index 0000000..23b7406
--- /dev/null
+++ b/.git-commit-template
@@ -0,0 +1,16 @@
+
+
+# In addition to regular commit message, you can uncomment and fill in the
+# following to include this change in the released RPM package changelog:
+
+# = changelog =
+# msg:
+# type:
+# resolves:
+# related:
+
+# msg = message to be included in the changelog
+# type = one of: bugfix/enhancement/security
+# resolves = URLs to bugs or issues resolved by this commit
+# related = URLs to any related bugs or issues
+