diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2021-06-30 18:58:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 18:58:57 +0200 |
commit | 24636e5627e7d27ae71c11f6c03f78b6b6d61602 (patch) | |
tree | 616ed967cfc2bfe6576e906f382fcc17d1f69010 /.github/ISSUE_TEMPLATE/config.yml | |
parent | b70f34b696c75dee9af1387d2e1536cd9edffa4b (diff) |
CI/GitHub: Use issue form and add contact links (#26639)
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..a3a9868af2c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: false +contact_links: + - name: Discord + url: https://discord.com/invite/3UxRn4Kn?utm_source=Discord%20Widget&utm_medium=Connect + about: Chat + - name: How to Compile + url: https://trinitycore.atlassian.net/ + about: Wiki + - name: Community Support Forum + url: https://community.trinitycore.org/ + about: Forum + - name: Discussions + url: https://github.com/TrinityCore/TrinityCore/discussions + about: Discuss
\ No newline at end of file |