diff options
author | Roman / Linnea Gräf <roman.graef@gmail.com> | 2022-09-03 15:57:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 15:57:53 +0200 |
commit | 09213312d09f37b510f7599e4cde409ac9b8783a (patch) | |
tree | b506868bb1f3ebc3162fd953cca0c122bd58cc98 /.github/ISSUE_TEMPLATE/config.yml | |
parent | 43aa4ae5059012171372cb182c46bf95905e811e (diff) | |
download | NotEnoughUpdates-09213312d09f37b510f7599e4cde409ac9b8783a.tar.gz NotEnoughUpdates-09213312d09f37b510f7599e4cde409ac9b8783a.tar.bz2 NotEnoughUpdates-09213312d09f37b510f7599e4cde409ac9b8783a.zip |
Disable issues and replace them with a link to moulberrys discord (#252)
* Create config.yml
* Delete bug_report.md
Diffstat (limited to '.github/ISSUE_TEMPLATE/config.yml')
-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 00000000..811fddf3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: NEU Support + url: https://discord.gg/moulberry + about: "Please ask for support in #neu-support on Moulberrys discord." + - name: Report security vulnerabilitie + url: https://discord.gg/moulberry + about: "If you wish to discuss a bug *with security implications* privately, please open a ticket in Moulberrys discord using /new in #bot-commands" |