We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967fc8e commit faf052bCopy full SHA for faf052b
CONTRIBUTING.md
@@ -7,7 +7,7 @@ All commits must follow the [Conventional Commits][conventional-commits] specifi
7
Allowed types (from [Angular convention][angular-types]):
8
9
- `build`: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
10
-- `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)
11
- `docs`: Documentation only changes
12
- `feat`: A new feature
13
- `fix`: A bug fix
0 commit comments