Skip to content

Commit

Permalink
docs: Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Hain-tain authored Jul 5, 2024
0 parents commit 1a87455
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/-bug-fix-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "\bBug Fix Template"
about: 버그 이슈 템플릿
title: "[BUG] "
labels: bug
assignees: ''

---

## 🐞 어떤 버그인가요?
> 어떤 버그인지 간결하게 설명해주세요

## 🙄 어떤 상황에서 발생한 버그인가요?
> (가능하면) Given-When-Then 형식으로 서술해주세요

## 🎁 예상 결과
> 예상했던 정상적인 결과가 어떤 것이었는지 설명해주세요
## ⏳ 예상 소요 시간
> 이슈를 완료하기까지 예상되는 소요 시간을 분 or 시간 or 일 단위로 작성해주세요.

## 🔍 참고할만한 자료(선택)
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature Template
about: 기능 추가 이슈 템플릿
title: "[FEAT] "
labels: feature
assignees: ''

---

## 📌 어떤 기능인가요?
> 추가하려는 기능에 대해 간결하게 설명해주세요

## 📜 작업 상세 내용
- [ ] TODO
- [ ] TODO
- [ ] TODO

## ⏳ 예상 소요 시간
> 이슈를 완료하기까지 예상되는 소요 시간을 분 or 시간 or 일 단위로 작성해주세요.

## 🔍 참고할만한 자료(선택)
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor-issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Refactor issue template
about: 리팩터링 이슈 템플릿
title: "[REFACTOR] "
labels: refactor
assignees: ''

---

## 📌 어떤 기능을 리팩터링 하나요?
> 리팩터링 할 기능에 대해 간결하게 설명해주세요
## AS-IS

## TO-BE

## ⏳ 예상 소요 시간
> 이슈를 완료하기까지 예상되는 소요 시간을 분 or 시간 or 일 단위로 작성해주세요.

## 🔍 참고할만한 자료(선택)

0 comments on commit 1a87455

Please sign in to comment.