diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..b080fd3e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Version** +Which commit are you using? + +**To Reproduce** +What did you do to demonstrate the bug? +Please include your configuration file used. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Logs** +If applicable, add logs or output to help explain your problem. + +**Additional context** +Add any other context about the problem here.