Skip to content

Commit cb75ca6

Browse files
authored
Refactor bug report template fields
Updated the bug report template to streamline the fields and improve clarity.
1 parent 363adf3 commit cb75ca6

1 file changed

Lines changed: 5 additions & 30 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,19 @@
11
name: Bug Report
2-
description: Report a bug
3-
title: "[Bug]: "
2+
description: File a bug/issue
3+
title: "<title>"
44
type: "Bug"
5-
projects: ""
6-
labels: []
7-
assignees: []
5+
projects: "Open-CMSIS-Pack/projects/24"
86

97
body:
10-
- type: markdown
11-
attributes:
12-
value: "### Thank you for reporting a problem!"
13-
148
- type: textarea
159
id: description
1610
attributes:
17-
label: "Description"
11+
label: "Current behavior, Steps to reproduce and Expected behavior"
1812
description: "Provide details about the bug."
19-
placeholder: "Explain the unexpected behavior in detail."
13+
placeholder: "Explain the unexpected behavior, steps to reproduce and expected behvior..."
2014
validations:
2115
required: true
2216

23-
- type: textarea
24-
id: steps
25-
attributes:
26-
label: "Steps to Reproduce"
27-
description: "List the steps to reproduce the bug."
28-
placeholder: |
29-
1. Go to '...'
30-
2. Click on '...'
31-
3. See error"
32-
validations:
33-
required: false
34-
35-
- type: textarea
36-
id: expected_behavior
37-
attributes:
38-
label: "Expected Behavior"
39-
description: "What should happen instead?"
40-
placeholder: "Describe what you expected to happen."
41-
4217
- type: textarea
4318
id: additional_info
4419
attributes:

0 commit comments

Comments
 (0)