From cf42e5bb03f70dab5263ede8273c5e536357c82a Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 18 Mar 2024 18:02:40 +0100 Subject: [PATCH] CONTRIBUTING: add note about the community cc-list Refs: 227, 228 --- .github/CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 57c70e8ba3..53dc9eda31 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -168,6 +168,17 @@ This is an open invitation for interested parties to gather their thoughts about > Kind request: If you don't have something to add to the discussion, but do want to indicate a positive or negative opinion > on a topic, please add an emoji on the original post instead of leaving a comment. +> :bulb: On a subset of these issues - the ones which impact maintainers or integrators -, a list of known interested parties +> will be pinged (cc-ed) to gather their thoughts on the topic. +> +> This list is public and +> [maintained in a markdown file](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/.github/community-cc-list.md). +> +> To add or remove yourself to/from this list, submit a PR to the repo updating the `community-cc-list.md` file. +> PRs adding/removing _other people_ to/from the list will only be merged if the people being added/removed leave a comment +> on the PR consenting to it. + + #### Issues marked with "Status: needs investigation" Sometimes an issue has been identified, but it has not yet been pinpointed what the exact cause of the problem is.