diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3e0f485..0b025e0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,10 +8,10 @@ about: Create a bug report <!-- Add a description of the bug --> ## Reproduction Steps -<!-- Add a set of steps to reproduce the bug (what commands you ran, etc.) --> -1. -2. -3. +<!-- Add a list of commands that you ran that triggered the bug --> + +## Output +<!-- Add the full output of these commands or any logs, showing any errors --> ## Environment -<!-- Include your OS version, Python version, and any other relevant details. --> +<!-- Include your environment (OS version, Python version, etc.) --> |