From d244b9052144a9a93c5fdc0dcce5aaa116a82aac Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 31 Dec 2024 00:27:22 -0500 Subject: [PATCH] chore(repo): add a separate cc type for ci changes --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f7783d..f544a14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,8 @@ We follow a subset of the [Conventional Commits](https://www.conventionalcommits - `style`: A code change that does not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) - `test`: Adding missing tests or correcting existing tests - `docs`: Documentation only changes -- `build`: Changes that affect the build system, ci pipeline, project version, or external dependencies +- `ci`: Changes to our CI configuration files and scripts +- `build`: Changes that affect the build system, project version, or external dependencies - `chore`: Other changes that don't modify src or test files, such as updating .gitignore ### Acceptable scopes