From 17ccd993153a9b66bf8dc5e9909c4f76a150e6d7 Mon Sep 17 00:00:00 2001 From: Andy Edwards Date: Mon, 17 Oct 2022 11:14:17 -0500 Subject: [PATCH 1/2] docs: note commit messages don't support scope https://github.com/eslint/eslint-github-bot/issues/179#issuecomment-1204642630 --- docs/src/developer-guide/contributing/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developer-guide/contributing/pull-requests.md b/docs/src/developer-guide/contributing/pull-requests.md index 2eece342b53..d092212c029 100644 --- a/docs/src/developer-guide/contributing/pull-requests.md +++ b/docs/src/developer-guide/contributing/pull-requests.md @@ -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 From 3191d021eee1718cca8b802eea3f62f80cc9a92d Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Tue, 25 Oct 2022 12:17:42 -0700 Subject: [PATCH 2/2] Update docs/src/developer-guide/contributing/pull-requests.md --- docs/src/developer-guide/contributing/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developer-guide/contributing/pull-requests.md b/docs/src/developer-guide/contributing/pull-requests.md index d092212c029..f3c68572549 100644 --- a/docs/src/developer-guide/contributing/pull-requests.md +++ b/docs/src/developer-guide/contributing/pull-requests.md @@ -50,7 +50,7 @@ git add -A git commit ``` -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: +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