简体   繁体   English

如何在免费版 gitlab 中设置 Code Review

[英]How to setup Code Review in free version of gitlab

I want to have code review set up in my local gitlab environment.我想在我的本地 gitlab 环境中设置代码审查。

  1. Does gitlab free version provide its inbuilt review system? gitlab 免费版是否提供其内置的审查系统?
  2. If not then should we use Gerrit or any other free code review tool to integrate with GitLab?如果不是,那么我们应该使用 Gerrit 或任何其他免费的代码审查工具来与 GitLab 集成吗?

Can I please get the steps to set up this environment.我能否获得设置此环境的步骤。

GitLab's code review is conducted via 'Merge Requests'. GitLab 的代码审查是通过“合并请求”进行的。 It's a bit of a different thing than Gerrit reviews and is more like GitHub Pull Requests, etc. See Merge Request documentation for more information.它与 Gerrit 评论有点不同,更像是 GitHub Pull Requests 等。有关更多信息,请参阅合并请求文档。

Yes Gitlab supports review system, we are using it right now in our project.是的,Gitlab 支持审查系统,我们现在在我们的项目中使用它。 No extra steps are necessary不需要额外的步骤

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM