From 798e6797731c5e5cc15801bc7deccf415cf8ab36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karen=20C=C3=A1rcamo?= Date: Mon, 18 Dec 2023 17:00:57 +1300 Subject: [PATCH] [github] Fix issue template yaml (#244) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f44677b..925a1c5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,15 +1,15 @@ -name: Bug Report +name: Bug report description: Let us know about unexpected behaviour when using the Oxide Terraform Provider labels: ["bug"] body: - type: checkboxes id: preliminary - attributes: - label: Preliminary checks - description: Please verify the following. - options: - - label: I am using the latest version, or the latest version that corresponds to my Oxide installation. - - label: There is no open issue that reports the same problem. + attributes: + label: Preliminary checks + description: Please verify the following. + options: + - label: I am using the latest version, or the latest version that corresponds to my Oxide installation. + - label: There is no open issue that reports the same problem. validations: required: true