Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 983 Bytes

File metadata and controls

35 lines (24 loc) · 983 Bytes

贡献指南

感谢你考虑为本项目做出贡献!

如何贡献

报告问题

如果你发现了 bug 或有功能建议,请:

  1. Issues 中搜索是否已有相关问题
  2. 如果没有,创建新的 Issue,详细描述问题或建议

提交代码

  1. Fork 本仓库
  2. 创建特性分支 (git checkout -b feature/AmazingFeature)
  3. 确保代码符合项目风格:
    • JDK 1.8 兼容(不用 varList.of() 等)
    • 中英双语注释
    • 每个课程独立可运行
  4. 提交更改 (git commit -m 'Add some AmazingFeature')
  5. 推送到分支 (git push origin feature/AmazingFeature)
  6. 创建 Pull Request

代码规范

  • 遵循 Java 命名约定
  • 保持最小依赖原则
  • 添加必要的注释(中英双语)
  • 确保所有课程可以独立编译运行

许可证

通过提交代码,你同意你的贡献将按照 MIT License 授权。