-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 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,20 @@ | ||
--- | ||
name: Feature Template | ||
about: Project's features | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
## 📂 구현 기능 | ||
|
||
1-2문장으로 요약. | ||
|
||
## 📝 상세 작업 내용 | ||
|
||
- [ ] | ||
- [ ] | ||
|
||
## 🔆 참고 사항 (선택) | ||
|
||
## ⏰ 예상 작업 시간 |
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,33 @@ | ||
--- | ||
name: Pull Request Template | ||
about: Review of Issue Results | ||
title: '${작업 키워드}: ' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
## 📂 작업 내용 | ||
|
||
closes #이슈번호 | ||
|
||
- [x] 작업 내용 | ||
|
||
## 💡 자세한 설명 | ||
|
||
(가능한 한 자세히 작성해 주시면 도움이 됩니다.) | ||
|
||
## 📗 참고 자료 & 구현 결과 (선택) | ||
|
||
## 📢 리뷰 요구 사항 (선택) | ||
|
||
## 🚩 후속 작업 (선택) | ||
|
||
## ✅ 셀프 체크리스트 | ||
|
||
- [ ] PR 제목을 형식에 맞게 작성했나요? | ||
- [ ] 브랜치 전략에 맞는 브랜치에 PR을 올리고 있나요? (`main`이 아닙니다.) | ||
- [ ] 이슈는 close 했나요? | ||
- [ ] Reviewers, Labels를 등록했나요? | ||
- [ ] 작업 도중 문서 수정이 필요한 경우 잘 수정했나요? | ||
- [ ] 테스트는 잘 통과했나요? | ||
- [ ] 불필요한 코드는 제거했나요? |