doc(commit_convention): add new category
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
f38178311c
commit
833c513840
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ Format of the commit message
|
||||||
- refactor
|
- refactor
|
||||||
- test (when adding missing tests)
|
- test (when adding missing tests)
|
||||||
- chore (maintain, ex: travis-ci)
|
- chore (maintain, ex: travis-ci)
|
||||||
|
- perf (performance improvement, optimization, ...)
|
||||||
|
|
||||||
``<scope>`` is a name of module or a directory which contains changed modules. For instance,
|
``<scope>`` is a name of module or a directory which contains changed modules. For instance,
|
||||||
it could be
|
it could be
|
||||||
|
|
Loading…
Reference in a new issue