From a4d9efae0be12f8503972ce0bf5456496d691c36 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Sun, 27 Feb 2022 11:01:38 +0000 Subject: [PATCH] Create config.yml - Disallow blank issues - Link to Wiki and Troubleshooting --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..24fbb4f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Wiki + url: https://github.com/arkenfox/user.js/wiki + about: You should have read the entire wiki before using the arkenfox user.js. + - name: Wiki (Troubleshooting) + url: https://github.com/arkenfox/user.js/wiki/5.2-Troubleshooting + about: Help yourself and us by troubleshooting yourself first.