aboutsummaryrefslogtreecommitdiff
path: root/base/gitmessage
diff options
context:
space:
mode:
Diffstat (limited to 'base/gitmessage')
-rw-r--r--base/gitmessage13
1 files changed, 13 insertions, 0 deletions
diff --git a/base/gitmessage b/base/gitmessage
new file mode 100644
index 0000000..f948470
--- /dev/null
+++ b/base/gitmessage
@@ -0,0 +1,13 @@
+[type] Subject line...
+
+# Commit Types:
+# - fix A bug fix
+# - feat A new feature
+# - docs Changes in documentation
+# - style Everything related to styling
+# - revert Rolling back changes made in previous commits
+# - refactor Code changes that neither fix a bug nor add a feature
+# - test Everything related to testing
+# - chore Updating build tasks, package manager configs, etc.
+# - [...]! Breaking change
+# \ No newline at end of file