Skip to content

Commit

Permalink
docs: note commit messages don't support scope (#16435)
Browse files Browse the repository at this point in the history
* 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 <nicholas@humanwhocodes.com>
  • Loading branch information
jedwards1211 and nzakas committed Oct 25, 2022
1 parent 1581405 commit 9b0a469
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/) for our commit messages. (Note: we don’t support the optional scope in messages.) Here's an example commit message:

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

0 comments on commit 9b0a469

Please sign in to comment.