Skip to content

Commit bf1560a

Browse files
chemarkclaude
andcommitted
docs: 添加徽章和社区链接
✨ 改进: - 添加 GitHub Stars/Forks/Issues 徽章 - 添加 License 和 PRs Welcome 徽章 - 添加贡献指南 - 添加社区交流链接 - 添加 Star History 图表 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8bb4d75 commit bf1560a

1 file changed

Lines changed: 48 additions & 3 deletions

File tree

README.md

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
> 系统学习 Claude Code,从基础到精通,通过实践掌握 AI 辅助编程的强大能力
44
5-
[![Claude Code](https://img.shields.io/badge/Claude%20Code-Learn-blue)](https://docs.claude.com/en/docs/claude-code/)
6-
[![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
5+
[![GitHub stars](https://img.shields.io/github/stars/chemark/claude-code-learning?style=social)](https://github.com/chemark/claude-code-learning/stargazers)
6+
[![GitHub forks](https://img.shields.io/github/forks/chemark/claude-code-learning?style=social)](https://github.com/chemark/claude-code-learning/network/members)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
8+
[![Claude Code](https://img.shields.io/badge/Claude%20Code-v2.0-blue)](https://docs.claude.com/en/docs/claude-code/)
9+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/chemark/claude-code-learning/pulls)
10+
[![GitHub issues](https://img.shields.io/github/issues/chemark/claude-code-learning)](https://github.com/chemark/claude-code-learning/issues)
11+
[![中文文档](https://img.shields.io/badge/文档-中文-red)](README.md)
712

813
## 📖 关于本项目
914

@@ -246,16 +251,56 @@ cat LEARNING_PLAN.md
246251
| ... | ... | ... | ... | ... | ... |
247252
```
248253

254+
## 🤝 贡献指南
255+
256+
欢迎贡献!你可以通过以下方式参与:
257+
258+
- 🐛 [报告 Bug](https://github.com/chemark/claude-code-learning/issues/new?labels=bug)
259+
- 💡 [提出新功能建议](https://github.com/chemark/claude-code-learning/issues/new?labels=enhancement)
260+
- 📝 改进文档和示例
261+
- ⭐ 给项目点个 Star
262+
- 🔗 分享给更多人
263+
264+
### 贡献步骤
265+
266+
1. Fork 本项目
267+
2. 创建特性分支 (`git checkout -b feature/AmazingFeature`)
268+
3. 提交更改 (`git commit -m 'Add some AmazingFeature'`)
269+
4. 推送到分支 (`git push origin feature/AmazingFeature`)
270+
5. 提交 Pull Request
271+
272+
## 💬 社区交流
273+
274+
- 💬 [GitHub Discussions](https://github.com/chemark/claude-code-learning/discussions) - 提问、讨论、分享经验
275+
- 🐛 [GitHub Issues](https://github.com/chemark/claude-code-learning/issues) - 报告问题
276+
-[Star 项目](https://github.com/chemark/claude-code-learning) - 支持我们
277+
278+
## 📊 项目统计
279+
280+
![Alt](https://repobeats.axiom.co/api/embed/placeholder.svg "Repobeats analytics image")
281+
249282
## 📄 License
250283

251284
MIT License - 详见 [LICENSE](./LICENSE) 文件
252285

253286
## 🌟 致谢
254287

255-
感谢 Anthropic 团队开发了如此强大的工具!
288+
- 感谢 [Anthropic](https://www.anthropic.com/) 团队开发了 Claude Code
289+
- 感谢所有贡献者和学习者
290+
- 感谢开源社区的支持
291+
292+
## ⭐ Star History
293+
294+
[![Star History Chart](https://api.star-history.com/svg?repos=chemark/claude-code-learning&type=Date)](https://star-history.com/#chemark/claude-code-learning&Date)
256295

257296
---
258297

259298
**准备好了吗?开始你的 Claude Code 学习之旅吧!** 🚀
260299

261300
👉 [开始快速体验](./QUICK_START.md) | [查看完整计划](./LEARNING_PLAN.md) | [进入模块 1](./module-1/README.md)
301+
302+
---
303+
304+
<div align="center">
305+
<sub>用 ❤️ 和 🤖 Claude Code 制作</sub>
306+
</div>

0 commit comments

Comments
 (0)