From 7c1f8e58872fe2931f780c9b5e6b80caa3f3683a Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Thu, 22 Apr 2021 19:33:43 +0200 Subject: [PATCH] doc (contrib): add commit type deps --- .gitignore | 2 +- .gitlab-ci.yml | 1 - CONTRIBUTING.md | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8dc5990..8b66c3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Vim swap files +# vim swap files *~ *.swp *.swo diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e01ff69..53ee175 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,6 @@ tests: stage: tests script: - cargo test --all --all-features - coverage: '/<coverage>(\d+.\d+\%)<\/coverage>/' fmt_and_clippy: extends: .env diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60337f1..caa5972 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 -- GitLab