diff options
author | PotatoQuality <[email protected]> | 2020-08-04 10:24:55 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-04 10:24:55 +0200 |
commit | 201606c36ed6f8a80e5372a8019ecad7848cd045 (patch) | |
tree | 6e8cddb50e37ca00a6e0ac38f5b85241e28d1f28 /.github/ISSUE_TEMPLATE | |
parent | eb5575f1b006c6dd80b474a156d5629470bbd251 (diff) | |
download | bazarr-201606c36ed6f8a80e5372a8019ecad7848cd045.tar.gz bazarr-201606c36ed6f8a80e5372a8019ecad7848cd045.zip |
Patching Morpheus65535 github support life
Creating a GitHub config file to make sure users can't overwrite the issue template and will be redirected to other places for posting feature requests or can choose alternative places for requesting help
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..351cc10e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Feature suggestions + url: https://bazarr.featureupvote.com/ + about: Share your suggestions or ideas to make Bazarr better! + - name: Discord Support + url: https://discord.gg/MH2e2eb + about: Ask questions and talk about bazarr |