Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-1116 authored Jan 9, 2024
1 parent d4969f4 commit cc351d8
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/기능-이슈.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 기능 이슈
about: 기능 관련 이슈
title: feat
labels: ''
assignees: ''

---

## 어떤 기능인가요?

> 추가하려는 기능에 대해 간결하게 설명해주세요
## 작업 상세 내용

- [ ] TODO
- [ ] TODO
- [ ] TODO

## 참고할만한 자료(선택)
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/버그-이슈.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: 버그 이슈
about: 버그 관련 이슈
title: fix
labels: ''
assignees: ''

---

## 어떤 버그인가요?

> 어떤 버그인지 간결하게 설명해주세요
## 어떤 상황에서 발생한 버그인가요?

> (가능하면) Given-When-Then 형식으로 서술해주세요
## 예상 결과

> 예상했던 정상적인 결과가 어떤 것이었는지 설명해주세요
## 참고할만한 자료(선택)

0 comments on commit cc351d8

Please sign in to comment.