Skip to content

Commit

Permalink
make some issue-template inputs optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Aug 24, 2024
1 parent bf15105 commit 49b8255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/problem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ body:
> Command: `ansible --version`
render: bash
validations:
required: true
required: false

- type: textarea
id: version-opnsense
Expand Down Expand Up @@ -89,7 +89,7 @@ body:
Please provide as the configuration you used when the error occurred!
render: yaml
validations:
required: true
required: false

- type: textarea
id: config-opnsense
Expand All @@ -109,7 +109,7 @@ body:
Set the [debug option](https://opnsense.ansibleguy.net/en/latest/usage/3_troubleshoot.html#verbose-output) and copy its output.
render: bash
validations:
required: true
required: false

- type: textarea
id: output-profiling
Expand Down

0 comments on commit 49b8255

Please sign in to comment.