贡献¶
欢迎贡献!请查看 Issues 寻找需要帮助的地方。
贡献流程¶
- Fork 这个仓库
- 创建特性分支 (
git checkout -b feature/amazing-feature) - 提交你的更改 (
git commit -m 'Add amazing feature') - 推送到分支 (
git push origin feature/amazing-feature) - 开启一个 Pull Request
开发设置¶
# 克隆仓库
git clone https://github.com/puke3615/ComfyKit.git
cd ComfyKit
# 安装依赖
uv sync --extra dev
# 运行测试
pytest
# 格式化代码
ruff format
ruff check --fix
指南¶
- 为新功能编写测试
- 遵循现有代码风格
- 更新文档
- 如需要添加示例
问题?¶
随时开启 issue 讨论!