From cb75ca69f80c2c95091272762b09747065750d2e Mon Sep 17 00:00:00 2001
From: Joachim Krech <8290187+jkrech@users.noreply.github.com>
Date: Mon, 30 Mar 2026 09:06:00 +0200
Subject: [PATCH 1/2] Refactor bug report template fields
Updated the bug report template to streamline the fields and improve clarity.
---
.github/ISSUE_TEMPLATE/bug_report.yml | 35 ++++-----------------------
1 file changed, 5 insertions(+), 30 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index daf22bb16..f3fd15b4b 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,44 +1,19 @@
name: Bug Report
-description: Report a bug
-title: "[Bug]: "
+description: File a bug/issue
+title: "
"
type: "Bug"
-projects: ""
-labels: []
-assignees: []
+projects: "Open-CMSIS-Pack/projects/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 behvior..."
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:
From 879c5b9e90d5e9f5e77bef38acfb68c537a6b25c Mon Sep 17 00:00:00 2001
From: Joachim Krech <8290187+jkrech@users.noreply.github.com>
Date: Mon, 30 Mar 2026 09:14:32 +0200
Subject: [PATCH 2/2] Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---
.github/ISSUE_TEMPLATE/bug_report.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index f3fd15b4b..3075d3769 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -2,7 +2,8 @@ name: Bug Report
description: File a bug/issue
title: ""
type: "Bug"
-projects: "Open-CMSIS-Pack/projects/24"
+projects:
+ - Open-CMSIS-Pack/24
body:
- type: textarea
@@ -10,7 +11,7 @@ body:
attributes:
label: "Current behavior, Steps to reproduce and Expected behavior"
description: "Provide details about the bug."
- placeholder: "Explain the unexpected behavior, steps to reproduce and expected behvior..."
+ placeholder: "Explain the unexpected behavior, steps to reproduce and expected behavior..."
validations:
required: true