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

doc (contrib): add commit type deps

parent 94b8e241
No related branches found
No related tags found
No related merge requests found
Pipeline #11869 passed
# Vim swap files
# vim swap files
*~
*.swp
*.swo
......
......@@ -22,7 +22,6 @@ tests:
stage: tests
script:
- cargo test --all --all-features
coverage: '/<coverage>(\d+.\d+\%)<\/coverage>/'
fmt_and_clippy:
extends: .env
......
......@@ -48,6 +48,7 @@ Must be one of the following:
* **build**: Changes that affect the build system or external dependencies (example scopes: crypto, wot)
* **chore**: Modification of the repository architecture
* **ci**: Changes to our CI configuration files and scripts (example scopes: Github Actions, Gitlab CI)
* **deps**: Dependencies change
* **docs**: Documentation only changes
* **feat**: Add a new feature
* **mod**: Modify an existing feature
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment