贡献指南#
感谢你对 Janus 项目的关注!
开发环境#
git clone https://github.com/DebinXiangQuantum/Janus-compiler.git
cd janus
pip install -e ".[dev]"
代码风格#
遵循 PEP 8
使用 Black 格式化
使用 isort 排序导入
black janus/
isort janus/
测试#
pytest test/
文档#
cd docs
make html
提交 PR#
Fork 项目
创建功能分支
提交更改
创建 Pull Request
问题反馈#
请在 GitHub Issues 中报告问题。