Skip to content

Commit

Permalink
docs: Add issue & pr templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaksj329 committed Nov 2, 2024
1 parent 982670b commit 96a5dee
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-template.md
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문장으로 요약.

## 📝 상세 작업 내용

- [ ]
- [ ]

## 🔆 참고 사항 (선택)

## ⏰ 예상 작업 시간
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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를 등록했나요?
- [ ] 작업 도중 문서 수정이 필요한 경우 잘 수정했나요?
- [ ] 테스트는 잘 통과했나요?
- [ ] 불필요한 코드는 제거했나요?

0 comments on commit 96a5dee

Please sign in to comment.