X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=.git_commit_template.txt;h=d81587cdfcabded014c4ef9db95bd24cf9833ec5;hb=61717cc38;hp=d748e02e5685f9b8f905d87a91a112a1f8ca52d0;hpb=e4218be67141311e8999059d7f848af4c2c311df;p=vpp.git diff --git a/.git_commit_template.txt b/.git_commit_template.txt index d748e02e568..d81587cdfca 100644 --- a/.git_commit_template.txt +++ b/.git_commit_template.txt @@ -14,13 +14,14 @@ # --- 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.