Commit 6741f71
committed
Resolves #4964 ([FR-1881](https://lablup.atlassian.net/browse/FR-1881))
## Changes
This PR enhances the GitHub Copilot code review guidelines by adding explicit instructions to prevent duplicate and redundant comments during code reviews.
### Key Updates
1. **What NOT to comment on** - New section with guidelines:
- Avoid commenting on already resolved issues
- Don't duplicate other reviewers' comments
- Don't bundle unrelated issues in one comment
2. **Before commenting checklist** - Pre-review steps:
- Check if issues were already addressed
- Check if code was already fixed in recent commits
- Check if other reviewers already mentioned the issue
- Only comment if adding NEW value
- Always check PR conversation history
3. **Formatting improvements** - Better document structure and readability
## Impact
- Reduces review noise and redundant feedback
- Improves reviewer efficiency
- Creates more focused and valuable code review discussions
- Helps maintain cleaner PR conversation threads
[FR-1881]: https://lablup.atlassian.net/browse/FR-1881?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 43e6f95 commit 6741f71
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
37 | 55 | | |
38 | 56 | | |
39 | 57 | | |
| 58 | + | |
40 | 59 | | |
41 | 60 | | |
42 | 61 | | |
| |||
51 | 70 | | |
52 | 71 | | |
53 | 72 | | |
| 73 | + | |
54 | 74 | | |
| 75 | + | |
55 | 76 | | |
56 | 77 | | |
57 | 78 | | |
58 | 79 | | |
59 | 80 | | |
60 | 81 | | |
61 | 82 | | |
| 83 | + | |
62 | 84 | | |
63 | 85 | | |
64 | 86 | | |
| |||
0 commit comments