diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-05-06 15:46:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 15:46:21 +0200 |
commit | 3f39c9449679f6a6b81caa58c9ca42c9b3f8e436 (patch) | |
tree | 51155c9c7771ce1d224dfb52db3430d2af5d387f | |
parent | 387f9cb2b957a11719d7c423ea881e6578d831ae (diff) | |
download | skyhanni-3f39c9449679f6a6b81caa58c9ca42c9b3f8e436.tar.gz skyhanni-3f39c9449679f6a6b81caa58c9ca42c9b3f8e436.tar.bz2 skyhanni-3f39c9449679f6a6b81caa58c9ca42c9b3f8e436.zip |
Issue template (#1715)
Co-authored-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..de7a34bd9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Support + url: https://discord.gg/skyhanni-997079228510117908 + about: "Please ask for support in #support on the SkyHanni Discord." + - name: Bug Report + url: https://discord.gg/skyhanni-997079228510117908 + about: "If you wish to report a bug please open a post in #bug-reports on the SkyHanni Discord." + - name: Suggestion + url: https://discord.gg/skyhanni-997079228510117908 + about: "If you wish to suggest something please open a post in #suggestions on the SkyHanni Discord." |