forked from Inpaqt/gitea_template
38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
name: New feature Request
|
|
about: Make a request to add a new feature.
|
|
title: "[feature]: "
|
|
labels: ["enhancement", "Kind/Feature", "Priority low"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
This issue was created by an issue **template** :)
|
|
visible: [content]
|
|
- type: textarea
|
|
id: Request
|
|
attributes:
|
|
label: What would you like to see Implemented.
|
|
description: Please describe this feature in detail.
|
|
placeholder: Tell us what you want to see added!
|
|
value: "as a user i would like "
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: functional
|
|
attributes:
|
|
label: (Optional) What would the functional requirements be ?
|
|
description: Please describe this feature's functionality in detail.
|
|
placeholder: Tell us how this feature would work.
|
|
value: "if i a user/admin/developer would preform would do x this then y would happen"
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: technical
|
|
attributes:
|
|
label: (Optional) What would the technical requirements be ?
|
|
description: Please describe this feature's technical requirements.
|
|
placeholder: Tell us how this feature would work behind the scenes.
|
|
value: "if i a user/admin/developer would preform this action the application would"
|
|
validations:
|
|
required: false
|