From ad35c30d45d18b0ff8c393dcf3711a9a0c5fd16d Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 16 Aug 2023 23:14:07 +0200 Subject: [PATCH] Update q-a.yml, one more try body[12]: options must not include booleans. Please wrap values such as 'yes', and 'true' in quotes. --- .github/DISCUSSION_TEMPLATE/q-a.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml index 6e4b1e35..75b0ed04 100644 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ b/.github/DISCUSSION_TEMPLATE/q-a.yml @@ -68,8 +68,8 @@ body: attributes: label: I can reproduce this issue on [https://privatebin.net](https://privatebin.net) options: - - No - - Yes + - "No" + - "Yes" default: 0 validations: required: true