reviewboard-学习笔记

来源:互联网 发布:mac取消绑定银联卡 编辑:程序博客网 时间:2024/06/05 03:11

工作流分为两种pre-commit和post-commit
pre-commit就是提交版本库之前做代码审核。
1. Make a change to your local source tree.
2. Create a review request for your new change.
3. Publish the review request and wait for your reviewers to see it.
4. Wait for feedback from the reviewers.
5. If reviewers have requested changes:
5.1 Update the code in your tree and generate a new diff.
5.2 Upload the new diff, specify the changes in the Change Description box, and publish.
5.3 Jump back to step 4.
6. If reviewers say “Ship It!”
6.1 Submit your change to the repository.
6.2 Click Close ‣ Submitted on the review request action bar.

原创粉丝点击