docs(README): reference bilingual CONTRIBUTING files in README

- Added Markdown references to ./CONTRIBUTING.md (Chinese) and ./CONTRIBUTING-EN.md (English)
- Instructs contributors to read these files before contributing
This commit is contained in:
ghmark675
2025-11-10 22:26:51 +08:00
committed by 666ghj
parent a59fe37924
commit 0a7bcf9cdd
+3 -14
View File
@@ -579,20 +579,9 @@ class DeepSearchAgent:
我们欢迎所有形式的贡献!
### 如何贡献
1. **Fork项目**到您的GitHub账号
2. **创建Feature分支**`git checkout -b feature/AmazingFeature`
3. **提交更改**`git commit -m 'Add some AmazingFeature'`
4. **推送到分支**`git push origin feature/AmazingFeature`
5. **开启Pull Request**
### 开发规范
- 代码遵循PEP8规范
- 提交信息使用清晰的中英文描述
- 新功能需要包含相应的测试用例
- 更新相关文档
**请阅读以下贡献指南:**
- [CONTRIBUTING.md](./CONTRIBUTING.md)(中文)
- [CONTRIBUTING-EN.md](./CONTRIBUTING-EN.md)English
## 🦖 下一步开发计划