Skip to content

Commit

Permalink
docs: note commit messages don't support scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Oct 17, 2022
1 parent 1692840 commit 17ccd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developer-guide/contributing/pull-requests.md
Expand Up @@ -50,7 +50,7 @@ git add -A
git commit
```

All ESLint projects follow [Conventional Commits](https://www.conventionalcommits.org/) for our commit messages. Here's an example commit message:
All ESLint projects follow [Conventional Commits](https://www.conventionalcommits.org/) (**except**: the optional scope is not supported) for our commit messages. Here's an example commit message:

```txt
tag: Short description of what you did
Expand Down

0 comments on commit 17ccd99

Please sign in to comment.