Skip to content

Commit 3a85524

Browse files
jkrechCopilot
andauthored
Refactor bug report template fields (#137)
* Refactor bug report template fields Updated the bug report template to streamline the fields and improve clarity. * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 363adf3 commit 3a85524

1 file changed

Lines changed: 6 additions & 30 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,20 @@
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:
6+
- Open-CMSIS-Pack/24
87

98
body:
10-
- type: markdown
11-
attributes:
12-
value: "### Thank you for reporting a problem!"
13-
149
- type: textarea
1510
id: description
1611
attributes:
17-
label: "Description"
12+
label: "Current behavior, Steps to reproduce and Expected behavior"
1813
description: "Provide details about the bug."
19-
placeholder: "Explain the unexpected behavior in detail."
14+
placeholder: "Explain the unexpected behavior, steps to reproduce and expected behavior..."
2015
validations:
2116
required: true
2217

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-
4218
- type: textarea
4319
id: additional_info
4420
attributes:

0 commit comments

Comments
 (0)