From 359617d9273dad882807ff966ce1e32195d24edf Mon Sep 17 00:00:00 2001 From: purian23 Date: Fri, 20 Feb 2026 10:15:20 -0500 Subject: [PATCH] template: Default install method --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/support_request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c96ed0f4..29c1c31e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -59,6 +59,7 @@ body: options: - "Yes" - No (specify below) + default: 0 validations: required: false - type: input diff --git a/.github/ISSUE_TEMPLATE/support_request.yml b/.github/ISSUE_TEMPLATE/support_request.yml index f662cfbf..2408b5ed 100644 --- a/.github/ISSUE_TEMPLATE/support_request.yml +++ b/.github/ISSUE_TEMPLATE/support_request.yml @@ -66,6 +66,7 @@ body: options: - "Yes" - No (specify below) + default: 0 validations: required: false - type: input