Skip to content

Commit d9389c8

Browse files
authored
doc(contribution-guide): add guidelines for issues closed to community pickup (#222)
## Description <!-- Please add PR description (don't leave blank) - example: This PR [adds/removes/fixes/replaces] the [feature/bug/etc] --> This pull request updates the `CONTRIBUTING.md` file to clarify which issues are not open for community assignment and adds guidelines for interacting with such issues. The goal is to help contributors understand when they should not request assignment or submit pull requests for certain labeled issues. **Updates to issue assignment guidelines:** * Added a new section describing the `maintainers-only` and `wontfix` labels, explaining that issues with these labels are not open for general contributor assignment and specifying the reasons behind these restrictions. * Provided clear guidelines on how to interact with issues labeled as unavailable, including advice on asking for clarification and suggesting alternative approaches. ## Related Issue <!-- Please prefix the issue number with Fixes/Resolves - example: Fixes #123 or Resolves #123 --> NA ## Screenshots/Screencasts <!-- Please provide screenshots or video recording that demos your changes (especially if it's a visual change) --> NA ## Notes to Reviewer <!-- Please state here if you added a new npm packages, or any extra information that can help reviewer better review you changes --> NA
1 parent 764c22f commit d9389c8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,19 @@ If you wish to work on an open issue, please ask for it to be assigned to you an
6565

6666
In case you get stuck while working on an issue you've been assigned, feel free to ask question openly in the comment.
6767

68+
#### Labels Closed to Community Pickup
69+
70+
Some issues are intentionally not open for general contributor assignment:
71+
72+
- `maintainers-only`: Requires core team context, elevated permissions (infra, secrets, deployment), or involves architectural refactors in progress. Do not ask to be assigned or open a PR unless a maintainer explicitly invites help.
73+
- `wontfix`: We are not taking action on this (currently or possibly ever) due to priority, scope, strategy, or technical constraints. Constructive discussion is welcome, but please do not submit a PR “just fixing it” while this label remains.
74+
75+
Guidelines:
76+
77+
1. If an issue has one of the above labels, treat it as unavailable even if it is unassigned.
78+
2. You may (once) ask politely for clarification if the rationale isn’t clear—keep it concise and respectful.
79+
3. If you think there is a smaller or alternative angle worth exploring, open a new issue or discussion rather than overriding the label.
80+
6881
Please follow our [Code of Conduct](./code-of-conduct.md) in all your interactions with the project and its contributors.
6982

7083
### Pull Requests (PR)

0 commit comments

Comments
 (0)