Skip to content

Commit 25e878b

Browse files
refactor: 🛠️ Simplify issue templates by removing unnecessary fields
1 parent 350378a commit 25e878b

File tree

3 files changed

+6
-50
lines changed

3 files changed

+6
-50
lines changed
+4-18
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
11
name: ​🐞 Bug
22
description: Report an issue to help us improve the project.
3-
title: "[BUG] <write a small description here>"
4-
labels: ["bug", "goal: fix", "priority: medium"]
3+
title: "[BUG] write a title here"
4+
labels: ["bug"]
55
body:
66
- type: textarea
77
attributes:
88
label: Description
99
description: A brief description of the issue or bug you are facing, also include what you tried and what didn't work.
1010
validations:
1111
required: false
12+
1213
- type: textarea
1314
attributes:
1415
label: Screenshots
1516
description: Please add screenshots if applicable
1617
validations:
17-
required: false
18-
- type: textarea
19-
attributes:
20-
label: Any additional information?
21-
description: Any additional information or Is there anything we should know about this bug?
22-
validations:
23-
required: false
24-
- type: dropdown
25-
attributes:
26-
label: What browser are you seeing the problem on?
27-
multiple: true
28-
options:
29-
- Firefox
30-
- Chrome
31-
- Safari
32-
- Microsoft Edge
18+
required: false

.github/ISSUE_TEMPLATE/Feature-Request.yaml

+1-12
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
description: "Describe the solution you'd like"
2828
placeholder: "It would be great if..."
2929
validations:
30-
required: true
30+
required: false
3131

3232
- type: textarea
3333
id: alternatives
@@ -43,17 +43,6 @@ body:
4343
description: "Add any relevant screenshots, mockups or examples"
4444
placeholder: "Drag and drop images here..."
4545

46-
- type: dropdown
47-
id: priority
48-
attributes:
49-
label: "Priority"
50-
options:
51-
- High
52-
- Medium
53-
- Low
54-
validations:
55-
required: true
56-
5746
- type: checkboxes
5847
id: terms
5948
attributes:

.github/ISSUE_TEMPLATE/General_issue.yaml

+1-20
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: "🤔 General Issue"
22
description: "Submit a general question, suggestion or issue"
3-
title: "[GENERAL] "
4-
labels: ["triage-needed"]
3+
title: "[GENERAL]"
54

65
body:
76
- type: markdown
@@ -32,24 +31,6 @@ body:
3231
validations:
3332
required: true
3433

35-
- type: textarea
36-
id: additional
37-
attributes:
38-
label: "Additional Context"
39-
description: "Add any other context, screenshots, or relevant information"
40-
placeholder: "Add any additional details here..."
41-
42-
- type: dropdown
43-
id: impact
44-
attributes:
45-
label: "Impact Level"
46-
options:
47-
- High
48-
- Medium
49-
- Low
50-
validations:
51-
required: true
52-
5334
- type: checkboxes
5435
id: terms
5536
attributes:

0 commit comments

Comments
 (0)