diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/blank_issue.md | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 |
2 files changed, 9 insertions, 0 deletions
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! |
