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 is a decentralized code review tool and distributed review workflow engine. It allows teams to conduct peer reviews by storing review requests, comments, and approvals as objects directly within Git repositories, eliminating the need for a central server. The system synchronizes review data across team members using standard Git push and pull operations. It manages the entire lifecycle of a code change—from the initial review request to the final merge—by using Git references to track the state and identity of reviews. The project covers code approval workflows, including the en
Allows specifying the requester, reviewers, and target branch to initialize a distributed code review process.