From 46bed1ef3c8b838d3b562bc13dfaac18f3b0c045 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Tue, 8 Dec 2020 17:02:00 -0500 Subject: [PATCH] chore: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) 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 55fde6d..08f9d4a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,9 +7,6 @@ assignees: jef --- - - - ## Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..72e0a15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Have an idea for a new feature? + url: https://github.com/jef/streetmerchant/discussions + about:Create a new idea discussion! + - name: Need help with streetmerchant? + url: https://github.com/jef/streetmerchant/discussions + about: Create a new help discussion if it hasn't been asked before! + - name: Want to talk with others that use streetmerchant? + url: https://discord.gg/gbVY4vB9JF + about: Join our Discord to hangout and talk shop!