From ba673a3b788f98a7f09c4e8eb3755f513866d536 Mon Sep 17 00:00:00 2001 From: Riley Park Date: Sun, 28 Apr 2024 11:12:37 -0700 Subject: [PATCH] [ci skip] Feature requests are now in GitHub Discussions (#10606) * [ci skip] feature requests are now discussions, not issues * Re-add discussion template * [ci skip] remove old feature label --------- Co-authored-by: Noah van der Aa --- .../feature-request.yml | 4 +--- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) rename .github/{ISSUE_TEMPLATE => DISCUSSION_TEMPLATE}/feature-request.yml (93%) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/DISCUSSION_TEMPLATE/feature-request.yml similarity index 93% rename from .github/ISSUE_TEMPLATE/feature-request.yml rename to .github/DISCUSSION_TEMPLATE/feature-request.yml index 1d647a1ba4..a7e3471724 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/DISCUSSION_TEMPLATE/feature-request.yml @@ -1,6 +1,4 @@ -name: Feature Request -description: Suggest an idea for Paper -labels: [ "status: needs triage", "type: feature" ] +labels: ["status: needs triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index eeba86028d..72e4e079e8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Feature Request + url: https://github.com/PaperMC/Paper/discussions/new?category=ideas + about: Suggest an idea for Paper - name: PaperMC Discord url: https://discord.gg/papermc about: If you are having issues with timings or have other minor issues, come ask us on our Discord server!