Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Updated the issue templates to resolve an issue
where the only option for the 'Do I have a custom
or modified version of the application?' question
was 'Yes'.
  • Loading branch information
alexjhawk committed Mar 4, 2024
1 parent b8b1058 commit b9efd02
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/01-app-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ body:
options:
- label: 'Yes'
required: true
- type: checkboxes
- type: dropdown
attributes:
label: 'Do I have a custom or modified version of the application?'
description: 'Some bugs may be specific to custom or modified versions of the application.'
options:
- label: 'Yes'
required: true
- 'No'
- 'Yes'
validations:
required: true
- type: input
id: firmware-version
attributes:
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/05-other-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ body:
attributes:
value: |
Please provide a clear and concise description of the report you are submitting.
- type: checkboxes
- type: dropdown
attributes:
label: 'Do I have a custom or modified version of the application?'
description: 'Some questions or concerns may be specific to custom or modified versions of the application.'
options:
- label: 'Yes'
required: true
- 'No'
- 'Yes'
validations:
required: true
- type: input
id: firmware-version
attributes:
Expand Down

0 comments on commit b9efd02

Please sign in to comment.