Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions docs/zh/guide/gfi-recruitment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# 🎯 Good First Issue 贡献者招募

## 👋 欢迎来到 Nexu 开源社区!

**Nexu** 是一个开源的 [OpenClaw](https://openclaw.org) 桌面客户端,支持微信、飞书、Slack、Discord 等多平台 IM 集成。我们正在积极寻找 **Good First Issue 贡献者** —— 无论你是第一次参与开源,还是想快速了解项目,这里都是最好的起点。

## 📖 贡献者指南

我们准备了一份详细的 Step-by-Step 指南,帮助你从 0 到 1 完成第一个 PR:

- 👉 **[Good First Issue 贡献者指南](https://docs.nexu.io/zh/guide/first-pr)** (中文)
- 👉 **[Good First Issue Contributor Guide](https://docs.nexu.io/guide/first-pr)** (English)
- 👉 **[Good First Issue ガイド](https://docs.nexu.io/ja/guide/first-pr)** (日本語)
- 👉 **[Good First Issue 가이드](https://docs.nexu.io/ko/guide/first-pr)** (한국어)

## 🚀 三步开始

### 1️⃣ 挑选一个 Issue

浏览 [Good First Issue 列表](https://github.com/nexu-io/nexu/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue),选一条你感兴趣的题目,在 Issue 下**留言认领**。

推荐优先挑选:

- 🌐 文案 / i18n 翻译修正
- 🎨 小范围 UI / 交互优化
- 📝 文档补充与完善
- 🐛 复现明确、验收清晰的小 Bug

### 2️⃣ 搭建环境、提交 PR

```bash
git clone https://github.com/nexu-io/nexu.git
cd nexu
pnpm install
```

详细的环境搭建和 PR 提交流程,请查看 [贡献指南](https://docs.nexu.io/zh/guide/contributing)。

### 3️⃣ 合入后获得回报

你的贡献不会只停留在 "PR merged":

- 🏆 进入 [贡献者致谢墙](https://github.com/nexu-io/nexu#contributors)
- 💎 按规则获得积分奖励
- 📣 优秀贡献将在社区公开展示与推荐

详细规则见 → [贡献奖励与支持](https://docs.nexu.io/zh/guide/contributor-rewards)

## 💬 加入社区

- 💬 [Discord](https://discord.gg/vMrySTJW8u)
- 💬 [飞书开发者交流群](https://docs.nexu.io/zh/guide/first-pr#加入-nexu-开发者飞书交流群)

## 🙋 常见问题

**Q: 我不是资深工程师,可以参与吗?**
A: 当然可以!Good First Issue 本身就是为第一次参与开源的人准备的入口。

**Q: 可以用 AI 辅助写代码吗?**
A: 可以,建议在 PR 中简单说明用了什么 AI 工具以及你做了哪些验证。

**Q: 提了 PR 多久能收到反馈?**
A: Good First Issue 的 PR 我们会优先 Review,通常 48h 内会有第一轮反馈。

---

> 💡 **开源最有意思的一点,是你的改动会留在版本历史里,也会真正被用户用到。**
>
> 如果你准备好了,就从一条 [Good First Issue](https://github.com/nexu-io/nexu/issues?q=is%3Aissue+is%3Aopen+label%3Agood-first-issue) 开始吧!
Loading