Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/contributing/development/git_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ Tags are used to prefix your commit. They should be one of the following
- **[CLA]** for signing the Odoo Individual Contributor License;
- **[I18N]** for changes in translation files;
- **[PERF]** for performance patches;
- **[CLN]** for code cleanup;
- **[LINT]** for linting passes;

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