mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-25 12:05:53 +01:00
[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 <ndvdaa@gmail.com>
This commit is contained in:
parent
52ff3b7382
commit
ba673a3b78
@ -1,6 +1,4 @@
|
|||||||
name: Feature Request
|
labels: ["status: needs triage"]
|
||||||
description: Suggest an idea for Paper
|
|
||||||
labels: [ "status: needs triage", "type: feature" ]
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
|
- name: Feature Request
|
||||||
|
url: https://github.com/PaperMC/Paper/discussions/new?category=ideas
|
||||||
|
about: Suggest an idea for Paper
|
||||||
- name: PaperMC Discord
|
- name: PaperMC Discord
|
||||||
url: https://discord.gg/papermc
|
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!
|
about: If you are having issues with timings or have other minor issues, come ask us on our Discord server!
|
||||||
|
Loading…
Reference in New Issue
Block a user