From faf052b4b1f44a0c6752cebedd0ebd33fc9b7db4 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Mon, 4 Dec 2023 14:17:13 -0500 Subject: [PATCH] docs: update CONTRIBUTING --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4dd5a0fd..d17d94ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ All commits must follow the [Conventional Commits][conventional-commits] specifi Allowed types (from [Angular convention][angular-types]): - `build`: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) -- `ci`: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) +- `ci`: Changes to our CI configuration files and scripts (example scopes: GitHub Actions) - `docs`: Documentation only changes - `feat`: A new feature - `fix`: A bug fix