Skip to content
Snippets Groups Projects
Commit 87334be4 authored by Éloïs's avatar Éloïs
Browse files

style(git): change commit naming conventions

little closer to conventionalcommits.org
parent b5e3a9c9
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ The summary gives an overview of the rules described below. Reading it will help ...@@ -18,7 +18,7 @@ The summary gives an overview of the rules described below. Reading it will help
Every commit must follow this convention: Every commit must follow this convention:
[type] scope: action subject type(scope): action subject
The **type** must be a keyword of the "Commit types" list below. The **type** must be a keyword of the "Commit types" list below.
...@@ -37,10 +37,10 @@ Commits must be lowercase. ...@@ -37,10 +37,10 @@ Commits must be lowercase.
- `build`: Changes in the scripts of build, packaging or publication of releases. - `build`: Changes in the scripts of build, packaging or publication of releases.
- `ci` : Changes in the Continuous Integration pipeline. - `ci` : Changes in the Continuous Integration pipeline.
- `deps` : Changes in dependencies without changes into the code. This can be for update or deletion of third-party libraries. - `deps` : Changes in dependencies without changes into the code. This can be for update or deletion of third-party libraries.
- `docs` : Changes in documentation (both for translation and new content). - `doc` : Changes in documentation (both for translation and new content).
- `feat` : Development of a new feature. - `feat` : Development of a new feature.
- `fix` : Bug fixing. - `fix` : Bug fixing.
- `opti` : Optimisation: better performances, decrease in memory or disk usage. - `perf` : Optimisation: better performances, decrease in memory or disk usage.
- `ref` : Refactoring. This commit doesn't change the functionnality. - `ref` : Refactoring. This commit doesn't change the functionnality.
- `style` : Style modification (usually `fmt` and `clippy`). - `style` : Style modification (usually `fmt` and `clippy`).
- `tests` : Changes in tests or new tests. - `tests` : Changes in tests or new tests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment