Skip to content

Add training section and code review tool #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -73,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.
Expand All @@ -89,6 +91,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.
Expand Down