From 72c0daa3ee863c8598080ebf00bc0720da521cca Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 31 Dec 2024 00:34:34 -0500 Subject: [PATCH] chore(repo): remove useless type --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f544a14..ccb67df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,8 +16,7 @@ We follow a subset of the [Conventional Commits](https://www.conventionalcommits - `test`: Adding missing tests or correcting existing tests - `docs`: Documentation only changes - `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 +- `chore`: Other changes that don't modify src or test files, such as updating .gitignore or updating dependencies ### Acceptable scopes