Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh23 authored Nov 7, 2023
1 parent 84fdc25 commit 6d08fbd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## PR 요약
해당 pr에서 작업한 내역을 적어주세요.

#### 변경 사항
변경사항 및 주의 사항 (모듈 설치 등)을 적어주세요.

##### 스크린샷
작동, 구현 결과화면

##### ✅ PR check list
```
- commit message가 적절한지 확인해주세요.
- 마지막으로 Coding Convention을 준수했는지 확인해주세요.
- 적절한 branch로 요청했는지 확인해주세요.
- Assignees, Label을 붙여주세요.
- 가능한 이슈를 Link 해주세요.
- PR이 승인된 경우 해당 브랜치는 삭제해주세요.
```

#### Linked Issue
close #

0 comments on commit 6d08fbd

Please sign in to comment.