Skip to content

Commit

Permalink
Docs: Template test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimdoodle committed May 31, 2024
1 parent 1ef1b9f commit ca57571
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/✅-feature-request.md
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/>
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/🐞-bug-report.md
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/>
45 changes: 45 additions & 0 deletions .github/pull_request_template.md
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

0 comments on commit ca57571

Please sign in to comment.