美文网首页
Code development flow

Code development flow

作者: 1哥 | 来源:发表于2019-03-18 22:37 被阅读0次

1. according to task type(feature/bug)create branch

a.feature:feature/project-number

b.bug:bugfix/project-number

2.code commit to branch

3.pass basic function test

keep test log

4.pass master basic check in test

keep test log

5.creat pull request to add code reviewer

6.according to review advice,change code and retest

7.creat merge pull request

8.when pass merge test,merge into master

相关文章

网友评论

      本文标题:Code development flow

      本文链接:https://www.haomeiwen.com/subject/dhbimqtx.html