diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 000000000..86351cdbc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. ... +2. ... +3. ... + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Specifications (please complete the following information):** +- Target +- Version [e.g. 1.0] +- Features Enabled + +**Additional context** +Add any other context about the problem here. + +**Other** +Other information like relevant issues, external links, etc \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug b/.github/ISSUE_TEMPLATE/bug deleted file mode 100644 index 881d8819b..000000000 --- a/.github/ISSUE_TEMPLATE/bug +++ /dev/null @@ -1,32 +0,0 @@ -# Description - - -# Current Behaviour - - -# Expected Behaviour - - -# Steps to Reproduce - -1. ... -2. ... -3. ... - -# Example - - -# Environment - -- Version: -- Target: -- Features: - -# Meta - - -# Other - \ No newline at end of file