Skip to content

Commit 4335878

Browse files
committed
add checkbox list requirement to review comment
1 parent 4d98fdf commit 4335878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ The following guidelines should be followed whenever performing a code review.
103103
3. Beautiful error handling (no unwraps, no expects, proper try/catch, all error conditions handled, etc)
104104
4. Thoroughly tested (either the current tests are sufficient or new tests have been added)
105105
4. Ensure that the implementation is free of bugs, typos, organizational problems, code smells, etc
106+
5. In your review comment, please create a checkbox list for this entire numbered list (just copy the list entirely but replace the numbers with checkboxes) and check off each task that you have completed.
106107

107108
## Human Notes
108109

0 commit comments

Comments
 (0)