Update Developer guide - remove "hotfix" commit type authored by Bouvry Arnaud's avatar Bouvry Arnaud
...@@ -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**.
...@@ -206,7 +207,7 @@ Commits are first described by the type of their content, listed in the followin ...@@ -206,7 +207,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 or hotfix | bug fix | | fix | 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 |
... ...
......