diff options
author | Riley Park <[email protected]> | 2024-04-28 11:12:37 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-28 11:12:37 -0700 |
commit | ba673a3b788f98a7f09c4e8eb3755f513866d536 (patch) | |
tree | 43deb8aa093aeb278dd40d1ffe0146609d5059c8 /.github | |
parent | 52ff3b7382f1076dee9d3699fc38d4798e5a59b7 (diff) | |
download | Paper-ba673a3b788f98a7f09c4e8eb3755f513866d536.tar.gz Paper-ba673a3b788f98a7f09c4e8eb3755f513866d536.zip |
[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 <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/DISCUSSION_TEMPLATE/feature-request.yml (renamed from .github/ISSUE_TEMPLATE/feature-request.yml) | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.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! |