From d9dbc1370197f6cc08b249bd8729f8ca8be60f7f Mon Sep 17 00:00:00 2001 From: vulcandth Date: Tue, 19 Jul 2022 19:16:35 -0500 Subject: [PATCH] Basic Issue Template with Discord Link (#974) 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 000000000..2e8d073f5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank_issue.md @@ -0,0 +1,4 @@ +--- +name: Update to pokecrystal +about: Suggest a possible change to pokecrystal itself. +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..0993d2200 --- /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 pokecrystal, or just have general questions about it, ask in our Discord server!