From f3880b66bb4590053b2631d056a003a708fdae44 Mon Sep 17 00:00:00 2001 From: Ivan Lepekha <57459428+FluffyPunk@users.noreply.github.com> Date: Thu, 7 May 2026 23:56:01 +0300 Subject: [PATCH] feat: Update GH issue template for known issues (#4455) * Add checkbox for known issues acknowledgment Some people do not check the link * typo fix Updated checkbox type to checkboxes in bug report template. * :zombie_sound: * :zombie_sound_2: * AAAAAAAAAAAAAAA * I'm tired of testing commits * :zombie_sound_1337: Added a description to the read issues checkbox. * my bad --- .github/ISSUE_TEMPLATE/bug_report.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 78244a2d..8cf624e6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -8,7 +8,16 @@ body: value: | - Remember, we only support Windows 11. If you encounter problems on Windows 10, please consider upgrading to Windows 11. - For general questions, join our Community-driven [Discord Server](https://discord.gg/RUbZUZyByQ). - + + - type: checkboxes + id: read_issues + attributes: + label: "I have read the known issues" + description: "You [better do](https://winutil.christitus.com/knownissues/), cause your issue can be already there" + options: + - label: Yes, I did + required: true + - type: dropdown id: affected_part attributes: