From 8b9e0b68f014dff5cd57f698fb1eb3dbca688bb6 Mon Sep 17 00:00:00 2001 From: jacob314 Date: Wed, 10 Dec 2025 13:24:17 -0800 Subject: [PATCH 1/3] docs: Add 'Maintainers only' label info to CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3a0b996e43..a6964323072 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,9 @@ This project follows The process for contributing code is as follows: -1. **Find an issue** that you want to work on. +1. **Find an issue** that you want to work on. If an issue is flagged as + "🔒Maintainers only", this means it is reserved for project maintainers. We + will not accept pull requests related to these issues. 2. **Fork the repository** and create a new branch. 3. **Make your changes** in the `packages/` directory. 4. **Ensure all checks pass** by running `npm run preflight`. From 7c45e6a20a4db3584188ac0234d7cf354e3bd586 Mon Sep 17 00:00:00 2001 From: jacob314 Date: Wed, 10 Dec 2025 14:18:21 -0800 Subject: [PATCH 2/3] Add warnings about Maintainers only issues to a couple more places. --- docs/issue-and-pr-automation.md | 3 +++ docs/troubleshooting.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/issue-and-pr-automation.md b/docs/issue-and-pr-automation.md index dd0a85c21d7..155fb4a3157 100644 --- a/docs/issue-and-pr-automation.md +++ b/docs/issue-and-pr-automation.md @@ -14,6 +14,9 @@ feature), while the PR is the "how" (the implementation). This separation helps us track work, prioritize features, and maintain clear historical context. Our automation is built around this principle. +> **Note:** Issues flagged as "🔒Maintainers only" are reserved for project +> maintainers. We will not accept pull requests related to these issues. + --- ## Detailed automation workflows diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index f3d95c93ca7..bfae52514bf 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -153,3 +153,6 @@ guide_, consider searching the Gemini CLI [Issue tracker on GitHub](https://github.com/google-gemini/gemini-cli/issues). If you can't find an issue similar to yours, consider creating a new GitHub Issue with a detailed description. Pull requests are also welcome! + +> **Note:** Issues flagged as "🔒Maintainers only" are reserved for project +> maintainers. We will not accept pull requests related to these issues. From 27b441e50f0792bedc9a939455a937bdcc39f456 Mon Sep 17 00:00:00 2001 From: jacob314 Date: Wed, 10 Dec 2025 14:43:27 -0800 Subject: [PATCH 3/3] Switch flagged to tagged. --- CONTRIBUTING.md | 2 +- docs/issue-and-pr-automation.md | 2 +- docs/troubleshooting.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a6964323072..d96c25b5b70 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ This project follows The process for contributing code is as follows: -1. **Find an issue** that you want to work on. If an issue is flagged as +1. **Find an issue** that you want to work on. If an issue is tagged as "🔒Maintainers only", this means it is reserved for project maintainers. We will not accept pull requests related to these issues. 2. **Fork the repository** and create a new branch. diff --git a/docs/issue-and-pr-automation.md b/docs/issue-and-pr-automation.md index 155fb4a3157..27185de11c9 100644 --- a/docs/issue-and-pr-automation.md +++ b/docs/issue-and-pr-automation.md @@ -14,7 +14,7 @@ feature), while the PR is the "how" (the implementation). This separation helps us track work, prioritize features, and maintain clear historical context. Our automation is built around this principle. -> **Note:** Issues flagged as "🔒Maintainers only" are reserved for project +> **Note:** Issues tagged as "🔒Maintainers only" are reserved for project > maintainers. We will not accept pull requests related to these issues. --- diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index bfae52514bf..2daac9cd955 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -154,5 +154,5 @@ guide_, consider searching the Gemini CLI If you can't find an issue similar to yours, consider creating a new GitHub Issue with a detailed description. Pull requests are also welcome! -> **Note:** Issues flagged as "🔒Maintainers only" are reserved for project +> **Note:** Issues tagged as "🔒Maintainers only" are reserved for project > maintainers. We will not accept pull requests related to these issues.