From 35e836412f0ce7bc84fbe61df0dd390c89813764 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 5 Dec 2016 21:25:09 +0100 Subject: [PATCH] Added issue template FINALLY :v --- .github/ISSUE_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..7b78d45ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,22 @@ +#### Issue description + +__What happens:__ ... + +__What you expected to happen:__ ... + +__Steps to reproduce:__ ... + +####Version (Make sure you are on the latest version before reporting) + +__Minecraft:__ ... + +__Forge:__ ... + +__Actually Additions:__ ... + +__Does this issue occur on a server:__ ... + +__Crash report or log (if relevant):__ ... +(Please post a link and __don't__ just paste the entire log here. You can use something like GitHub Gist or Pastebin.) + +Thanks for the report! \ No newline at end of file