From 7cf51db4712c4a828f53e68dbc374c7c42b40c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Mon, 10 Jan 2022 18:57:07 +0100 Subject: [PATCH] Limit bug reports and enhancement suggestions to sponsors --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/enhancement.md | 4 ++-- .github/ISSUE_TEMPLATE/question.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index df8e485..5464a43 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- -name: Report a bug -about: Create a report about something that is not working properly +name: Report a bug (sponsors-only) +about: "Create a report about something that is not working properly. Note: tickets opened by non-sponsors will be automatically closed" labels: bug --- diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 2745584..2786269 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,6 +1,6 @@ --- -name: Suggest an enhancement -about: "Suggest an idea for this project. Note: priority will be given to suggestions made by sponsors" +name: Suggest an enhancement (sponsors-only) +about: "Suggest an idea for this project. Note: tickets opened by non-sponsors will be automatically closed" labels: enhancement --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 812b8a4..1938d63 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,5 +1,5 @@ --- name: Ask a question or request support (sponsors-only) -about: "Important: only sponsors can ask a question on GitHub. If you're not a sponsor, please post your question on StackOverflow" +about: "Ask a question about this project or request support. Note: tickets opened by non-sponsors will be automatically closed" labels: question --- \ No newline at end of file