From cfc63d49ec96657a10ccf11f2f222e562d0e9215 Mon Sep 17 00:00:00 2001 From: David East Date: Thu, 28 Aug 2025 14:43:26 -0400 Subject: [PATCH] docs(contributing): add section on self-assigning issues (#7243) --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff31ef8fcb..1bf381ea71 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.