From b157fd179ec8b4c811b6c8deec3642c877b6bfe5 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Wed, 16 Jun 2021 11:09:57 +0200 Subject: [PATCH] fixed syntax errors in bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9fb2023..ace10b3 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -14,16 +14,16 @@ body: value: | ## Environment - type: checkboxes - id: latest_version - label: Are you using the latest released version? + id: latest_version attributes: + label: Are you using the latest released version? options: - label: Yes - type: checkboxes - id: read_troubleshooting - 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) + 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 - type: dropdown