From 37fba31d304e152f4c17ff9c258a44b90a419f56 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Wed, 16 Jun 2021 11:15:56 +0200 Subject: [PATCH] fixed syntax error in bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ace10b3..9c76c45 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -18,14 +18,14 @@ body: attributes: label: Are you using the latest released version? options: - - label: Yes + - label: "Yes" - type: checkboxes id: read_troubleshooting attributes: label: Have you read the troubleshooting page? description: Can be found [here](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/TROUBLESHOOTING.md) options: - - label: Yes + - label: "Yes" - type: dropdown validations: required: true