Skip to content

Commit 1a87455

Browse files
authored
docs: Update issue templates
0 parents  commit 1a87455

File tree

3 files changed

+69
-0
lines changed

3 files changed

+69
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: "\bBug Fix Template"
3+
about: 버그 이슈 템플릿
4+
title: "[BUG] "
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## 🐞 어떤 버그인가요?
11+
> 어떤 버그인지 간결하게 설명해주세요
12+
13+
14+
## 🙄 어떤 상황에서 발생한 버그인가요?
15+
> (가능하면) Given-When-Then 형식으로 서술해주세요
16+
17+
18+
## 🎁 예상 결과
19+
> 예상했던 정상적인 결과가 어떤 것이었는지 설명해주세요
20+
21+
## ⏳ 예상 소요 시간
22+
> 이슈를 완료하기까지 예상되는 소요 시간을 분 or 시간 or 일 단위로 작성해주세요.
23+
24+
25+
## 🔍 참고할만한 자료(선택)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature Template
3+
about: 기능 추가 이슈 템플릿
4+
title: "[FEAT] "
5+
labels: feature
6+
assignees: ''
7+
8+
---
9+
10+
## 📌 어떤 기능인가요?
11+
> 추가하려는 기능에 대해 간결하게 설명해주세요
12+
13+
14+
## 📜 작업 상세 내용
15+
- [ ] TODO
16+
- [ ] TODO
17+
- [ ] TODO
18+
19+
## ⏳ 예상 소요 시간
20+
> 이슈를 완료하기까지 예상되는 소요 시간을 분 or 시간 or 일 단위로 작성해주세요.
21+
22+
23+
## 🔍 참고할만한 자료(선택)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Refactor issue template
3+
about: 리팩터링 이슈 템플릿
4+
title: "[REFACTOR] "
5+
labels: refactor
6+
assignees: ''
7+
8+
---
9+
10+
## 📌 어떤 기능을 리팩터링 하나요?
11+
> 리팩터링 할 기능에 대해 간결하게 설명해주세요
12+
13+
## AS-IS
14+
15+
## TO-BE
16+
17+
## ⏳ 예상 소요 시간
18+
> 이슈를 완료하기까지 예상되는 소요 시간을 분 or 시간 or 일 단위로 작성해주세요.
19+
20+
21+
## 🔍 참고할만한 자료(선택)

0 commit comments

Comments
 (0)