misc: add new type for commit message
[vpp.git] / .git_commit_template.txt
index d748e02..d81587c 100644 (file)
 # --- COMMIT END ---
 #
 # Type can be
-#    feature  (new feature)
-#    fix      (bug fix)
-#    refactor (refactoring production code)
-#    style    (formatting, missing semi colons, etc; no code change)
-#    docs     (changes to documentation)
-#    test     (adding or refactoring tests; no production code change)
-#    make     (change the build process, or tools, or infrastructure)
+#    feature     (new feature)
+#    fix         (bug fix)
+#    refactor    (refactoring production code)
+#    improvement (minor improvements in existing feature)
+#    style       (formatting, missing semi colons, etc; no code change)
+#    docs        (changes to documentation)
+#    test        (adding or refactoring tests; no production code change)
+#    make        (change the build process, or tools, or infrastructure)
 #
 # feature-name: Is the name of the VPP feature, plugin or directory.
 #               Commits across multiple components should be split.