Skip to content

Commit 4044d46

Browse files
committed
2 parents 27b6630 + d1981a6 commit 4044d46

12 files changed

+12576
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: 🐛 Bug
2+
description: Report an issue to help improve the project.
3+
title: "[BUG] <description>"
4+
labels: ["bug", "status: awaiting triage"]
5+
body:
6+
- type: checkboxes
7+
id: duplicates
8+
attributes:
9+
label: Has this bug been raised before?
10+
description: Increase the chances of your issue being accepted by making sure it has not been raised before.
11+
options:
12+
- label: I have checked "open" AND "closed" issues and this is not a duplicate
13+
required: true
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: Description
18+
description: A clear description of the bug you have found. Please include relevant information and resources (for example the steps to reproduce the bug)
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: steps
23+
attributes:
24+
label: Steps to Reproduce
25+
description: To help us recreate the bug, provide a numbered list of the exact steps taken to trigger the buggy behavior.
26+
value: |
27+
Include any relevant details like:
28+
29+
- What page you were on...
30+
- What you were trying to do...
31+
- What went wrong...
32+
validations:
33+
required: true
34+
- type: textarea
35+
id: screenshots
36+
attributes:
37+
label: Screenshots
38+
description: Please add screenshots if applicable
39+
validations:
40+
required: false
41+
- type: dropdown
42+
id: assignee
43+
attributes:
44+
label: Do you want to work on this issue?
45+
multiple: false
46+
options:
47+
- "No"
48+
- "Yes"
49+
default: 0
50+
validations:
51+
required: false
52+
- type: textarea
53+
id: extrainfo
54+
attributes:
55+
label: If "yes" to the above, please explain how you would technically implement this.
56+
description: For example reference any existing code
57+
validations:
58+
required: false
+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: 💡 General Feature Request
2+
description: Have a new idea/feature? Let us know...
3+
title: "[FEATURE] <description>"
4+
labels: ["enhancement", "feature", "status: awaiting triage"]
5+
body:
6+
- type: checkboxes
7+
id: duplicates
8+
attributes:
9+
label: Is this a unique feature?
10+
description: Increase the chances of your issue being accepted by making sure it has not been raised before.
11+
options:
12+
- label: I have checked "open" AND "closed" issues and this is not a duplicate
13+
required: true
14+
- type: textarea
15+
attributes:
16+
label: Is your feature request related to a problem/unavailable functionality? Please describe.
17+
description: A clear and concise description of what the problem is (for example "I'm always frustrated when [...]").
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: description
22+
attributes:
23+
label: Proposed Solution
24+
description: A clear description of the enhancement you propose. Please include relevant information and resources (for example another project's implementation of this feature).
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: screenshots
29+
attributes:
30+
label: Screenshots
31+
description: Please include screenshots showing the state of the application before and after the proposed changes.
32+
validations:
33+
required: false
34+
- type: dropdown
35+
id: assignee
36+
attributes:
37+
label: Do you want to work on this issue?
38+
multiple: false
39+
options:
40+
- "No"
41+
- "Yes"
42+
default: 0
43+
validations:
44+
required: false
45+
- type: textarea
46+
id: extrainfo
47+
attributes:
48+
label: If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)
49+
description: For example reference any existing code or library
50+
validations:
51+
required: false

0 commit comments

Comments
 (0)