From 7cfac6258d9e0fedff0724b8c588512f3c6dd738 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 26 Nov 2019 13:31:45 -0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 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 00000000..a337e4f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,40 @@ +--- +name: Bug report +about: Create a bug report +title: '' +labels: '' +assignees: '' + +--- + +**Game and Details! version** +Use /details to grab these two. + + +**Describe the bug** +- Steps to Reproduce (what did you do to make the bug happen): + +- Result (what happens when you follow the steps above): + +- Expected (what you think the expected behavior would be when following the steps): + +- When the bug started (a date, wow path release, details update, etc)? + +- Additional information: + + +**Lua Error** +Post here lua errors, if you aren't getting any, use */console scriptErrors 1* + + +**Screenshots** +Post images of the bug if necessary. + + +**Combat Log** +Include a link to a combatlog file if the error is about not detecting a skill, usable item or item proc. +The log can be as simple as hitting a mob with white damage and using the item/skill. + + +**Other Information** +If necessary, add more info here.