Skip to content

Commit

Permalink
Fixes the dropdown ids in a-bug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lemuelvdm committed Mar 5, 2024
1 parent dd9b9aa commit 9d2cbb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitea/ISSUE_TEMPLATE/a-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body:
value: |
# Environment Details
- type: dropdown
id: system
id: joomla_version
attributes:
label: Which Joomla version are you using?
multiple: true
Expand All @@ -35,7 +35,7 @@ body:
validations:
required: true
- type: dropdown
id: system
id: sermon_distributor_version
attributes:
label: Which Joomla Sermon Distributor version are you using?
multiple: true
Expand All @@ -49,7 +49,7 @@ body:
validations:
required: true
- type: dropdown
id: system
id: php_version
attributes:
label: Which PHP version are you using?
multiple: true
Expand All @@ -64,7 +64,7 @@ body:
validations:
required: true
- type: dropdown
id: system
id: apache_version
attributes:
label: Which Apache version are you using?
multiple: true
Expand Down

0 comments on commit 9d2cbb0

Please sign in to comment.