-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9aa7da7
commit 7a7a1e7
Showing
6 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
<!-- 관련 자료 및 문서가 있다면 기입해주세요 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
<!-- 관련 자료 및 문서가 있다면 기입해주세요 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
<!-- 관련 자료 및 문서가 있다면 기입해주세요 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
<!-- 관련 자료 및 문서가 있다면 기입해주세요 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
<!-- 관련 자료 및 문서가 있다면 기입해주세요 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Overview | ||
<!-- Pull Request에 대한 구체적인 내용을 적어주세요 --> | ||
|
||
# Issue | ||
<!-- 관련 이슈가 존재하다면 적어주세요 --> | ||
#XXX | ||
|
||
# Check List | ||
|
||
- [ ] 관련된 이슈를 연결하였나요? | ||
- [ ] 올바른 PR 컨벤션을 작성했나요? | ||
- [ ] 적절한 라벨을 선택했나요? | ||
- [ ] Assignee와 Reviewer를 설정했나요? |