1 个仓库
Defining the parameters of a code review, including requesters, reviewers, and target branches.
Distinct from Review Request Filters: Shortlist focuses on filtering or discovering requests, not the act of defining and initiating the request.
Explore 1 awesome GitHub repository matching development tools & productivity · Review Request Initialization. Refine with filters or upvote what's useful.
git-appraise 是一个去中心化的代码审查工具和分布式审查工作流引擎。它允许团队通过将审查请求、评论和批准作为对象直接存储在 Git 仓库中来进行同行评审,从而消除了对中央服务器的需求。 该系统使用标准的 Git 推送和拉取操作在团队成员之间同步审查数据。它通过使用 Git 引用来跟踪审查的状态和身份,管理代码变更的整个生命周期——从最初的审查请求到最终合并。 该项目涵盖代码批准工作流,包括强制执行强制性审查者批准。它还作为持续集成结果和自动化静态分析的跟踪器,将构建结果记录为绑定到特定代码修订版的结构化对象。
Allows specifying the requester, reviewers, and target branch to initialize a distributed code review process.