Skip to content

Commit ee04c4b

Browse files
docs(github): improve grammar in CONTRIBUTING.md
1 parent 485d172 commit ee04c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Write a commit message that follows the [Conventional Commits](https://www.conve
6464
- **fix**: A bug fix
6565
- **perf**: A code change that improves performance
6666
- **refactor**: A code change that neither fixes a bug nor adds a feature
67-
- **test**: Adding missing tests or correcting existing tests
67+
- **test**: Add missing tests or correct existing tests
6868
- **build**: Changes that affect the build system or external dependencies
69-
- **ci**: Changes to our CI configuration files and scripts
69+
- **ci**: Updates configuration files and scripts for continuous integration
7070
- **docs**: Documentation only changes
7171

7272
The commit message will be linted during the pre-commit Git hook.

0 commit comments

Comments
 (0)