Skip to content

Commit

Permalink
Merge pull request #21 from MoyeoRun/feature/issue-template
Browse files Browse the repository at this point in the history
[#16] 이슈, PR 템플릿 만들기
  • Loading branch information
heechokim authored Mar 27, 2022
2 parents 3af9ddd + 11d7334 commit ec0f3ee
Show file tree
Hide file tree
Showing 2 changed files with 26 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)

### 내용
- 본 이슈의 목표를 구체적으로 어떻게 달성할 것인가에 대해 설명합니다.
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### 내용
- 본 PR이 어떤 기능에 대한 작업인지, 이슈를 참조하여 간략하게 설명합니다.

### 작업 사항
- 변경된 코드에 대해 다른 사람들이 빠르게 구조 및 내용을 이해할 수 있도록 간략하게 설명합니다.

### 변경 전 VS 변경 후
|변경 전|변경 후|
|---|---|
|<img src="" width="300" />|<img src="" width="300" />|

### 참고

0 comments on commit ec0f3ee

Please sign in to comment.