Skip to content

Commit

Permalink
PR 템플릿과 이슈 템플릿 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh authored Jul 2, 2024
1 parent 0b6b360 commit 4bed851
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: 버그 리포트 이슈 템플릿
title: ''
labels: ''
assignees: ''

---

## 어떤 버그인가요?

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

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

> 예상했던 정상적인 결과가 어떤 것이었는지 설명해주세요
## 참고할만한 자료(선택)
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: 기능 추가 이슈 템플릿
title: ''
labels: ''
assignees: ''

---

## 작업사항

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

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

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

0 comments on commit 4bed851

Please sign in to comment.