Skip to content

Commit 70bbffe

Browse files
authored
Update issue_report.yml
This becomes the bug report form
1 parent 3ac47e2 commit 70bbffe

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

.github/ISSUE_TEMPLATE/issue_report.yml

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Issue Report
2-
description: Report a bug, request a feature, or ask a question
3-
title: "[Issue]: "
2+
description: Report a bug
3+
title: "[Bug]: "
4+
type: "Bug"
5+
projects: "github/21"
46
labels: []
57
assignees: []
68

@@ -9,26 +11,11 @@ body:
911
attributes:
1012
value: "### Thank you for contributing! Please select the type of issue."
1113

12-
- type: dropdown
13-
id: issue_type
14-
attributes:
15-
label: "Issue Type"
16-
description: "What kind of issue are you reporting?"
17-
options:
18-
- Bug
19-
- Feature
20-
- Documentation
21-
- Question
22-
- Idea
23-
- Task
24-
validations:
25-
required: true
26-
2714
- type: input
2815
id: summary
2916
attributes:
30-
label: "Issue Summary"
31-
description: "Briefly describe the issue or feature request."
17+
label: "Summary"
18+
description: "Briefly describe the bug."
3219
placeholder: "e.g., App crashes when opening settings"
3320
validations:
3421
required: true
@@ -37,16 +24,16 @@ body:
3724
id: description
3825
attributes:
3926
label: "Description"
40-
description: "Provide details about the issue or request."
41-
placeholder: "Explain the problem or feature in detail."
27+
description: "Provide details about the bug."
28+
placeholder: "Explain the problem in detail."
4229
validations:
4330
required: true
4431

4532
- type: textarea
4633
id: steps
4734
attributes:
48-
label: "Steps to Reproduce (for Bugs)"
49-
description: "List the steps to reproduce the issue (if applicable)."
35+
label: "Steps to Reproduce"
36+
description: "List the steps to reproduce the bug."
5037
placeholder: |
5138
1. Go to '...'
5239
2. Click on '...'

0 commit comments

Comments
 (0)