From ce2a82d860de64e095cf45cb05d4384ce09440ff Mon Sep 17 00:00:00 2001 From: Adubbz Date: Sat, 28 Dec 2019 21:12:25 +1100 Subject: [PATCH] Updated issue templates for 1.15 --- .github/ISSUE_TEMPLATE.md | 26 -------------------- .github/ISSUE_TEMPLATE/1-standalone-bug.md | 4 +-- .github/ISSUE_TEMPLATE/2-standalone-crash.md | 4 +-- .github/ISSUE_TEMPLATE/3-feature-request.md | 4 +-- .github/ISSUE_TEMPLATE/4-question.md | 12 --------- .github/ISSUE_TEMPLATE/config.yml | 5 ++++ 6 files changed, 11 insertions(+), 44 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/4-question.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index c023ba24c..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: 1.14.4 Standalone Bug -about: For issues that occur with Biomes O' Plenty for 1.14.4. We do not support older versions! -title: '' -assignees: '' - ---- - -## Issue Report - -[ Lines between [ ] (square brackets) should be removed before posting. ]
- -### What's the issue you encountered? - -[ Describe the issue in detail and what you were doing beforehand. ]
- -### How can the issue be reproduced? - -[ Include a detailed step by step process for recreating your issue with only Biomes O' Plenty installed. ]
- -### Logs - -[ Please include any relevant logs here. This can be done by dragging and dropping your log files into the issue. ]
- -### Mod Version -[ Please put the version of the mod you were using here. ]
diff --git a/.github/ISSUE_TEMPLATE/1-standalone-bug.md b/.github/ISSUE_TEMPLATE/1-standalone-bug.md index 3b945efca..4410d1f3e 100644 --- a/.github/ISSUE_TEMPLATE/1-standalone-bug.md +++ b/.github/ISSUE_TEMPLATE/1-standalone-bug.md @@ -1,6 +1,6 @@ --- -name: 1.14.4 Standalone Bug -about: For bugs that occur with Biomes O' Plenty for 1.14.4. We do not support older versions! +name: 1.15.1 Standalone Bug +about: For bugs that occur with Biomes O' Plenty for 1.15.1. We do not support older versions! title: '' labels: bug-minor assignees: '' diff --git a/.github/ISSUE_TEMPLATE/2-standalone-crash.md b/.github/ISSUE_TEMPLATE/2-standalone-crash.md index ebbee4176..4c484d4d7 100644 --- a/.github/ISSUE_TEMPLATE/2-standalone-crash.md +++ b/.github/ISSUE_TEMPLATE/2-standalone-crash.md @@ -1,6 +1,6 @@ --- -name: 1.14.4 Standalone Crash -about: For crashes that occur with Biomes O' Plenty for 1.14.4. We do not support older versions! +name: 1.15.1 Standalone Crash +about: For crashes that occur with Biomes O' Plenty for 1.15.1. We do not support older versions! title: '' labels: crash assignees: '' diff --git a/.github/ISSUE_TEMPLATE/3-feature-request.md b/.github/ISSUE_TEMPLATE/3-feature-request.md index b759b1d1f..7d6b6a5e9 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-request.md +++ b/.github/ISSUE_TEMPLATE/3-feature-request.md @@ -1,6 +1,6 @@ --- -name: 1.14.4 Feature Request -about: Feature requests for Biomes O' Plenty for 1.14.4. We do not support older versions! +name: 1.15.1 Feature Request +about: Feature requests for Biomes O' Plenty for 1.15.1. We do not support older versions! title: '' labels: feature assignees: '' diff --git a/.github/ISSUE_TEMPLATE/4-question.md b/.github/ISSUE_TEMPLATE/4-question.md deleted file mode 100644 index 23f4eb7ab..000000000 --- a/.github/ISSUE_TEMPLATE/4-question.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Question -about: Please ask general questions in the Glitchfiend Discord, instead of opening new issues for them. -title: '' -labels: '' -assignees: '' - ---- - -We want to keep our issue tracker free of general questions/comments. -If you have a question, please join the Glitchfiend Discord and ask it there. -- Glitchfiend Discord Server: https://discord.gg/0loJvLMgvZi0q596 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..4f53a5adc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Glitchfiend Discord + url: https://discord.gg/GyyzU6T + about: Please ask questions here, instead of making GitHub issues. \ No newline at end of file