Skip to content

Commit f37718b

Browse files
authored
issue templates added
1 parent 5ae83ea commit f37718b

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Bug 🐞
2+
description: Report a bug
3+
labels: [Bug]
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: input
25+
attributes:
26+
label: NodeJS Version
27+
description: Run "node --version" in terminal for node version
28+
placeholder: v16.14.0
29+
validations:
30+
required: true
31+
- type: input
32+
attributes:
33+
label: Package manager name & version
34+
placeholder: yarn 11.6.2
35+
validations:
36+
required: true
37+
- type: input
38+
attributes:
39+
label: Browser name & version
40+
placeholder: Chrome Version 98.0.4758.102
41+
validations:
42+
required: true
43+
- type: input
44+
attributes:
45+
label: Device on which you tested
46+
placeholder: Ubuntu 21.10 64-bit
47+
validations:
48+
required: true
49+
- type: textarea
50+
attributes:
51+
label: Any additional comments?

.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]
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)