[IMP] contributing/git: add [PERF] to the valid commit tags

The [PERF] commit tag passes the runbot minimal check and has been
used in lots of patches. E.g.
 - odoo/odoo@f02bcfadcb
 - odoo/odoo@b30b059898
 - odoo/odoo@780a2bb601

However this tag was not listed in the documentation yet. This led
to confusion for reviewers not accustomed with it. This commit
fixes that.

closes odoo/documentation#11290

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Aurelien van Delft (avd) 2024-10-25 14:46:45 +02:00
parent e0b26c78b6
commit ac8f3d2aa4

View File

@ -65,6 +65,7 @@ Tags are used to prefix your commit. They should be one of the following
main commit for feature involving several separated commits; main commit for feature involving several separated commits;
- **[CLA]** for signing the Odoo Individual Contributor License; - **[CLA]** for signing the Odoo Individual Contributor License;
- **[I18N]** for changes in translation files; - **[I18N]** for changes in translation files;
- **[PERF]** for performance patches;
After tag comes the modified module name. Use the technical name as functional 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 name may change with time. If several modules are modified, list them or use