Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 804 Bytes

File metadata and controls

35 lines (23 loc) · 804 Bytes

Contributing

感谢你对本项目的关注!欢迎提交 Issue 和 Pull Request。

如何贡献

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

代码规范

  • 遵循项目现有的代码风格
  • 确保代码通过所有测试
  • 为新功能添加适当的文档

报告 Bug

如果你发现了 bug,请创建一个 Issue,并包含以下信息:

  • 问题的清晰描述
  • 复现步骤
  • 预期行为
  • 实际行为
  • 环境信息(操作系统、版本等)

功能建议

欢迎提出新功能建议!请在 Issue 中描述你的想法。


再次感谢你的贡献!🎉