From e72ac75d139c2a6176359535c3b917852ebbe0d9 Mon Sep 17 00:00:00 2001 From: Ivan Lepekha <57459428+FluffyPunk@users.noreply.github.com> Date: Sat, 4 Jul 2026 08:21:26 +0300 Subject: [PATCH] feat(github): Add version context for issues (#4803) * Create app suggestion discussion template Add a discussion template for app suggestions with rules and input fields. * Add application suggestion link to issue template Added a link for suggesting applications to the issue template. * Update app suggestion discussion template * Add checkbox for WinGet application presence check * Changed name of file, didn't change name of link XD * Add WinUtil version input to bug report template Added input field for WinUtil version in bug report template. * whoops :^) * Someone forgot that label is single value parameter * GH Wiki is a liar * GH Docs are looking awful --- .github/ISSUE_TEMPLATE/bug_report.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 0032a616..50d34a68 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -18,6 +18,14 @@ body: - label: Yes, I did required: true + - type: input + id: winutil_version + attributes: + label: "Version of WinUtil" + description: "Provide a version that you are using when issue submitted (it can be found in right corner of app)" + validations: + required: true + - type: dropdown id: affected_part attributes: