Skip to content

Commit 9045a62

Browse files
authored
chore: added issue templates
1 parent 1fa7199 commit 9045a62

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Bug 🐞
2+
description: Report a bug
3+
labels: [Bug,support]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report! ☺️
9+
- type: textarea
10+
attributes:
11+
label: Steps to reproduce
12+
validations:
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: What is expected?
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: What is actually happening?
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Additional data
27+
value: |
28+
<!-- If technical bug
29+
NodeJS Version:
30+
Package manager(npm|yarn|pnpm):
31+
Browser name & version:
32+
System:
33+
-->
34+
35+
<!-- If design file bug
36+
Technology(figma|sketch):
37+
-->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Feature request ✨
2+
description: Suggest an idea or ask for a feature that you would like to have
3+
labels: [feat-req,support]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for letting us know how we can improve our product! ☺️
9+
- type: textarea
10+
attributes:
11+
label: What problem does this feature solve?
12+
validations:
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: What does the proposed solution look like?
17+
validations:
18+
required: true

0 commit comments

Comments
 (0)