Skip to content

Commit 78acbf9

Browse files
authored
create: issue templates
1 parent f1e2ea5 commit 78acbf9

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug Report Template
3+
about: 버그 리포트 템플릿
4+
title: "[BUG]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## 🐞어떤 버그인가요?
11+
12+
> 어떤 버그인지 간결하게 설명해주세요
13+
14+
## ❓어떤 상황에서 발생한 버그인가요?
15+
16+
> (가능하면) Given-When-Then 형식으로 서술해주세요
17+
```shell
18+
# 로그가 있다면 작성해주세요
19+
```
20+
21+
## 🙆‍♀️예상 결과
22+
23+
> 예상했던 정상적인 결과가 어떤 것이었는지 설명해주세요
24+
25+
## 참고할만한 자료(선택)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Etc Template
3+
about: 기타 자유양식 템플릿
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Issue Template
3+
about: 이슈 공통 템플릿
4+
title: "[TYPE] 이슈 제목"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## 📄기능
11+
> 추가하려는 기능에 대해 간결하게 설명해주세요
12+
13+
## ✔작업 상세 내용
14+
- [ ] TODO
15+
16+
## 참고할만한 자료(선택)

0 commit comments

Comments
 (0)