mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 06:58:50 +08:00
* Add copyright header Signed-off-by: sfelipe <sfelipe@vmware.com> * Remove copyright from vib runtime_parameters files Signed-off-by: sfelipe <sfelipe@vmware.com> * Add copyright header for pinniped-auth.sh Signed-off-by: sfelipe <sfelipe@vmware.com> * Update templates copyright header format Signed-off-by: sfelipe <sfelipe@vmware.com> --------- Signed-off-by: sfelipe <sfelipe@vmware.com>
34 lines
1.0 KiB
YAML
34 lines
1.0 KiB
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
name: "\U0001F680 Feature request"
|
|
description: Suggest an idea for this project
|
|
labels: ["feature-request"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for suggesting an idea to improve Bitnami Helm charts.
|
|
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 chart
|
|
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?
|