Skip to content

Commit 9b0a469

Browse files
jedwards1211nzakas
andauthored
docs: note commit messages don't support scope (#16435)
* docs: note commit messages don't support scope eslint/eslint-github-bot#179 (comment) * Update docs/src/developer-guide/contributing/pull-requests.md Co-authored-by: Nicholas C. Zakas <[email protected]>
1 parent 1581405 commit 9b0a469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/developer-guide/contributing/pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ git add -A
5050
git commit
5151
```
5252

53-
All ESLint projects follow [Conventional Commits](https://www.conventionalcommits.org/) for our commit messages. Here's an example commit message:
53+
All ESLint projects follow [Conventional Commits](https://www.conventionalcommits.org/) for our commit messages. (Note: we don’t support the optional scope in messages.) Here's an example commit message:
5454

5555
```txt
5656
tag: Short description of what you did

0 commit comments

Comments
 (0)