Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 741 Bytes

File metadata and controls

27 lines (18 loc) · 741 Bytes

贡献指南 / Contributing Guidelines

欢迎对本项目提出建议和改进!

如何贡献

  1. Fork 本仓库
  2. 创建你的特性分支 (git checkout -b feature/AmazingFeature)
  3. 提交你的修改 (git commit -m 'Add some AmazingFeature')
  4. 推送到分支 (git push origin feature/AmazingFeature)
  5. 开启一个 Pull Request

注意事项

  • 请确保代码风格与项目保持一致
  • 添加适当的注释说明解题思路
  • 提交前请测试代码是否能正确编译运行

报告问题

如果你发现任何问题或有改进建议,请:

  • Issues 中提出
  • 或者通过 Discussions 进行讨论

欢迎一起学习进步!