-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
3 changed files
with
77 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,14 @@ | ||
--- | ||
name: "✅ Feature request" | ||
about: 새로운 기능을 추가합니다. | ||
title: "[FEAT]" | ||
labels: ":star: new feature" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## :speech_balloon: Description | ||
<br/> | ||
|
||
## :book: Reference | ||
<br/> |
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,18 @@ | ||
--- | ||
name: "\U0001F41E Bug report" | ||
about: 버그 이슈를 작성합니다. | ||
title: "[BUG]" | ||
labels: ":bug: bug" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## :speech_balloon: Issue | ||
<br/> | ||
|
||
|
||
## :construction: To reproduce | ||
<br/> | ||
|
||
## :book: Reference | ||
<br/> |
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,45 @@ | ||
## PR Checklist | ||
Please check if your PR fulfills the following requirements: | ||
|
||
- [ ] The commit message follows our convention | ||
- [ ] Tests for the changes have been added (for bug fixes / features) | ||
|
||
|
||
## PR Type | ||
What kind of change does this PR introduce? | ||
|
||
<!-- Please check the one that applies to this PR using "x". --> | ||
|
||
- [ ] Feature | ||
- [ ] Bugfix | ||
- [ ] Refactor (no functional changes, no api changes) | ||
- [ ] Design changes | ||
- [ ] Comment added | ||
- [ ] Code style update (formatting, local variables) | ||
- [ ] Test code added | ||
- [ ] Chore (other changes) | ||
- [ ] Init | ||
- [ ] Rename | ||
- [ ] Remove | ||
- [ ] Other... Please describe: | ||
|
||
|
||
## What is the current behavior? | ||
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> | ||
|
||
Issue Number: N/A | ||
|
||
|
||
## What is the new behavior? | ||
|
||
|
||
## Does this PR introduce a breaking change? | ||
<!-- 급격한 변화가 있는가? --> | ||
- [ ] Yes | ||
- [ ] No | ||
|
||
|
||
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> | ||
|
||
|
||
## Other information |