mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
chore(docs): add 'Maintainers only' label info to CONTRIBUTING.md (#14914)
This commit is contained in:
@@ -41,7 +41,9 @@ This project follows
|
|||||||
|
|
||||||
The process for contributing code is as 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 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.
|
2. **Fork the repository** and create a new branch.
|
||||||
3. **Make your changes** in the `packages/` directory.
|
3. **Make your changes** in the `packages/` directory.
|
||||||
4. **Ensure all checks pass** by running `npm run preflight`.
|
4. **Ensure all checks pass** by running `npm run preflight`.
|
||||||
|
|||||||
@@ -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
|
us track work, prioritize features, and maintain clear historical context. Our
|
||||||
automation is built around this principle.
|
automation is built around this principle.
|
||||||
|
|
||||||
|
> **Note:** Issues tagged as "🔒Maintainers only" are reserved for project
|
||||||
|
> maintainers. We will not accept pull requests related to these issues.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Detailed automation workflows
|
## Detailed automation workflows
|
||||||
|
|||||||
@@ -153,3 +153,6 @@ guide_, consider searching the Gemini CLI
|
|||||||
[Issue tracker on GitHub](https://github.com/google-gemini/gemini-cli/issues).
|
[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
|
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!
|
Issue with a detailed description. Pull requests are also welcome!
|
||||||
|
|
||||||
|
> **Note:** Issues tagged as "🔒Maintainers only" are reserved for project
|
||||||
|
> maintainers. We will not accept pull requests related to these issues.
|
||||||
|
|||||||
Reference in New Issue
Block a user