From 60666d843388655e9de572c5faa4eabf75574b25 Mon Sep 17 00:00:00 2001 From: Carlos Mesa <28845529+mesacarlos@users.noreply.github.com> Date: Sat, 12 Dec 2020 23:45:59 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 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 0000000..f8b68f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,34 @@ +--- +name: Bug Report +about: If you have found any bugs using WebConsole, use this issue template +title: Title (Short description of the problem) +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**My Minecraft server is** +- [ ] Bukkit +- [ ] Bukkit +- [ ] Spigot +- [ ] PaperMC +- [ ] Other (Please specify) + +**Minecraft server version** +Please type here the version of your Minecraft server. + +**Additional info** +Add any other information about the problem here. Maybe a screenshot, exception stack trace, configuration file, etc.