diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3e0f485 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Create a bug report + +--- + +## Description +<!-- 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. + +## Environment +<!-- Include your OS version, Python version, and any other relevant details. --> |