diff --git a/.github/ISSUE_TEMPLATE/1-12-bug-report.md b/.github/ISSUE_TEMPLATE/1-12-bug-report.md index dcc91888..ae21bf6c 100644 --- a/.github/ISSUE_TEMPLATE/1-12-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-12-bug-report.md @@ -2,7 +2,7 @@ name: 1.12 Bug report about: Create an issue for Minecraft 1.12 title: '' -labels: bug, 1.12 +labels: 1.12, bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/1-16-bug-report.md b/.github/ISSUE_TEMPLATE/1-16-bug-report.md new file mode 100644 index 00000000..21deb7f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-16-bug-report.md @@ -0,0 +1,23 @@ +--- +name: 1.16 Bug report +about: Create a report to help us improve +title: '' +labels: 1.16, bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is, including expected behavior. + +**Screenshots or crash report (if relevant)** +If applicable, add screenshots to help explain your problem. + +**Versions (please complete the following information):** + - Minecraft: 1.16.1 + - Mantle: + - Inspirations: + +**Other mods required** + +List any other mods required to reproduce this issue. Test by running the game with minimal mods. diff --git a/.github/ISSUE_TEMPLATE/1-15-feature-request.md b/.github/ISSUE_TEMPLATE/1-16-feature-request.md similarity index 90% rename from .github/ISSUE_TEMPLATE/1-15-feature-request.md rename to .github/ISSUE_TEMPLATE/1-16-feature-request.md index 1234c229..50678297 100644 --- a/.github/ISSUE_TEMPLATE/1-15-feature-request.md +++ b/.github/ISSUE_TEMPLATE/1-16-feature-request.md @@ -1,8 +1,8 @@ --- -name: 1.15 Feature request +name: 1.16 Feature request about: Suggest a new feature for this mod title: '' -labels: enhancement, 1.15 +labels: 1.16, enhancement assignees: '' ---