docs(contributing): add section on self-assigning issues (#7243)

This commit is contained in:
David East
2025-08-28 14:43:26 -04:00
committed by GitHub
parent a2faf34df8
commit cfc63d49ec

View File

@@ -31,6 +31,14 @@ All submissions, including submissions by project members, require review. We
use [GitHub pull requests](https://docs.github.com/articles/about-pull-requests)
for this purpose.
### Self Assigning Issues
If you're looking for an issue to work on, check out our list of issues that are labeled ["help wanted"](https://github.com/google-gemini/gemini-cli/issues?q=is%3Aissue+state%3Aopen+label%3A%22help+wanted%22).
To assign an issue to yourself, simply add a comment with the text `/assign`. The comment must contain only that text and nothing else. This command will assign the issue to you, provided it is not already assigned.
Please note that you can have a maximum of 3 issues assigned to you at any given time.
### Pull Request Guidelines
To help us review and merge your PRs quickly, please follow these guidelines. PRs that do not meet these standards may be closed.