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