From bb9e52798428bc99ebf4de6e97bbdf5c3e2e69c4 Mon Sep 17 00:00:00 2001 From: David Hall Date: Sat, 17 Sep 2022 07:42:12 -0600 Subject: [PATCH] Update bug_report.md Added request for steps to reproduce --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.