Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 175561b

Browse files
authored
docs: update CONTRIBUTING.md (#7937)
1 parent 0652063 commit 175561b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ characters long (no more than 72).
225225

226226
Examples:
227227

228-
- Good: `feat(api): Add feature X`
229-
- Bad: `feat(api): Added feature X` (past tense)
228+
- Good: `feat(api): add feature X`
229+
- Bad: `feat(api): added feature X` (past tense)
230230

231231
A good rule of thumb for writing good commit messages is to recite: [If applied, this commit will ...](https://reflectoring.io/meaningful-commit-messages/).
232232

@@ -236,7 +236,7 @@ A good rule of thumb for writing good commit messages is to recite: [If applied,
236236

237237
Breaking changes can be triggered in two ways:
238238

239-
- Add `!` to the commit message title, e.g. `feat(api)!: Remove deprecated endpoint /test`
239+
- Add `!` to the commit message title, e.g. `feat(api)!: remove deprecated endpoint /test`
240240
- Add the [`release/breaking`](https://github.com/coder/coder/issues?q=sort%3Aupdated-desc+label%3Arelease%2Fbreaking) label to a PR that has, or will be, merged into `main`.
241241

242242
### Security

0 commit comments

Comments
 (0)