diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..834a3ee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Version** +- [ ] V1 +- [ ] V2 + +**Environment** +- [ ] self-hosted +- [ ] Linux +- [ ] Windows +- [ ] Mac + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Run/Repo Url** +If applicable, and if your repo/run is public, please include a URL so it is easier for us to investigate. + +**How to reproduce** +If applicable, add information on how to reproduce the problem. + +**Additional context** +Add any other context about the problem here.