| 1 | # 贡献指南 |
| 2 | |
| 3 | 感谢你对 Pixelle-Video 的贡献兴趣! |
| 4 | |
| 5 | --- |
| 6 | |
| 7 | ## 如何贡献 |
| 8 | |
| 9 | 1. Fork 项目仓库 |
| 10 | 2. 创建功能分支 (`git checkout -b feature/AmazingFeature`) |
| 11 | 3. 提交更改 (`git commit -m 'Add some AmazingFeature'`) |
| 12 | 4. 推送到分支 (`git push origin feature/AmazingFeature`) |
| 13 | 5. 开启 Pull Request |
| 14 | |
| 15 | --- |
| 16 | |
| 17 | ## 开发设置 |
| 18 | |
| 19 | ```bash |
| 20 | # 克隆你的 fork |
| 21 | git clone https://github.com/your-username/Pixelle-Video.git |
| 22 | cd Pixelle-Video |
| 23 | |
| 24 | # 安装开发依赖 |
| 25 | uv sync |
| 26 | |
| 27 | # 运行测试 |
| 28 | pytest |
| 29 | ``` |
| 30 | |
| 31 | --- |
| 32 | |
| 33 | ## 代码规范 |
| 34 | |
| 35 | - 所有代码和注释使用英文 |
| 36 | - 遵循 PEP 8 规范 |
| 37 | - 添加适当的测试 |
| 38 | |
| 39 | --- |
| 40 | |
| 41 | ## 提交 Issue |
| 42 | |
| 43 | 遇到问题或有功能建议?请在 [GitHub Issues](https://github.com/AIDC-AI/Pixelle-Video/issues) 提交。 |
| 44 | |
| 45 | --- |
| 46 | |
| 47 | ## 行为准则 |
| 48 | |
| 49 | 请保持友好和尊重,我们致力于营造包容的社区环境。 |
| 50 | |
| 51 |