From cac258bc471fdc4ecff79cb7c8bd3f704622ed0f Mon Sep 17 00:00:00 2001 From: Jimmacle Date: Mon, 19 Jun 2017 11:42:24 -0700 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 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 0000000..99776d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +Please complete the following tasks before submitting your issue: +- [ ] Verify that this issue is related to Torch and not a Torch plugin or the vanilla game +- [ ] Ensure that the issue is reproducible for testing (provide a link to a test world if necessary) + +**Torch Version:** 1.x.xxx.xxx **SE Version:** 1.xxx.xxx + +### Expected Behavior +What did you expect to happen? + +### Observed Behavior +What actually happened? + +### Steps to Reproduce +1. How did this issue get triggered? +2. Write the steps here. + +### Other Information +Provide links to game logs or saves here if necessary.