From 2fab6503189a492d30356219f05202182e085b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Sun, 17 Apr 2022 16:12:23 +0200 Subject: [PATCH] Add tool MergeBoard --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b6cc605..959ac0e 100644 --- a/readme.md +++ b/readme.md @@ -80,6 +80,7 @@ Code review is the systematic examination (sometimes referred to as peer review) - [Gitpod](https://gitpod.io) Code review pull requests in a full IDE within your browser. - [GitRise](https://www.gitrise.com/) Slack Reminders for GitHub pull requests - [LGTM](https://lgtm.com) Automated Git code review for GitHub and Bitbucket pull requests for finding security vulnerabilities and code quality issues. +- [MergeBoard](https://mergeboard.com) Code review tool that uses semantic diffs to display code changes. - [Phabricator](https://www.phacility.com/phabricator/) Open source git/mercurial/svn code review tool originating out of Facebook. - [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.