79 lines
2.6 KiB
YAML
79 lines
2.6 KiB
YAML
name: Default Enhancement Request
|
|
about: Suggest an enhancement idea.
|
|
title: "[ENHANCEMENT]: "
|
|
labels:
|
|
- enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for suggesting an enhancement! Your input is crucial for our innovation and progress. To assist us better, please share detailed information about your idea.
|
|
- type: textarea
|
|
id: enhancement-details
|
|
attributes:
|
|
label: Enhancement Details
|
|
description: Could you detail the enhancement you're suggesting? Explain the issue it addresses or the new feature it introduces.
|
|
placeholder: Please give an in-depth explanation of your proposed enhancement.
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# Context and Priority
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Environment in which this enhancement will function
|
|
description: Please provide a detailed description of the environment for which you are proposing this enhancment.
|
|
placeholder: Describe the environment applicable.
|
|
value: ""
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: area
|
|
attributes:
|
|
label: Which area of Getbible does this enhancement request relate to?
|
|
multiple: true
|
|
options:
|
|
- loader
|
|
- daily-scripture
|
|
- daily-light
|
|
- joomla-component
|
|
- v2_builder
|
|
- v2
|
|
- api
|
|
- librarian
|
|
- getverse
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: where_it_applies
|
|
attributes:
|
|
label: Where in the above selected area does this enhancement apply?
|
|
description: If applicable, please provide a in depth discription of where enhancement request applies.
|
|
placeholder: Explain in detail where it applies.
|
|
value: ""
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: benefits
|
|
attributes:
|
|
label: Expected Benefits
|
|
description: What advantages can be anticipated from this enhancement? How does it contribute to the improvement of the system?
|
|
placeholder: Detail the advantages that this enhancement will provide.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional Context
|
|
description: Supply additional context or screenshots related to the enhancement request in this space.
|
|
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.
|