diff options
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! |