欢迎为 abc_compute_forum/project_b 项目贡献力量!以下是参与项目的详细指引:
🛠️ 如何开始贡献
- 克隆仓库
执行git clone https://github.com/abc-compute-forum/project-b.git
获取代码 - 安装依赖
运行pip install -r requirements.txt
初始化环境 - 选择任务
查看 Issue列表 中的「good first issue」标签
📌 文档规范
- 所有文档需使用 Markdown格式 编写
- 代码示例需包含注释和类型提示
- 图片命名规范:
<功能模块>_示意图
,例如api_架构图
或ui_界面设计
🧪 贡献流程
- 创建分支:
git checkout -b feature/your-issue-number
- 编写代码并运行测试:
pytest tests/
- 提交更改:
git commit -m "修复:描述问题"
- 推送代码:
git push origin feature/your-issue-number
- 创建Pull Request并填写详细说明
📁 相关文档
📌 提示:贡献前请先阅读 项目章程 了解核心目标