From 41abcfbee396c67ac7838edf57b9e24a993c87a6 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 2 Sep 2020 11:47:45 +0200 Subject: [PATCH] docs(issue_template): add links to issue create window (#3208) --- .github/ISSUE_TEMPLATE/config.yml | 13 +++++++++++++ 1 file changed, 13 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 000000000..050709db6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,13 @@ +blank_issues_enabled: false +contact_links: + - name: Website + url: http://www.azerothcore.org + - name: Wiki + url: azerothcore.org/wiki + about: You can find plenty of information on our Wiki. + - name: How to ask for help + url: https://www.azerothcore.org/wiki/How-to-ask-for-help + about: Before submitting an issue we'd love if you take a minute to read this. + - name: Discord + url: https://discord.gg/gkt4y2x + about: Join the discussions over at our Discord Server.