diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-09-02 11:47:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 11:47:45 +0200 |
commit | 41abcfbee396c67ac7838edf57b9e24a993c87a6 (patch) | |
tree | 82c6c1b523eca98b94493d5e00d1538eab2fbe24 /.github | |
parent | 2632cd6fcd8b2d4b745f7d8f30ec81e6a16227df (diff) |
docs(issue_template): add links to issue create window (#3208)
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..050709db63 --- /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. |