From 1520a1162210212cdf98dd06931f2c9fdbb9e748 Mon Sep 17 00:00:00 2001 From: Prasad Tengse Date: Thu, 22 Jul 2021 11:44:22 +0200 Subject: [PATCH] docs(fix): Issue form quore booleans --- .github/ISSUE_TEMPLATE/bugreport.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bugreport.yml index eabba8e..e89ffc9 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/ISSUE_TEMPLATE/bugreport.yml @@ -31,7 +31,7 @@ body: required: true # arch - - type: arch + - type: input id: arch attributes: label: System Architecture @@ -48,8 +48,8 @@ body: attributes: label: Running on a NAS? options: - - Yes - - No + - "Yes" + - "No" validations: required: true