Skip to content

Code review

Nate edited this page May 28, 2024 · 2 revisions

Performing code review for a colleague is super helpful, even if you're new to the framework:

  • It can be a great learning experience 🙂
  • You might catch a few mistakes they made!

Code review on GitHub

Reviewing a pull request can be a really simple approval:

PR approval

But you don't have to be gentle. 😈

This GitHub tutorial shows how to make comments and request changes.

Clone this wiki locally