Skip to content

Commit 9263c61

Browse files
committed
chore: setup pull request and issue template
1 parent 2396f16 commit 9263c61

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!-- Please fill in below sections, include details as much as possible -->
2+
<!-- Leave "N/A" to any non-applicable sections instead of leaving them blank -->
3+
4+
## Reproduction link / code sample
5+
<!---- Include a minimal code sample to demonstrate the issue if possible ---->
6+
7+
8+
## Steps to reproduce
9+
<!---- Please tell me how can I reproduce the issue :) ---->
10+
11+
12+
## What is expected?
13+
<!---- Type something below this line ---->
14+
15+
16+
## What is actually happening?
17+
<!---- Type something below this line ---->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!-- Please fill in below sections, include details as much as possible -->
2+
<!-- Leave "N/A" to any non-applicable sections instead of leaving them blank -->
3+
4+
## Description
5+
<!---- Describe your changes in detail ---->
6+
7+
8+
## How has this been tested?
9+
<!---- Please describe in detail how you tested your changes ---->
10+
11+
12+
## Types of changes
13+
<!---- Put an `x` in the box that apply ---->
14+
- [ ] New feature - `feat`
15+
- [ ] Bug fix - `fix`
16+
- [ ] Refactor - `refactor`
17+
- [ ] Test cases - `test`
18+
- [ ] Other(s): <!-- Fill the type of changes here -->
19+
20+
## Remarks
21+
<!---- Leave your remarks if applicable ---->
22+
N/A

0 commit comments

Comments
 (0)