From 5c0f6749a305abe4f97aa2630855740565ee67c9 Mon Sep 17 00:00:00 2001 From: Angelos Chouvardas Date: Sat, 19 Nov 2022 17:45:48 +0200 Subject: [PATCH 1/2] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1462d13..6a441f0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Support Question + - name: 🚀 Feature Request + url: https://feature-requests.cloudpanel.io/ + about: We would love to hear what you are thinking about. What can we do better? This is the place for you to vote, discuss and share ideas. + - name: 💬 Support Question url: https://discord.cloudpanel.io - about: We use GitHub issues only to discuss about CloudPanel bugs and new features. + about: We use GitHub issues only to discuss about CloudPanel bugs. From c4196fd654dbeb7af7d7a728f081aef4ac5ea286 Mon Sep 17 00:00:00 2001 From: Angelos Chouvardas Date: Sat, 19 Nov 2022 17:47:47 +0200 Subject: [PATCH 2/2] Delete 2_Feature_request.yaml --- .github/ISSUE_TEMPLATE/2_Feature_request.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/2_Feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/2_Feature_request.yaml b/.github/ISSUE_TEMPLATE/2_Feature_request.yaml deleted file mode 100644 index bd300eb..0000000 --- a/.github/ISSUE_TEMPLATE/2_Feature_request.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: 🚀 Feature Request -description: RFC and ideas for new features and improvements -body: - - type: textarea - id: description - attributes: - label: Description - description: A clear and concise description of the new feature - validations: - required: true - - type: textarea - id: example - attributes: - label: Example - description: | - A simple example of the new feature in action (include PHP code, YAML config, etc.) - If the new feature changes an existing feature, include a simple before/after comparison.