Skip to content

Commit c70f3dc

Browse files
authored
(v2.0) feat: add issue templates
1 parent 696248e commit c70f3dc

2 files changed

Lines changed: 56 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: a brief bug report
4+
title: "[Bug]"
5+
labels: bug, help wanted
6+
assignees: ''
7+
8+
---
9+
10+
## Problem Description
11+
12+
A clear and concise description of what the bug is.
13+
14+
**(1) To Reproduce**
15+
16+
Steps to reproduce the behavior, please list them in sequence.
17+
18+
**(2) Expected Behavior**
19+
20+
A clear and concise description of what you want to happen.
21+
22+
**(3) Actual Behavior**
23+
24+
Current situation / outputs.
25+
26+
Please add any other context or screenshots that would help here.
27+
28+
## Alternatives
29+
30+
Suggestions of any alternative solutions or features you've considered.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Feature request
3+
about: an idea for improvement
4+
title: "[Feature]"
5+
labels: enhancement, help wanted, question
6+
assignees: ''
7+
8+
---
9+
10+
## How to come
11+
12+
**(1) Is your feature request related to a problem? Please describe.**
13+
14+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15+
16+
**(2) Share your solution**
17+
18+
A clear and concise description of what you want to happen.
19+
20+
## Alternatives
21+
22+
A clear and concise description of any alternative solutions or features you've considered.
23+
24+
## Additional Context
25+
26+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)