@@ -21,6 +21,7 @@ allowed-tools: Read, Write, Edit, Bash, Glob, Grep
2121@{username} Thank you for your contribution! 🎉
2222
2323Please make sure:
24+
2425- [ ] Tests pass (` yarn test ` )
2526- [ ] 100% coverage maintained
2627- [ ] JSDoc is complete
@@ -30,27 +31,31 @@ Please make sure:
3031
3132``` markdown
3233## 🎉 Great Work!
34+
3335- 잘한 점 먼저
3436
3537## 🔧 Required Changes
38+
3639** 1. [ category] Issue**
40+
3741- Current: ` code `
3842- Suggested: ` code `
3943- Why: explanation
4044
4145## 📝 Next Steps
46+
42471 . Fix required changes
43482 . Run tests
4449```
4550
4651## Issue Triage
4752
48- | 라벨 | 우선순위 |
49- | ------| ---------|
50- | ` bug ` | High |
51- | ` feature ` | Medium |
52- | ` question ` | Low (fast response) |
53- | ` good first issue ` | - |
53+ | 라벨 | 우선순위 |
54+ | ------------------ | ------------------- |
55+ | ` bug ` | High |
56+ | ` feature ` | Medium |
57+ | ` question ` | Low (fast response) |
58+ | ` good first issue ` | - |
5459
5560## Communication
5661
@@ -60,26 +65,30 @@ Please make sure:
6065## Code Review (코드 레벨)
6166
6267### 레이어 의존성
68+
6369```
6470components → hooks → utils → _internal
6571```
72+
6673- 상위 → 하위만 허용
6774- 순환 의존성 금지
6875
6976### Breaking Change 체크
70- | BC | 아님 |
71- | ----| ------|
72- | Export 제거/이름 변경 | Export 추가 |
73- | 필수 파라미터 추가 | Optional 파라미터 추가 |
74- | 반환 타입 축소 | 반환 타입 확장 |
77+
78+ | BC | 아님 |
79+ | --------------------- | ---------------------- |
80+ | Export 제거/이름 변경 | Export 추가 |
81+ | 필수 파라미터 추가 | Optional 파라미터 추가 |
82+ | 반환 타입 축소 | 반환 타입 확장 |
7583
7684### 코드 작성 필수 체크
77- | 항목 | 필수 |
78- | ------| ------|
85+
86+ | 항목 | 필수 |
87+ | --------------------------------------- | ------- |
7988| SSR 테스트 (` renderHookSSR.serverOnly ` ) | ** Yes** |
80- | 100% 테스트 커버리지 | ** Yes** |
81- | JSDoc (@description , @example ) | ** Yes** |
82- | Public 타입 index.ts re-export | Yes |
89+ | 100% 테스트 커버리지 | ** Yes** |
90+ | JSDoc (@description , @example ) | ** Yes** |
91+ | Public 타입 index.ts re-export | Yes |
8392
8493## References
8594
0 commit comments