From e82aaf03f08941427d25489cf5c2dd2fc35b9e45 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 4 Mar 2026 15:46:18 -0600 Subject: [PATCH] update bug report --- .github/ISSUE_TEMPLATE/bug_report.yaml | 31 +++++++++----------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index df64d398..3ce30343 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -24,11 +24,16 @@ body: validations: required: true - - type: input + - type: dropdown id: affected_part attributes: - label: 📜 What part of Winutil are you having issues with? - placeholder: "e.g., Tweaks, etc." + label: What part of Winutil are you having issues with? + options: + - Program Install Tab + - Tweaks Tab + - Config Tab + - Updates Tab + - Win11 Creator Tab validations: required: true @@ -39,24 +44,8 @@ body: validations: required: true - - type: textarea - id: steps_to_reproduce - attributes: - label: 🔄 Steps to reproduce the issue. - placeholder: "e.g., Step 1: ..., Step 2: ..." - validations: - required: true - - type: textarea id: error_output attributes: - label: ❌ Paste the full error output (if available). - placeholder: "Include any relevant logs or error messages." - - - type: textarea - id: additional_context - attributes: - label: 🖼️ Additional context. - placeholder: "Include screenshots, code blocks (use triple backticks ```), or any other relevant information." - validations: - required: false + label: ❌ Paste the full error output (if available) or Screenshot. + placeholder: "Include any relevant logs or error messages." \ No newline at end of file