diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e49f9fc6..567156a2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,14 +4,18 @@ about: Create a report to help us improve --- -**Describe the bug** -A clear and concise description of the bug. If an exception is involved, include the full output of the exception (stack trace, message, error code, etc.). +**Describe the bug and how to reproduce** + +A clear and concise description of the bug and how to reproduce it. If an exception is involved, include the full output of the exception (stack trace, message, error code, etc.). **What code is involved** + The method, file path and library causing the issue. If you have code that will reproduce the bug, please include it here. **Expected behavior** + A clear and concise description of what you expected to happen. **Screenshots** + If applicable, add screenshots to help explain your problem.