Skip to content

Commit

Permalink
[github] Fix issue template yaml (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv authored Dec 18, 2023
1 parent 56f131d commit 798e679
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 798e679

Please sign in to comment.