贡献指南¶
感谢你对 Pixelle-Video 的贡献兴趣!
如何贡献¶
- Fork 项目仓库
- 创建功能分支 (
git checkout -b feature/AmazingFeature) - 提交更改 (
git commit -m 'Add some AmazingFeature') - 推送到分支 (
git push origin feature/AmazingFeature) - 开启 Pull Request
开发设置¶
# 克隆你的 fork
git clone https://github.com/your-username/Pixelle-Video.git
cd Pixelle-Video
# 安装开发依赖
uv sync
# 运行测试
pytest
代码规范¶
- 所有代码和注释使用英文
- 遵循 PEP 8 规范
- 添加适当的测试
提交 Issue¶
遇到问题或有功能建议?请在 GitHub Issues 提交。
行为准则¶
请保持友好和尊重,我们致力于营造包容的社区环境。