Skip to content

DOC: Document two-issue limit for take command in contributing guide #61626 #61673

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/source/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ so nobody else duplicates the work on it. On the Github issue, a comment with th
text ``take`` to automatically assign you the issue
(this will take seconds and may require refreshing the page to see it).

.. note::

You can only be assigned to a maximum of two open issues at a time using the take command.
If you attempt to take a third issue, it will not be assigned to you.
If you need more than two, please request approval from a maintainer.

If for whatever reason you are not able to continue working with the issue, please
unassign it, so other people know it's available again. You can check the list of
assigned issues, since people may not be working in them anymore. If you want to work on one
Expand Down
Loading