From 4e138e3d0f8425aa20415410acc7a5377d444253 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:13:22 -0700 Subject: [PATCH] Move FR template to discussion ,add config --- .../feature-request.yml} | 2 -- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) rename .github/{ISSUE_TEMPLATE/feature_request.yml => DISCUSSION_TEMPLATE/feature-request.yml} (85%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/DISCUSSION_TEMPLATE/feature-request.yml similarity index 85% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/DISCUSSION_TEMPLATE/feature-request.yml index 5ddcb12ed..96e5ef2a5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/DISCUSSION_TEMPLATE/feature-request.yml @@ -1,5 +1,3 @@ -name: Feature request -description: Suggest an idea for this project title: "[Feature Request] " labels: ["enhancement"] body: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..a2ae1dfbc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: 🤔 Questions and Help + url: https://github.com/benphelps/homepage/discussions + about: This issue tracker is for bugs only, not general support questions. Please refer to our Discussions. + - name: 💬 Chat + url: https://discord.gg/k4ruYNrudu + about: Want to discuss homepage with others? Check out our chat. + - name: 🚀 Feature Request + url: https://github.com/benphelps/homepage/discussions/new?category=feature-requests + about: Remember to search for existing feature requests and "up-vote" any you like