Skip to content

Commit

Permalink
doc(CONTRIBUTING.md): add commits type list
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermerie committed Aug 2, 2023
1 parent ac6c328 commit b91404a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -104,6 +104,17 @@ Request.
[Testing guide](CODING.md#Testing).
* Write meaningful commit messages, by following the [Angular
convention](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md).
Here is a comprehensive list of all commit types we support :
* `feat`, `features` or `feature` for some feature addition ;
* `fix` for a bug fix ;
* `perf` for some performance improvements;
* `revert` for an undo operation ;
* `doc` or `docs` for some changes on the documentation ;
* `refactor`, `refacto` or `refactoring` for some code refactoring ;
* `test` or `tests` for changes test related ;
* `chore`, `rename` or `workflow` for some work on package versions or
dependency updates, some file renaming or some changes on workflow files ;
* `example` or `examples` for changes on examples or addition of a new one.
* Keep the git history clean, rebase your work on the `master` branch of this
repository.
* If this is your first contribution to iTowns, add your name to
Expand Down

0 comments on commit b91404a

Please sign in to comment.