Skip to content

Commit

Permalink
git: issue template 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
suw0n committed Aug 26, 2024
1 parent c4c16fe commit f1b461b
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "\bFeature"
about: 기능 추가 시 작성해주세요.
title: 'Feature: '
labels: ''
assignees: suw0n

---

## 어떤 기능을 추가할 것인가요?
> 어떤 기능을 추가할 것인지 구체적으로 설명해주세요.
## 기대 효과가 무엇인가요?
> 기능을 추가했을 때 기대하는 효과에 대해 설명해주세요.
## 참고자료(Optional)
> 이해를 도울만한 자료들을 첨부해주세요.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Bug
about: 버그 발생 시 작성해주세요.
title: 'Fix: '
labels: ''
assignees: ''

---

## 어떤 버그인가요?
> 어떤 버그인지 구체적인 상황을 포함해서 설명해주세요.

## 어떻게 해결할건가요?
> 본인이 생각한 해결방법을 근거를 포함해서 설명해주세요.

## 참고자료(Optional)
> 이해를 도울만한 자료들을 첨부해주세요.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Refactor
about: 리팩토링 시 작성해주세요.
title: 'Refactor: '
labels: ''
assignees: ''

---

## 기존에 어떤 부분이 문제였는지 설명해주세요.
> 기존에 어떤 부분이 문제였는지 설명해주세요.
## 어떻게 개선할 것인지 설명해주세요.
> 어떻게 개선할 것인지 자세히 설명해주세요.
## 참고자료(Optional)
> 이해를 도울만한 자료들을 첨부해주세요.

0 comments on commit f1b461b

Please sign in to comment.