欢迎为 git-batch 贡献代码!在提交贡献前请阅读本指南。
- Fork 主仓库
- 创建特性分支 (
git checkout -b feature/AmazingFeature) - 提交修改 (
git commit -m 'Add some AmazingFeature') - 推送到分支 (
git push origin feature/AmazingFeature) - 发起 Pull Request
- 使用 StandardJS 代码风格
- 提交信息遵循 Conventional Commits 规范
- 新功能需包含单元测试
- 文档与代码同步更新
请使用 Issues 模板提交问题,需包含:
- 问题描述
- 复现步骤
- 预期行为
- 实际行为
- 环境信息