> ## Documentation Index
> Fetch the complete documentation index at: https://docs.newenergycoder.club/llms.txt
> Use this file to discover all available pages before exploring further.

# 参与 Gitee 协作

> NEC 社区 Gitee 协作入门：注册、Star、Fork、提交 PR 的完整流程

本文档介绍如何加入 NEC 的 Gitee 仓库，完成注册、Star、Fork 与提交 PR 等基础协作操作。

<Warning>
  申请加入仓库后，请在群内 @卢王淳 或相应 maintainer，以便及时拉你进开发交流群。
</Warning>

## 注册与加入流程

<Steps>
  <Step title="访问 Gitee 官网" icon="globe">
    打开 [https://gitee.com](https://gitee.com/)，搜索 NEC 主仓库或直接进入：

    [https://gitee.com/darrenpig/new\_energy\_coder\_club](https://gitee.com/darrenpig/new_energy_coder_club)

    ![Gitee 搜索与官网入口](https://cdn.newenergycoder.club/images/gitee-collaboration/image1.png)
  </Step>

  <Step title="注册并绑定微信" icon="user-plus">
    点击注册，按提示完成账号创建，并绑定微信以便接收通知。

    ![Gitee 注册与绑定微信](https://cdn.newenergycoder.club/images/gitee-collaboration/image2.png)
  </Step>

  <Step title="Star 仓库" icon="star">
    进入 NEC 主仓库页面后，点击右上角的 **Star** 按钮收藏仓库。

    ![Star NEC 主仓库](https://cdn.newenergycoder.club/images/gitee-collaboration/image3.png)

    你也可以直接访问申请链接：
    [https://gitee.com/login?redirect\_to\_url=/darrenpig/new\_energy\_coder\_club?apply=1](https://gitee.com/login?redirect_to_url=/darrenpig/new_energy_coder_club?apply=1)
  </Step>

  <Step title="联系 Maintainer 入群" icon="message">
    Star 完成后，加一下 maintainer，让对方拉你进大群（开发交流群）。

    ![联系 Maintainer](https://cdn.newenergycoder.club/images/gitee-collaboration/image4.png)
  </Step>

  <Step title="Fork 项目" icon="code-branch">
    在仓库页面点击 **Fork**，将 NEC 主仓库复制到你的个人账号下。

    ![Fork 项目](https://cdn.newenergycoder.club/images/gitee-collaboration/image5.png)

    Fork 完成后，你就可以在自己的仓库副本中编辑和提交改动了。
  </Step>

  <Step title="提交 PR" icon="git-pull-request">
    编辑完成后，向 NEC 主仓库提交 Pull Request（PR），与大家分享你的改动或上传自己感兴趣的项目。

    ![提交 PR 流程一](https://cdn.newenergycoder.club/images/gitee-collaboration/image6.png)

    ![提交 PR 流程二](https://cdn.newenergycoder.club/images/gitee-collaboration/image7.png)
  </Step>
</Steps>

## 简单版流程图

如果你已经熟悉 Gitee，可以直接参考下面的精简流程：

1. 注册 Gitee 账号并绑定微信
2. Star [NEC 主仓库](https://gitee.com/darrenpig/new_energy_coder_club)
3. Fork 仓库到自己的账号
4. 在 Fork 后的仓库中修改或添加内容
5. 提交 PR 到 NEC 主仓库
6. 在群内 @ maintainer 审核

## 下一步

* 阅读 [贡献指南](/contributing/guidelines) 了解文档与代码规范
* 查看 [第一个 Good Issue](/start-here/first-good-issue) 从简单任务开始贡献
* 加入 [社区交流群](/community/join-collection) 获取实时帮助
