85 lines
2.9 KiB
YAML
85 lines
2.9 KiB
YAML
name: Test Issue
|
|
about: Recommend additional assessments or identify any problems with current tests.
|
|
title: "[TEST]: "
|
|
labels:
|
|
- test
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for your involvement in the testing phase of our initiative! Thorough testing is essential to uphold the integrity and dependability of our systems. Please provide detailed information to aid us in comprehending the testing activity or problem you're proposing or highlighting.
|
|
|
|
- type: textarea
|
|
id: testing-details
|
|
attributes:
|
|
label: Testing Details
|
|
description: Could you specify the testing task or concern? Are you proposing a new test, pointing out a defect in current tests, or identifying untested areas?
|
|
placeholder: Please offer an detailed description of the testing task or issue.
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# Affected Components and Context
|
|
- type: dropdown
|
|
id: system
|
|
attributes:
|
|
label: Which Joomla version is this testing issue related to?
|
|
multiple: true
|
|
options:
|
|
- Joomla 5
|
|
- Joomla 4
|
|
- Joomla 3
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Which area of the extension does this testing task impact?
|
|
multiple: true
|
|
options:
|
|
- Dashboard(admin_view)
|
|
- Preachers(admin_views)
|
|
- Preacher(admin_view)
|
|
- Sermons(admin_views)
|
|
- Sermon(admin_view)
|
|
- Sermons Categories(admin_views)
|
|
- Series List(admin_view)
|
|
- Series(admin_views)
|
|
- Statistics(admin_views)
|
|
- External Sources(admin_views)
|
|
- External Source(admin_view)
|
|
- Manual Updater(admin_view)
|
|
- Local Listings(admin_views)
|
|
- Help Documents(admin_views)
|
|
- Categories(site_views)
|
|
- Category(site_view)
|
|
- Preacher(site_view)
|
|
- Preachers(site_views)
|
|
- Series(site_view)
|
|
- Series List(site_views)
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected-outcome
|
|
attributes:
|
|
label: Expected Outcome
|
|
description: What do you expect to achieve with this testing task? How will it improve the system or its reliability?
|
|
placeholder: Describe the expected outcome of this testing task.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Provide any additional context, testing scenarios, or information that might help in understanding or implementing the testing task.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: comments
|
|
attributes:
|
|
label: Additional Comments
|
|
description: Feel free to include any further comments or pertinent details that might assist us.
|