Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Thanks to 승환
  • Loading branch information
yummygyudon authored Nov 24, 2023
1 parent 75c0262 commit feaaeae
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: "\U0001F6A8 [BUG]"
labels: "\U0001F41EBugFix"
assignees: ''

---

## 🚨 버그에 대한 설명
<!-- 어떤 버그인지 설명해주세요. -->

### Smartphone Info (please complete the following information):**
- 기종: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- 브라우저 : [e.g. stock browser, safari]
- Version : [e.g. 22]

## ✒️ 재현방법
<!-- 어떤 식으로 발생했는지 순서대로 작성해주세요. -->

## ✉️ 예상 응답
<!-- 어떤 결과를 얻을 것이라고 생각했는지 알려주세요. -->

## 📷 화면 캡쳐
<!-- 가능하면 캡쳐된 화면으로도 설명해주세요. -->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: "✨Feat"
assignees: ''

---

<!---
❗️ 이슈 제목은 아래의 형식을 맞춰주세요
- feat: 기능 추가
- fix: 에러 수정, 버그 수정
- chore: gradle 세팅, 위의 것 이외에 거의 모든 것
- docs: README, 문서
- refactor: 코드 리펙토링 (기능 변경 없이 코드만 수정할 때)
- modify: 코드 수정 (기능의 변화가 있을 때)
-->

## 📢 Issue
- 이슈 내용에 대해 작성해주세요 👍

## ✔️ CheckList
- [ ] 해야 할 체크리스트를 작성해주세요 😊

0 comments on commit feaaeae

Please sign in to comment.