From add4b582b5ba6c1439a52ca2ce812e31a8b10cb6 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 28 Dec 2019 21:02:14 -0600 Subject: [PATCH] Update issue template configuration --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index febe94fd..99d2bf3e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a report to help us address issues in Moonlight +about: Ask for help on Discord before reporting a bug --- **READ ME FIRST!** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false