感谢你对 DNA Memory 的关注!欢迎任何形式的贡献。
- 先搜索 Issues 确认没有重复
- 使用 Bug Report 模板创建新 Issue
- 提供详细的复现步骤和环境信息
- 在 Discussions 先讨论
- 或直接创建 Feature Request Issue
- Fork 本仓库
- 创建功能分支:
git checkout -b feature/your-feature - 提交改动:
git commit -m 'Add some feature' - 推送分支:
git push origin feature/your-feature - 创建 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
感谢你的贡献!🙏