Skip to content

Commit

Permalink
Add a suggesting change section to code review guidelines (#678)
Browse files Browse the repository at this point in the history
* Add a suggesting change section to code review guidelines

Suggesting changes is becoming more popular, and having guidelines can
make code reviews more efficient.

---------

Co-authored-by: Stefanni Brasil <[email protected]>
Co-authored-by: Justin Toniazzo <[email protected]>
  • Loading branch information
3 people authored Feb 17, 2023
1 parent 8b7825c commit 2a66bcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code-review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ experience, refactors the existing code). Then:
- Seek to understand the author's perspective.
- Sign off on the pull request with a 👍 or "Ready to merge" comment.
- Remember that you are here to provide feedback, not to be a gatekeeper.
- When suggesting changes using the "Add a suggestion" feature:
- Communicate clearly which lines you suggest adding/removing.
- Test the suggested changes to validate it works whenever possible.
- When not possible, let the pull request author know that you did not test the suggestion.
- Provide some context to let the author know why you're suggesting the change.

## Style Comments

Expand Down

0 comments on commit 2a66bcb

Please sign in to comment.