Skip to content
GitLab
Explore
Sign in
Admin message
Pour rappel, le service sera inaccessible ce lundi 02/03/26 midi pour raison de mise à jour.
Changes
Page history
Update Developer guide
authored
Feb 27, 2025
by
Bouvry Arnaud
Hide whitespace changes
Inline
Side-by-side
documentation/dev-guide.md
View page @
51e76eb4
...
@@ -5,6 +5,7 @@ title: Developer guide
...
@@ -5,6 +5,7 @@ title: Developer guide
# IMPORTANT
# IMPORTANT
If you have a local clone of the repository that
**predates Feb. 19th, 2025, you must absolutely make a new clone**
.
If you have a local clone of the repository that
**predates Feb. 19th, 2025, you must absolutely make a new clone**
.
...
@@ -196,7 +197,7 @@ Commits are first described by the type of their content, listed in the followin
...
@@ -196,7 +197,7 @@ Commits are first described by the type of their content, listed in the followin
| Type | Description |
| Type | Description |
|----------|--------------------------------------------------------------------------------------------------------------------------------------------|
|----------|--------------------------------------------------------------------------------------------------------------------------------------------|
| feature | new feature |
| feature | new feature |
| fix | bug fix |
| fix
or hotfix
| bug fix |
| chore | changes that do not relate to a fix or feature and don't modify src or test files (for example updating dependencies) |
| chore | changes that do not relate to a fix or feature and don't modify src or test files (for example updating dependencies) |
| refactor | refactored code that neither fixes a bug nor adds a feature |
| refactor | refactored code that neither fixes a bug nor adds a feature |
| docs | updates to documentation such as a the README or other markdown files |
| docs | updates to documentation such as a the README or other markdown files |
...
...
...
...