From d09b881caf3bc3c84aab59259f20a2a967cdffd6 Mon Sep 17 00:00:00 2001 From: vulcandth Date: Wed, 20 Jul 2022 22:07:20 -0500 Subject: Basic Issue Template with Discord Link (#100) Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/blank_issue.md | 4 ++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank_issue.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/blank_issue.md b/.github/ISSUE_TEMPLATE/blank_issue.md new file mode 100644 index 00000000..76743f7f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank_issue.md @@ -0,0 +1,4 @@ +--- +name: Update to pokeyellow +about: Suggest a possible change to pokeyellow itself. +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..0931c4b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: pret Discord + url: https://discord.gg/d5dubZ3 + about: If you need help with using pokeyellow, or just have general questions about it, ask in our Discord server! -- cgit v1.3.1-sl0p