Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit dc0b856

Browse files
stevemaocaitp
authored andcommitted
docs(CONTRIBUTING): correct spelling and grammar
Summary: - Use properly capitalized GitHub brand name - Correctly negate two clauses using "nor" (caitp feels this may confuse non-english speakers and need to be revised, but hopefully not) - Correctly end sentence with period Closes #12497
1 parent bb281f8 commit dc0b856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ format that includes a **type**, a **scope** and a **subject**:
202202
The **header** is mandatory and the **scope** of the header is optional.
203203

204204
Any line of the commit message cannot be longer 100 characters! This allows the message to be easier
205-
to read on github as well as in various git tools.
205+
to read on GitHub as well as in various git tools.
206206

207207
### Revert
208208
If the commit reverts a previous commit, it should begin with `revert: `, followed by the header of the reverted commit. In the body it should say: `This reverts commit <hash>.`, where the hash is the SHA of the commit being reverted.
@@ -215,7 +215,7 @@ Must be one of the following:
215215
* **docs**: Documentation only changes
216216
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing
217217
semi-colons, etc)
218-
* **refactor**: A code change that neither fixes a bug or adds a feature
218+
* **refactor**: A code change that neither fixes a bug nor adds a feature
219219
* **perf**: A code change that improves performance
220220
* **test**: Adding missing tests
221221
* **chore**: Changes to the build process or auxiliary tools and libraries such as documentation
@@ -233,7 +233,7 @@ The subject contains succinct description of the change:
233233
* no dot (.) at the end
234234
235235
### Body
236-
Just as in the **subject**, use the imperative, present tense: "change" not "changed" nor "changes"
236+
Just as in the **subject**, use the imperative, present tense: "change" not "changed" nor "changes".
237237
The body should include the motivation for the change and contrast this with previous behavior.
238238
239239
### Footer

0 commit comments

Comments
 (0)