Skip to content

Commit

Permalink
Fixes the ids names in h-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malachivdm authored and Llewellyn committed Mar 5, 2024
1 parent 3045f98 commit 7673d14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitea/ISSUE_TEMPLATE/h-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body:
value: |
# Affected Components and Context
- type: dropdown
id: Joomla version
id: joomla_version
attributes:
label: Which Joomla version is this testing issue related to?
multiple: true
Expand All @@ -35,7 +35,7 @@ body:
validations:
required: true
- type: dropdown
id: Joomla Sermon Distributor version
id: joomla_sermon_distributor_version
attributes:
label: Which Joomla Sermon Distributor version is this testing issue related to?
multiple: true
Expand All @@ -49,7 +49,7 @@ body:
validations:
required: true
- type: dropdown
id: PHP version
id: php_version
attributes:
label: Which PHP version is this testing issue related to?
multiple: true
Expand All @@ -64,7 +64,7 @@ body:
validations:
required: true
- type: dropdown
id: Apache version
id: apache_version
attributes:
label: Which Apache version is this testing issue related to?
multiple: true
Expand Down

0 comments on commit 7673d14

Please sign in to comment.