From dfa2986b7d74a3a1e61aee008eb9bcdb558c246c Mon Sep 17 00:00:00 2001 From: Sam Stern Date: Thu, 13 May 2021 08:26:20 +0100 Subject: [PATCH 1/2] Add codeapprove.com See https://codeapprove.com for more details. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4338ab4..3ccb2c3 100644 --- a/readme.md +++ b/readme.md @@ -73,6 +73,7 @@ Code review is the systematic examination (sometimes referred to as peer review) ## Tools +- [CodeApprove](https://codeapprove.com) Streamlined in-browser code review tool for GitHub pull requests. - [Crucible](https://www.atlassian.com/software/crucible) Atlassian's on-premise code review tool. - [Gerrit](https://www.gerritcodereview.com/) Open source git code review tool originating out of Google. - [GitHub](https://github.com) Git hosting and pioneer of the "Pull Request". From f0de23726bf812c3c19661f6c91f8ebcc4811b48 Mon Sep 17 00:00:00 2001 From: Sam Stern Date: Mon, 18 Jul 2022 10:18:58 +0100 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3ccb2c3..f3666c0 100644 --- a/readme.md +++ b/readme.md @@ -73,7 +73,6 @@ Code review is the systematic examination (sometimes referred to as peer review) ## Tools -- [CodeApprove](https://codeapprove.com) Streamlined in-browser code review tool for GitHub pull requests. - [Crucible](https://www.atlassian.com/software/crucible) Atlassian's on-premise code review tool. - [Gerrit](https://www.gerritcodereview.com/) Open source git code review tool originating out of Google. - [GitHub](https://github.com) Git hosting and pioneer of the "Pull Request". @@ -84,6 +83,7 @@ Code review is the systematic examination (sometimes referred to as peer review) - [PullRequest](https://www.pullrequest.com/) Code review as a service for GitHub pull requests. - [Pull Reminders](https://pullreminders.com) Automated Slack reminders and metrics for GitHub pull requests. - [Reviewable](https://reviewable.io/) Code review tool built on top of GitHub pull requests. +- [CodeApprove](https://codeapprove.com) Streamlined in-browser code review tool for GitHub pull requests. - [Review Board](https://www.reviewboard.org/) Open source review tool that is SCM/platform neutral. - [Rubberduck](https://www.rubberduck.io) Browser extension to adds code-aware navigation to GitHub pull requests. - [Sider](https://sider.review/) Automated code review service for GitHub.