Skip to content
lepture edited this page Jun 19, 2012 · 1 revision

开发流程

  1. 新建 issue 认领 issue
  2. 建立自己 id 的 branch,在这个 branch 中开发
  3. 代码与 issue 想关的,应该加上 issue id。例如,你这个的提交与 issue 1 相关,commit 的 message 应为: #1 我做了什么
  4. 完成一个 issue 后的 commit message: fix #1 我做了什么
  5. 向 develop 分支发起 pull request
Clone this wiki locally