Skip to content

Commit

Permalink
[#16] 이슈, PR 템플릿 만들기
Browse files Browse the repository at this point in the history
- 이슈 템플릿 설정
  • Loading branch information
heechokim authored Mar 22, 2022
1 parent 75ecb96 commit 56509bb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/create-new-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Create new issue
about: 새로운 이슈를 등록합니다!
title: ''
labels: ''
assignees: ''

---

### 배경
- 본 이슈를 등록하게 된 이유를 설명합니다.(AS-IS, TO-BE)

### 내용
- 본 이슈의 목표를 구체적으로 어떻게 달성할 것인가에 대해 설명합니다.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


0 comments on commit 56509bb

Please sign in to comment.