Skip to content

Commit

Permalink
[#16] 이슈, PR 템플릿 만들기
Browse files Browse the repository at this point in the history
- PR 템플릿 설정
  • Loading branch information
heechokim committed Mar 22, 2022
1 parent f447e29 commit 59f770a
Showing 1 changed file with 12 additions and 0 deletions.
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="" />|<img src="" width="" />|

### 참고

0 comments on commit 59f770a

Please sign in to comment.