From 90ad3a6d10fae7029a64efd66b18b572d89c0757 Mon Sep 17 00:00:00 2001 From: RockyHawk Date: Sun, 5 Jul 2020 09:23:33 +1000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/need-help.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/need-help.md diff --git a/.github/ISSUE_TEMPLATE/need-help.md b/.github/ISSUE_TEMPLATE/need-help.md new file mode 100644 index 0000000..be18b9f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/need-help.md @@ -0,0 +1,24 @@ +--- +name: Need help +about: Create an issue for a problem you are having. +title: '' +labels: '' +assignees: '' + +--- + +**Describe the Issue** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Versions:** + - Minecraft: [e.g. 1.16] + - CommandPanels: [e.g. 3.2.0] + +**Additional context** +Add any other context about the problem here.