Skip to content

Commit

Permalink
chore: issue, pr template 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seungyeop-lee committed Apr 25, 2024
1 parent 9aa7da7 commit 7a7a1e7
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 🐛 Bug
about: 버그 레포트 이슈
title: "bug:"
labels: 🐛 Bug
assignees: ''
---

# Bug
<!-- 발생 버그에 대해 설명해주세요 -->

# Solution you'd like
<!-- 예상 수정 방안을 작성해주세요 -->

# Additional Comment
<!-- 추가 코멘트가 있다면 작성해주세요 -->

# References
<!-- 관련 자료 및 문서가 있다면 기입해주세요 -->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/chore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: 👷 Chore
about: 잡다한 일 관련 이슈
title: "chore:"
labels: 👷 Chore
assignees: ''
---

# Chore
<!-- 관련 이슈에 대해 설명해주세요 -->

# Additional Comment
<!-- 추가 코멘트가 있다면 작성해주세요 -->

# References
<!-- 관련 자료 및 문서가 있다면 기입해주세요 -->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: 📝 Docs
about: 문서화 관련 이슈
title: "docs:"
labels: 📝 Docs
assignees: ''
---

# Docs
<!-- 관련 이슈에 대해 설명해주세요 -->

# Additional Comment
<!-- 추가 코멘트가 있다면 작성해주세요 -->

# References
<!-- 관련 자료 및 문서가 있다면 기입해주세요 -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 🧑‍💻 Feature
about: 기능 개발 및 수정 이슈
title: "feat:"
labels: 🧑‍💻 Feature
assignees: ''
---

# Feature
<!-- 관련 이슈에 대해 설명해주세요 -->

# Todo List
<!-- 작업 목록에 대해 설명해주세요 -->
- [ ] todo

# Additional Comment
<!-- 추가 코멘트가 있다면 작성해주세요 -->

# References
<!-- 관련 자료 및 문서가 있다면 기입해주세요 -->
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: 🔧 Refactor
about: 코드 리팩터링 및 스타일 변경 관련 이슈
title: "refactor:"
labels: 🔧 Refactor
assignees: ''
---

# Refactor
<!-- 관련 이슈에 대해 설명해주세요 -->

# Additional Comment
<!-- 추가 코멘트가 있다면 작성해주세요 -->

# References
<!-- 관련 자료 및 문서가 있다면 기입해주세요 -->
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Overview
<!-- Pull Request에 대한 구체적인 내용을 적어주세요 -->

# Issue
<!-- 관련 이슈가 존재하다면 적어주세요 -->
#XXX

# Check List

- [ ] 관련된 이슈를 연결하였나요?
- [ ] 올바른 PR 컨벤션을 작성했나요?
- [ ] 적절한 라벨을 선택했나요?
- [ ] Assignee와 Reviewer를 설정했나요?

0 comments on commit 7a7a1e7

Please sign in to comment.