From 133eb35b4278fedf64da64179ba841723a88d454 Mon Sep 17 00:00:00 2001 From: drcrazy Date: Sun, 29 Dec 2019 02:11:06 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..34261a95f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps to Reproduce** +Steps to reproduce the behavior: +- First Step +- Second Step + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information with the version):** + - Minecraft: [e.g. 1.14] + - Mod Loader: [e.g. forge, fabric] + +**Logs** +Pastebin the log [e.g. `logs/latest.log`] and link it below: + +**Additional context** +Add any other context about the problem here.