Skip to content

Commit cb94a89

Browse files
authored
Merge pull request element-hq#15050 from vector-im/jryans/testing-code-review
Add testing to review guidelines
2 parents eda43aa + bc1cad0 commit cb94a89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/review.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ When reviewing code, here are some things we look for and also things we avoid:
1414
* Performance
1515
* Accessibility
1616
* Security
17+
* Quality via automated and manual testing
1718
* Comments and documentation where needed
1819
* Sharing knowledge of different areas among the team
1920
* Ensuring it's something we're comfortable maintaining for the long term
@@ -34,6 +35,7 @@ When reviewing code, here are some things we look for and also things we avoid:
3435
* Reviewers should be explicit about required versus optional changes
3536
* Reviews are conversations and the PR author should feel comfortable
3637
discussing and pushing back on changes before making them
38+
* Reviewers are encouraged to ask for tests where they believe it is reasonable
3739
* Core team should lead by example through their tone and language
3840
* Take the time to thank and point out good code changes
3941
* Using softer language like "please" and "what do you think?" goes a long way

0 commit comments

Comments
 (0)