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