From 09213312d09f37b510f7599e4cde409ac9b8783a Mon Sep 17 00:00:00 2001 From: Roman / Linnea Gräf Date: Sat, 3 Sep 2022 15:57:53 +0200 Subject: Disable issues and replace them with a link to moulberrys discord (#252) * Create config.yml * Delete bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 34 ---------------------------------- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 2 files changed, 8 insertions(+), 34 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 5e58389d..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Bug report -about: Help Moulberry pinpoint problems. -title: '[Bug] Title' -labels: '' -assignees: '' - ---- - - - - -**Mod Version:** - - -**Describe the bug** - - -**To Reproduce** -1. -2. - - -**Expected behavior** - - -**Attachments** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..811fddf3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: NEU Support + url: https://discord.gg/moulberry + about: "Please ask for support in #neu-support on Moulberrys discord." + - name: Report security vulnerabilitie + url: https://discord.gg/moulberry + about: "If you wish to discuss a bug *with security implications* privately, please open a ticket in Moulberrys discord using /new in #bot-commands" -- cgit