Skip to content

Commit 45de619

Browse files
authored
Remove issue assignment language from CONTRIBUTING.md (#6973)
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)
1 parent 3248142 commit 45de619

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Open an [issue][issues] with the following:
7878
how it should work.
7979
* [Markdown][markdown] formatting as appropriate to make the request easier to
8080
read.
81-
* If you intend to implement this feature, indicate that you'd like to the
82-
issue to be assigned to you
81+
* If you intend to implement this feature, check the "I may be able to
82+
implement this feature request" option in the issue template
8383

8484
## Code Contributions
8585
Code contributions to the SDK are done through [Pull Requests][pull-requests].
@@ -95,10 +95,9 @@ Please keep the following in mind when considering a code contribution:
9595
by another person.
9696

9797
If you're working on a bug fix, check to see if the bug has already been
98-
reported. If it has but no one is assigned to it, ask one of the maintainers
99-
to assign it to you before beginning work. If you're confident the bug
100-
hasn't been reported yet, create a new [Bug Report](#bug-reports) then ask to
101-
be assigned to it.
98+
reported. If it has, comment on the issue to indicate you intend to submit a
99+
fix. If you're confident the bug hasn't been reported yet, create a new [Bug
100+
Report](#bug-reports).
102101

103102
If you are thinking about adding entirely new functionality, open a [Feature
104103
Request](#feature-requests) to ask for feedback first before beginning work;

0 commit comments

Comments
 (0)