mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-25 05:21:03 -07:00
docs(offload): implement maintainer onboarding guide and link from contributing
This commit is contained in:
@@ -43,16 +43,14 @@ The process for contributing code is as follows:
|
||||
|
||||
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. In the near future,
|
||||
we will explicitly mark issues looking for contributions using the
|
||||
`help-wanted` label. If you believe an issue is a good candidate for
|
||||
community contribution, please leave a comment on the issue. A maintainer
|
||||
will review it and apply the `help-wanted` label if appropriate. Only
|
||||
maintainers should attempt to add the `help-wanted` label to an issue.
|
||||
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`.
|
||||
5. **Open a pull request** with your changes.
|
||||
will not accept pull requests related to these issues.
|
||||
2. **Maintainer Setup**: If you are a team maintainer, please follow the
|
||||
[Maintainer Onboarding Guide](./MAINTAINER_ONBOARDING.md) to set up your
|
||||
high-performance remote offload environment.
|
||||
3. **Fork the repository** and create a new branch.
|
||||
4. **Make your changes** in the `packages/` directory.
|
||||
5. **Ensure all checks pass** by running `npm run preflight`.
|
||||
6. **Open a pull request** with your changes.
|
||||
|
||||
### Code reviews
|
||||
|
||||
|
||||
Reference in New Issue
Block a user