Thank you for considering contributing to this project!
We welcome contributions from the community, especially in the following areas:
- 🛠 Code implementation
- 🧪 Testing & verification
- 📚 Documentation improvements
- 🎯 Feature proposals
- 🐛 Bug fixes
- Fork the repository.
- Clone your fork:
git clone <your-fork-url>
- Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install dependencies:
uv sync
感谢你考虑为本项目做出贡献!
我们欢迎社区贡献,尤其包括以下方面:
- 🛠 代码实现
- 🧪 测试与验证
- 📚 文档改进
- 🎯 功能提案
- 🐛 Bug 修复
- Fork 本仓库。
- 克隆你的 Fork:
git clone <你的-fork-地址>
- 创建虚拟环境:
python -m venv venv source venv/bin/activate # Windows 使用 `venv\Scripts\activate`
- 安装依赖:
uv sync