Skip to content

Commit

Permalink
Merge pull request coreos#1408 from bgilbert/code
Browse files Browse the repository at this point in the history
templates: format bug-report Ignition config as YAML
  • Loading branch information
bgilbert committed Feb 6, 2023
2 parents efc7f65 + e19d799 commit 8136e90
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ body:
required: true

- type: textarea
id: bug-ignition
id: bug-config
attributes:
label: Ignition config
description: The Butane config or Ignition config used to provision your system. Be sure to sanitize any private data. If not using Butane to generate your Ignition config, does the Ignition config pass validation using [ignition-validate](https://coreos.github.io/ignition/getting-started/#config-validation)?
label: Butane or Ignition config
description: The Butane config or Ignition config used to provision your system. Be sure to sanitize any private data. If not using Butane to generate your Ignition config, ensure the Ignition config passes validation using [ignition-validate](https://coreos.github.io/ignition/getting-started/#config-validation).
# Might be Butane YAML or Ignition JSON, which is upward-compatible
# with YAML
render: yaml
validations:
required: false

Expand Down

0 comments on commit 8136e90

Please sign in to comment.