Skip to content

Commit 8c243d5

Browse files
committed
Update issue templates
1 parent f0d94b8 commit 8c243d5

4 files changed

Lines changed: 161 additions & 0 deletions

File tree

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
name: Bug Report
2+
description: Create a report to help us improve
3+
title: '[Bug]: '
4+
labels: ''
5+
projects: ''
6+
assignees: ''
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this bug report!
13+
14+
- type: textarea
15+
id: describe_the_bug
16+
attributes:
17+
label: Describe the Bug
18+
description: A clear and concise description of what the bug is.
19+
placeholder: A clear and concise description of what the bug is.
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
id: to_reproduce
25+
attributes:
26+
label: To Reproduce
27+
description: 'Steps to reproduce the behavior:'
28+
placeholder: |
29+
1. Go to '...'
30+
2. Click on '....'
31+
3. Scroll down to '....'
32+
4. See error
33+
value: |
34+
1. Go to '...'
35+
2. Click on '....'
36+
3. Scroll down to '....'
37+
4. See error
38+
validations:
39+
required: true
40+
41+
- type: textarea
42+
id: expected_behavior
43+
attributes:
44+
label: Expected Behavior
45+
description: A clear and concise description of what you expected to happen.
46+
placeholder: A clear and concise description of what you expected to happen.
47+
validations:
48+
required: true
49+
50+
- type: textarea
51+
id: screenshots
52+
attributes:
53+
label: Screenshots
54+
description: If applicable, add screenshots to help explain your problem.
55+
placeholder: If applicable, add screenshots to help explain your problem.
56+
validations:
57+
required: false
58+
59+
- type: textarea
60+
id: desktop_environment
61+
attributes:
62+
label: Desktop Environment
63+
description: 'Please complete the following information:'
64+
placeholder: |
65+
- OS: [e.g. Windows, MacOS Tahoe ]
66+
- Browser [e.g. chrome, edge, safari]
67+
- Version [e.g. 11, 26.2]
68+
value: |
69+
- OS: [e.g. Windows, MacOS Tahoe ]
70+
- Browser [e.g. chrome, edge, safari]
71+
- Version [e.g. 11, 26.2]
72+
validations:
73+
required: false
74+
75+
- type: textarea
76+
id: mobile_environment
77+
attributes:
78+
label: Mobile Environment
79+
description: 'Please complete the following information:'
80+
placeholder: |
81+
- Device: [e.g. iPhone 17 Pro Max, Pixel 10 Pro XL ]
82+
- OS: [e.g. iOS, Android ]
83+
- Browser [e.g. chrome, edge, safari]
84+
- Version [e.g. 26.2, 16]
85+
value: |
86+
- Device: [e.g. iPhone 17 Pro Max, Pixel 10 Pro XL ]
87+
- OS: [e.g. iOS, Android ]
88+
- Browser [e.g. chrome, edge, safari]
89+
- Version [e.g. 26.2, 16]
90+
validations:
91+
required: false
92+
93+
- type: textarea
94+
id: additional_context
95+
attributes:
96+
label: Additional Context
97+
description: Add any other context about the problem here.
98+
placeholder: Add any other context about the problem here.
99+
validations:
100+
required: false
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
title: '[Feature]: '
4+
labels: ''
5+
projects: ''
6+
assignees: ''
7+
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this feature request!
13+
14+
- type: textarea
15+
id: background
16+
attributes:
17+
label: Background
18+
description: Please describe the background or motivation for this feature request.
19+
placeholder: |
20+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
21+
value: |
22+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
23+
validations:
24+
required: true
25+
26+
- type: textarea
27+
id: describe_the_feature
28+
attributes:
29+
label: Describe the Feature
30+
description: Please describe the feature you are requesting.
31+
placeholder: A clear and concise description of what you want to happen.
32+
value: A clear and concise description of what you want to happen.
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: alternatives_considered
38+
attributes:
39+
label: Alternatives Considered
40+
description: A clear and concise description of any alternative solutions or features you have considered.
41+
placeholder: A clear and concise description of any alternative solutions or features you have considered.
42+
validations:
43+
required: false
44+
45+
- type: textarea
46+
id: screenshots
47+
attributes:
48+
label: Screenshots
49+
description: If applicable, add screenshots to help explain your feature request.
50+
placeholder: If applicable, add screenshots to help explain your feature request.
51+
validations:
52+
required: false
53+
54+
- type: textarea
55+
id: additional_context
56+
attributes:
57+
label: Additional Context
58+
description: Add any other context about the problem here.
59+
placeholder: Add any other context about the problem here.
60+
validations:
61+
required: false

0 commit comments

Comments
 (0)