Files
containers/.github/ISSUE_TEMPLATE/feature_request.yml
Miguel A. Cabrera Minagorri 77f92f1122 Reorganize common files and create fetch commmits script
Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
2022-04-11 16:59:09 +02:00

30 lines
963 B
YAML

name: "\U0001F680 Feature request"
description: Suggest an idea for this project
body:
- type: markdown
attributes:
value: |
Thank you for suggesting an idea to improve this Bitnami container image.
Please fill in as much of the following form as you're able.
- type: input
attributes:
label: Name and Version
description: Name and version of the affected container image
placeholder: bitnami/wordpress:1.2.3
validations:
required: true
- type: textarea
attributes:
label: What is the problem this feature will solve?
validations:
required: true
- type: textarea
attributes:
label: What is the feature you are proposing to solve the problem?
description: Describe the requests. If you already have something in mind... PRs are welcome!
validations:
required: true
- type: textarea
attributes:
label: What alternatives have you considered?