贡献指南
我们非常欢迎社区的贡献!
贡献流程
- Fork 本仓库
- 创建特性分支 (
git checkout -b feature/AmazingFeature
) - 提交更改 (
git commit -m 'Add some AmazingFeature'
) - 推送到分支 (
git push origin feature/AmazingFeature
) - 开启 Pull Request
开发规范
- 请确保你的代码遵循项目现有的风格。
- 添加或修改功能时,请更新相关的文档。
- 提交前请确保所有测试都能通过。
问题反馈
如果你发现了 Bug 或者有功能建议,欢迎通过 Issues 提交。