贡献指南
我们欢迎任何形式的贡献,包括但不限于:
- 报告 Bug
- 提出新功能建议
- 改进文档
- 提交代码修复
- 性能优化
贡献流程
- Fork 本仓库
- 创建特性分支:
git checkout -b feature/your-feature - 提交更改:
git commit -m 'feat: add your feature' - 推送到分支:
git push origin feature/your-feature - 提交 Pull Request
开发规范
- 遵循现有代码风格
- 后端遵循 Spring Boot 分层架构
- 前端遵循 Vue 3 Composition API 风格
- 编写必要的单元测试
- 更新相关文档
本地开发
参考 快速开始 搭建本地开发环境。
Commit 规范
使用 Conventional Commits 格式:
feat: 新功能
fix: 修复 bug
docs: 文档更新
refactor: 重构
test: 测试相关
chore: 构建/工具变更