Committed by
666ghj
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
Showing
1 changed file
with
3 additions
and
14 deletions
| @@ -579,20 +579,9 @@ class DeepSearchAgent: | @@ -579,20 +579,9 @@ class DeepSearchAgent: | ||
| 579 | 579 | ||
| 580 | 我们欢迎所有形式的贡献! | 580 | 我们欢迎所有形式的贡献! |
| 581 | 581 | ||
| 582 | -### 如何贡献 | ||
| 583 | - | ||
| 584 | -1. **Fork项目**到您的GitHub账号 | ||
| 585 | -2. **创建Feature分支**:`git checkout -b feature/AmazingFeature` | ||
| 586 | -3. **提交更改**:`git commit -m 'Add some AmazingFeature'` | ||
| 587 | -4. **推送到分支**:`git push origin feature/AmazingFeature` | ||
| 588 | -5. **开启Pull Request** | ||
| 589 | - | ||
| 590 | -### 开发规范 | ||
| 591 | - | ||
| 592 | -- 代码遵循PEP8规范 | ||
| 593 | -- 提交信息使用清晰的中英文描述 | ||
| 594 | -- 新功能需要包含相应的测试用例 | ||
| 595 | -- 更新相关文档 | 582 | +**请阅读以下贡献指南:** |
| 583 | +- [CONTRIBUTING.md](./CONTRIBUTING.md)(中文) | ||
| 584 | +- [CONTRIBUTING-EN.md](./CONTRIBUTING-EN.md)(English) | ||
| 596 | 585 | ||
| 597 | ## 🦖 下一步开发计划 | 586 | ## 🦖 下一步开发计划 |
| 598 | 587 |
-
Please register or login to post a comment