We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a8ca9 commit f1c74c3Copy full SHA for f1c74c3
content/contributing/development/git_guidelines.rst
@@ -66,6 +66,8 @@ Tags are used to prefix your commit. They should be one of the following
66
- **[CLA]** for signing the Odoo Individual Contributor License;
67
- **[I18N]** for changes in translation files;
68
- **[PERF]** for performance patches;
69
+- **[CLN]** for code cleanup;
70
+- **[LINT]** for linting passes;
71
72
After tag comes the modified module name. Use the technical name as functional
73
name may change with time. If several modules are modified, list them or use
0 commit comments