-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(PULL_REQUEST_TEMPLATE.md) : PR 템플릿 작성
- Loading branch information
1 parent
372cc4c
commit 593f11b
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 🚀 What’s this PR about? | ||
- **작업 내용 요약:** 이 PR에서 해결하거나 추가한 내용을 간략히 설명해 주세요. | ||
- **핵심 변경사항:** 중요한 변경 사항이나 핵심 로직을 간단히 정리해 주세요. | ||
|
||
# 🛠️ What’s been done? | ||
- 주요 변경사항을 상세히 기술하세요. (예: 새로운 기능 추가, 버그 수정, 코드 리팩토링 등) | ||
- 변경된 로직이나 구조 설명 | ||
|
||
# 🧪 Testing Details | ||
- **테스트 코드 및 결과:** 작성한 테스트 코드와 주요 테스트 케이스를 설명하고, 통과된 테스트 결과를 요약해 주세요. | ||
- 테스트 커버리지 및 성공 여부 | ||
- 추가적인 검증이 필요한 시나리오 | ||
|
||
# 👀 Checkpoints for Reviewers | ||
- **리뷰 시 확인할 사항:** | ||
- 확인이 필요한 부분 (ex. 코드 스타일, 로직 등) | ||
- 추가로 논의하고 싶은 주제나 우려 사항 | ||
- 리뷰어의 의견을 듣고 싶은 내용 | ||
|
||
# 📚 References & Resources | ||
- **참고 자료:** 작업 중 참고한 문서, 코드 스니펫, 블로그, 사이트 등을 링크로 연결해 주세요. | ||
- 예: 공식 문서, 유용한 Stack Overflow 답변, 팀 내 참고 자료 | ||
|
||
# 🎯 Related Issues | ||
- 관련된 이슈를 연결하세요. (예: closes #이슈번호) |