File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ When reviewing code, here are some things we look for and also things we avoid:
14
14
* Performance
15
15
* Accessibility
16
16
* Security
17
+ * Quality via automated and manual testing
17
18
* Comments and documentation where needed
18
19
* Sharing knowledge of different areas among the team
19
20
* 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:
34
35
* Reviewers should be explicit about required versus optional changes
35
36
* Reviews are conversations and the PR author should feel comfortable
36
37
discussing and pushing back on changes before making them
38
+ * Reviewers are encouraged to ask for tests where they believe it is reasonable
37
39
* Core team should lead by example through their tone and language
38
40
* Take the time to thank and point out good code changes
39
41
* Using softer language like "please" and "what do you think?" goes a long way
You can’t perform that action at this time.
0 commit comments