Skip to content

Commit f1c74c3

Browse files
committed
[IMP] contributing/git_guidelines: document [CLN] and [LINT] commit tags
closes #14634 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent a1a8ca9 commit f1c74c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/contributing/development/git_guidelines.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Tags are used to prefix your commit. They should be one of the following
6666
- **[CLA]** for signing the Odoo Individual Contributor License;
6767
- **[I18N]** for changes in translation files;
6868
- **[PERF]** for performance patches;
69+
- **[CLN]** for code cleanup;
70+
- **[LINT]** for linting passes;
6971

7072
After tag comes the modified module name. Use the technical name as functional
7173
name may change with time. If several modules are modified, list them or use

0 commit comments

Comments
 (0)