From db3e05e6da262f7cdf96e5379152119d126e4250 Mon Sep 17 00:00:00 2001 From: June Date: Sat, 8 Jun 2024 23:14:54 +0200 Subject: [PATCH] docs: introduce new "ci" tag for changes to the CI and its configuration --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54b06ef..9d5f208 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,7 @@ The `tag` should be one of the following: - `test` - for adding or correcting tests - `style` - for changes to the linter or formatter configuration and its results - `docs` - for changes to documentation only +- `ci` - for changes to the CI and its configuration - `other` - for anything that isn't covered by the tags above If a change is a breaking change then that should be indicated by adding a `!` after the tag.