diff options
author | Lorenz <lo.scherf@gmail.com> | 2022-09-04 09:10:07 +0200 |
---|---|---|
committer | Lorenz <lo.scherf@gmail.com> | 2022-09-04 09:10:07 +0200 |
commit | 05ac31a02857d1baf94c0db26663e33e388b9165 (patch) | |
tree | 9858b7c993e1ddd49ed90639735c597cc0b97295 /.github | |
parent | 2056ee7e6c92c4aff32b55501bc72f4ee9b63861 (diff) | |
parent | 3ba2db73995fddf6dd1657eefe9f86a815983e27 (diff) | |
download | NotEnoughUpdates-05ac31a02857d1baf94c0db26663e33e388b9165.tar.gz NotEnoughUpdates-05ac31a02857d1baf94c0db26663e33e388b9165.tar.bz2 NotEnoughUpdates-05ac31a02857d1baf94c0db26663e33e388b9165.zip |
merges from master
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 34 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 |
2 files changed, 8 insertions, 34 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 5e58389d..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Bug report -about: Help Moulberry pinpoint problems. -title: '[Bug] Title' -labels: '' -assignees: '' - ---- - -<!-- -Before you begin check if the bug already been reported. -And also ensure you are using the latest version. - - -If you are unsure about these requirements or need general support, -please join the discord server at discord.gg/moulberry ---> - -<!-- This is asking for the mod version for example 1.7.3-REL --> -**Mod Version:** - -<!-- Provide a clear and concise description of what the bug is. --> -**Describe the bug** - -<!-- Steps to reproduce the behavior --> -**To Reproduce** -1. -2. - -<!-- A clear and concise description of what you expected to happen. --> -**Expected behavior** - -<!-- Add screenshots, crash logs etc. --> -**Attachments**
\ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..0063ceed --- /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 Moulberry's discord." + - name: Report security vulnerabilities + url: https://discord.gg/moulberry + about: "If you wish to discuss a bug *with security implications* privately, please open a ticket in Moulberry's discord using /new in #bot-commands" |