Update CONTRIBUTING.md to reflect actual contribution workflow#6973
Open
bhoradc wants to merge 2 commits into
Open
Update CONTRIBUTING.md to reflect actual contribution workflow#6973bhoradc wants to merge 2 commits into
bhoradc wants to merge 2 commits into
Conversation
44f7ff1 to
72c20e1
Compare
S-Saranya1
approved these changes
May 15, 2026
The contributing guide previously instructed external contributors to ask maintainers to assign issues to them before beginning work. This does not reflect actual practice — maintainers self-assign issues for tracking but do not assign external contributors. Updated to instead direct contributors to: - Comment on the issue to signal intent to contribute a fix (for bugs) - Use the existing 'I may be able to implement this feature request' checkbox in the feature request template (for features)
72c20e1 to
3a66546
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation and Context
The contributing guide instructs external contributors to ask maintainers to assign issues to them before beginning work. This doesn't reflect actual practice, maintainers do not assign the issues to external contributors.
Modifications
Feature Requests section: Direct users to check the "I may be able to implement this feature request" option in the issue template instead of asking for issue assignment.
Code Contributions section: Direct users to comment on the issue to indicate intent to contribute instead of asking for issue assignment.