From d1392225fb4f8e13b5ec25dd1cd58031d179cac2 Mon Sep 17 00:00:00 2001 From: TropheusJ Date: Fri, 8 Dec 2023 12:30:10 -0500 Subject: [PATCH] update suggestions --- .github/ISSUE_TEMPLATE/config.yml | 9 ++++++--- .github/ISSUE_TEMPLATE/suggestion.yml | 14 -------------- 2 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/suggestion.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f638ba15a..d9fe8ff40 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: true contact_links: - - name: Talk to us on Discord - url: https://discord.gg/hmaD7Se - about: Ask questions and get help from the community. + - name: I have an idea/suggestion! + url: https://discord.gg/hmaD7Se + about: These are best discussed with the community and submitted on Discord. + - name: Talk to us on Discord + url: https://discord.gg/hmaD7Se + about: Ask questions and get help from the community. diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml deleted file mode 100644 index a6c63a478..000000000 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: I have an idea/suggestion! -description: Submit your ideas and suggestions for consideration. -labels: [ "type: suggestion" ] -body: - - type: textarea - attributes: - label: Describe the Suggestion - description: What should we add or change to make Create better? Please add screenshots or videos if they would be useful. - validations: - required: true - - - type: markdown - attributes: - value: "Thank you for taking the time to make this suggestion and help improve Create!"