From 1ec693174074ed0da257789d0ae890155e986f86 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sat, 4 Jan 2025 09:28:08 +0100 Subject: [PATCH] Update bug report template Signed-off-by: Jeroen Oudshoorn --- .github/ISSUE_TEMPLATE.yml | 4 ++-- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.yml b/.github/ISSUE_TEMPLATE.yml index febd5770..4d6a18af 100644 --- a/.github/ISSUE_TEMPLATE.yml +++ b/.github/ISSUE_TEMPLATE.yml @@ -43,8 +43,8 @@ body: label: 3rd Party Hardware description: Are you using any 3rd party hardware? By selecting "Yes", you agree that you have tested the issue without the 3rd party hardware. And acknowledge that the issue may be related to the 3rd party hardware, for which we cannot provide full support. options: - - Yes - - No + - "Yes" + - "No" default: 0 - type: textarea id: logs diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index febd5770..4d6a18af 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -43,8 +43,8 @@ body: label: 3rd Party Hardware description: Are you using any 3rd party hardware? By selecting "Yes", you agree that you have tested the issue without the 3rd party hardware. And acknowledge that the issue may be related to the 3rd party hardware, for which we cannot provide full support. options: - - Yes - - No + - "Yes" + - "No" default: 0 - type: textarea id: logs