From b39c77602a17d5d274ad30c613cc5ff2629867da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Thu, 3 Feb 2022 20:50:28 +0100 Subject: [PATCH] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 57 ++++++++++++----------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b3811792cb..2067c9b71a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,28 +1,29 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Which chart**: - - - -**Is your feature request related to a problem? Please describe.** - - - -**Describe the solution you'd like** - - - -**Describe alternatives you've considered** - - - -**Additional context** - - +name: "\U0001F680 Feature request" +description: Suggest an idea for this project +body: + - type: markdown + attributes: + value: | + Thank you for suggesting an idea to improbe 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?