Skip to content

Commit 13d6a4a

Browse files
fix: update issue templates to require description and remove unnecessary fields
1 parent 6dd6cb6 commit 13d6a4a

File tree

4 files changed

+1
-114
lines changed

4 files changed

+1
-114
lines changed

.github/ISSUE_TEMPLATE/Bug-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
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:
11-
required: false
11+
required: true
1212

1313
- type: textarea
1414
attributes:

.github/ISSUE_TEMPLATE/Feature-Request.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ body:
2929
validations:
3030
required: false
3131

32-
- type: textarea
33-
id: alternatives
34-
attributes:
35-
label: "Alternative Solutions"
36-
description: "What alternatives have you considered?"
37-
placeholder: "Another approach could be..."
38-
3932
- type: textarea
4033
id: screenshots
4134
attributes:

.github/ISSUE_TEMPLATE/General_issue.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,6 @@ body:
99
# General Issue Template
1010
Thanks for taking the time to fill out this issue! Please provide as much information as possible.
1111
12-
- type: dropdown
13-
id: category
14-
attributes:
15-
label: "Category"
16-
description: "What type of issue is this?"
17-
options:
18-
- Question
19-
- Suggestion
20-
- Problem
21-
- Other
22-
validations:
23-
required: true
24-
2512
- type: textarea
2613
id: description
2714
attributes:

.github/workflows/autoComment.yaml

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)