Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.01 KB

File metadata and controls

46 lines (31 loc) · 1.01 KB

贡献指南

感谢你对 DNA Memory 的关注!欢迎任何形式的贡献。

如何贡献

报告 Bug

  1. 先搜索 Issues 确认没有重复
  2. 使用 Bug Report 模板创建新 Issue
  3. 提供详细的复现步骤和环境信息

提交功能建议

  1. Discussions 先讨论
  2. 或直接创建 Feature Request Issue

提交代码

  1. Fork 本仓库
  2. 创建功能分支:git checkout -b feature/your-feature
  3. 提交改动:git commit -m 'Add some feature'
  4. 推送分支:git push origin feature/your-feature
  5. 创建 Pull Request

代码规范

  • Python 代码遵循 PEP 8
  • 函数和类添加 docstring
  • 重要改动请添加测试

开发环境

git clone https://github.com/AIPMAndy/dna-memory.git
cd dna-memory
# 直接运行,无需安装依赖
python3 scripts/evolve.py --help

联系作者

  • 微信:AIPMAndy
  • GitHub Issues

感谢你的贡献!🙏