Skip to content

Commit

Permalink
Merge pull request #17 from Donggrina/issue_template
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
D5ng authored May 23, 2024
2 parents 35ff35d + ee345dd commit 3502e6c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/✅-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: "✅ Feature"
about: Feature 작업 사항을 입력해주세요
title: 'Feat: 설명을 작성해주세요'
labels: ''
assignees: ''

---

## Description
어떤 작업에 관한 이슈 인가요?

## Todo
- [ ] todo
- [ ] todo

## ETC
기타 사항
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/🐞-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\U0001F41E Bug"
about: BUG 발생 시 작성해주세요
title: 'Error: 에러 설명을 작성해주세요'
labels: ''
assignees: ''

---

## Error Description
에러 상황을 설명해주세요

## Todo
- [ ] 에러를 잡기 위해 해야할 일
- [ ] todo

## ETC

0 comments on commit 3502e6c

Please sign in to comment.