You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ format that includes a **type**, a **scope** and a **subject**:
61
61
62
62
The **header** is mandatory and the **scope** of the header is optional.
63
63
64
-
No line in the commit message should exceed 100 characters! This makes the message easier to read on GitHub as well as in various git tools.
64
+
No line in the commit message should exceed 100 characters! This makes the message easier to read on GitHub as well as in various Git tools.
65
65
66
66
The footer should contain a [closing reference to an issue](https://help.github.com/articles/closing-issues-via-commit-messages/) if any.
67
67
@@ -115,8 +115,7 @@ The body should include the motivation for the change and contrast it with previ
115
115
116
116
### Footer
117
117
118
-
The footer should include any information about **Breaking Changes** and is also the place to
119
-
reference GitHub issues that this commit **Closes**.
118
+
The footer should include any information about **Breaking Changes** and is also the place to reference GitHub issues that this commit **Closes**.
120
119
121
120
**Breaking Changes** must start with the word `BREAKING CHANGE:` followed by a space or two newlines. The rest of the breaking change details should be provided after this.
122
121
@@ -150,7 +149,7 @@ When submitting your contribution, a CLA (Contributor License Agreement) bot wil
150
149
If it is your first time, it will link you to the right place to sign it.
151
150
However, if the email used in your commits doesn’t match the email associated with your GitHub account, the CLA bot won’t accept your contribution.
152
151
153
-
Run `git config user.email` to see your Git email, and verify it with [your GitHub email](https://github.com/settings/emails).
152
+
Run `Git config user.email` to see your Git email, and verify it with [your GitHub email](https://github.com/settings/emails).
0 commit comments