Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 6 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,20 @@
name: Bug Report
description: Report a bug
title: "[Bug]: "
description: File a bug/issue
title: "<title>"
Comment thread
jkrech marked this conversation as resolved.
type: "Bug"
projects: ""
labels: []
assignees: []
projects:
- Open-CMSIS-Pack/24

body:
- type: markdown
attributes:
value: "### Thank you for reporting a problem!"

- type: textarea
id: description
attributes:
label: "Description"
label: "Current behavior, Steps to reproduce and Expected behavior"
description: "Provide details about the bug."
placeholder: "Explain the unexpected behavior in detail."
placeholder: "Explain the unexpected behavior, steps to reproduce and expected behavior..."
validations:
required: true

- type: textarea
id: steps
attributes:
label: "Steps to Reproduce"
description: "List the steps to reproduce the bug."
placeholder: |
1. Go to '...'
2. Click on '...'
3. See error"
validations:
required: false

- type: textarea
id: expected_behavior
attributes:
label: "Expected Behavior"
description: "What should happen instead?"
placeholder: "Describe what you expected to happen."

- type: textarea
id: additional_info
attributes:
Expand Down
Loading