diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..4617cbd5 --- /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: 'Bug report:' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A description of the observed issue. + +**To Reproduce** +Describe steps to reproduce the issue. + +**Attachments** +If the issue can be reproduced using certain assets, please consider attaching them to this report (when possible). + +**Expected behavior** +Describe what you expected to happen. + +**Desktop (please complete the following information):** + - OS + - SDK version + +**Additional context** +Add any other context about the problem here.