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: docs/contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Please adhere to the following guidelines:
53
53
54
54
1. Start your pull request title with a [conventional commit](https://www.conventionalcommits.org/) tag. This helps us add your contribution to the right section of the changelog. We use "Type" from the [Angular convention](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type).<br>
55
55
TLDR:<br>
56
-
The PR title should start with any of these abbreviatons: `build`, `chore`, `ci`, `depr`,
56
+
The PR title should start with any of these abbreviations: `build`, `chore`, `ci`, `depr`,
57
57
`docs`, `feat`, `fix`, `perf`, `refactor`, `release`, `test`. Add a `!`at the end, if it is a breaking change. For example `refactor!`.
58
58
2. This text will end up in the changelog.
59
59
3. Please follow the instructions in the pull request form and submit.
0 commit comments