Skip to content

Commit

Permalink
docs: Git Template (ISSUE & PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
IW-MOON committed Mar 30, 2022
0 parents commit cd4656e
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!--
✅ 어떤 버그인지 자세히 알려주세요.
✅ 스크린샷이 있으면 더 좋아요🙂
-->
## Describe the bug
-

<!--
✅ 버그를 재현하는 과정을 알려주세요.
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
-->
## To Reproduce

<!--
✅ 기대하는 결과를 설명해주세요.
-->
## Expected behavior
-

<!--
✅ Label을 설정하였는지 확인해주세요.
✅ Assignee를 지정하였는지 확인해주세요.
-->
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

<!--
✅ 어떤 기능인지 구체적으로 설명해주세요.
-->
## Feature Description
-

<!--
✅ 개발이 필요한 기능을 요약해주세요.
-->
## Todo list
- [ ]


<!--
✅ Label을 설정하였는지 확인해주세요.
✅ Assignee를 지정하였는지 확인해주세요.
-->
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!--
✅ Resolve: #이슈번호 형태로 입력해 주세요.
ex) Resolve: #123
-->
## 📌Linked Issues
-

<!--
✅ 변경 사항을 자세히 알려주세요. (why -> what -> how)
-->
## ✏Change Details
-

<!--
✅ 추가로 전달할 내용이 있다면 적어주세요.
-->
## 💬Comment
-

<!--
✅ 참고한 사이트가 있다면 공유해주세요.
-->
## 📑References
-

## ✅Check List
- [ ] 추가한 기능에 대한 테스트는 모두 완료하셨나요?
- [ ] 코드 정렬(Ctrl + Alt + L), 불필요한 코드나 오타는 없는지 확인하셨나요?

0 comments on commit cd4656e

Please sign in to comment.