From 17968a9f129dd6aad3cf53e362692f1e37f09c76 Mon Sep 17 00:00:00 2001 From: Michaela Greiler Date: Sun, 12 Apr 2020 08:40:08 +0200 Subject: [PATCH 1/2] Add training section. --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 603c725..942ce7e 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,7 @@ Code review is the systematic examination (sometimes referred to as peer review) - [Books](#books) - [Talks and Podcasts](#talks-and-podcasts) - [Tools](#tools) +- [Training](#training) ## Academic Papers @@ -89,6 +90,10 @@ Code review is the systematic examination (sometimes referred to as peer review) - [SonarCloud](https://sonarcloud.io) Detect code smells, bugs and vulnerabilities in Azure DevOps, Bitbucket and GitHub repositories. - [Upsource](https://www.jetbrains.com/upsource/) JetBrain's on-premise git/mercurial/perforce/svn code review tool. +## Training + +- [Code Review Workshops by Doctor McKayla](https://www.michaelagreiler.com/workshops/) Code review workshops to make code reviews fast and effective, and to improve collaboration. + ## Contribute Contributions welcome! Read the [contribution guidelines](contributing.md) first. From 07e3457153d9c248e7f3a9cc2efde02fde9827f1 Mon Sep 17 00:00:00 2001 From: Michaela Greiler Date: Wed, 29 Apr 2020 08:57:51 +0200 Subject: [PATCH 2/2] Add CodeStream code review tool --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 942ce7e..8d4cb07 100644 --- a/readme.md +++ b/readme.md @@ -74,6 +74,7 @@ Code review is the systematic examination (sometimes referred to as peer review) ## Tools - [Crucible](https://www.atlassian.com/software/crucible) Atlassian's on-premise code review tool. +- [CodeStream](https://www.codestream.com/) Code Collaboration Tool that allows for continious code reviews. - [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". - [Gitpod](https://gitpod.io) Code review pull requests in a full IDE within your browser.