diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ab69fba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Bug Description** +Share a clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. + +**How To Reproduce** +Describe steps to reproduce the behavior. If applicable, share the code/data needed to replicate the behavior. + +**Expected behavior (If applicable)** +Describe what you expected to happen. + +**Environment:** + - OS (e.g. Ubuntu 22): +- Python Version (e.g. 3.10): +- Virtual Environment (e.g. Conda): +- Python Packages (output of `pip freeze`): + +**Additional context** +Add any other context about the problem here.