From 0da4a1024a17bf5b5085c32b1d63b99614329860 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 5 May 2022 13:22:42 +0200 Subject: [PATCH] Add feedback link --- .github/ISSUE_TEMPLATE/--feature-request.yaml | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/--feature-request.yaml b/.github/ISSUE_TEMPLATE/--feature-request.yaml index b6ba5125f..9e217ff23 100644 --- a/.github/ISSUE_TEMPLATE/--feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/--feature-request.yaml @@ -1,31 +1,31 @@ name: 🛠️ Feature request description: Suggest an idea to improve coolify -title: "[Feature]: " +title: '[Feature]: ' labels: [Enhancement] assignees: -- andrasbacsai -- vasani-arpit + - andrasbacsai + - vasani-arpit body: -- type: markdown - attributes: - value: | - Thanks for taking the time to request a feature for coolify! -- type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue related to this feature request already exists. - options: - - label: I have searched the existing issues + - type: markdown + attributes: + value: | + Thanks for taking the time to request a feature for coolify! Please also add your request here to get feedback from the community: https://feedback.coolify.io/! + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue related to this feature request already exists. + options: + - label: I have searched the existing issues + required: true + - type: textarea + attributes: + label: Summary + description: One paragraph description of the feature. + validations: + required: true + - type: textarea + attributes: + label: Why should this be worked on? + description: A concise description of the problems or use cases for this feature request. + validations: required: true -- type: textarea - attributes: - label: Summary - description: One paragraph description of the feature. - validations: - required: true -- type: textarea - attributes: - label: Why should this be worked on? - description: A concise description of the problems or use cases for this feature request. - validations: - required: true