mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
[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.
This commit is contained in:
@@ -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;
|
||||
- **[CLA]** for signing the Odoo Individual Contributor License;
|
||||
- **[I18N]** for changes in translation files;
|
||||
- **[PERF]** for performance patches;
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user