Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 906 Bytes

File metadata and controls

22 lines (14 loc) · 906 Bytes

贡献指南

我们非常欢迎社区的贡献!感谢你投入时间来改进 koroutine_lib

如何贡献

我们使用 "Fork & Pull" 模型来接受贡献。

  1. Fork 本仓库到你自己的 GitHub 账户。
  2. Clone 你的 fork 到本地。
  3. 创建一个新的分支来存放你的修改 (git checkout -b my-awesome-feature)。
  4. 进行修改并提交。
  5. 将你的分支推送到你的 fork (git push origin my-awesome-feature)。
  6. 在原仓库创建一个 Pull Request

获取详细信息

关于如何设置开发环境、代码风格、项目架构等更详细的信息,请参阅我们的在线文档中的 开发者贡献章节

报告问题

如果你发现了 Bug 或者有功能建议,请通过 GitHub Issues 告诉我们。