From f2fbcc72d00e1ecbda775676605bf027e8af8a3b Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:02:14 -0800 Subject: [PATCH 1/2] chore: Update issue templates to add bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..4c1ea22a --- /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 adding 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. From 3f6b86a19783a34535ca6188abcbeb3371a438c2 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:14:39 -0800 Subject: [PATCH 2/2] fix: wording in bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4c1ea22a..4617cbd5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,7 +14,7 @@ A description of the observed issue. Describe steps to reproduce the issue. **Attachments** -If the issue can be reproduced using certain assets, please consider adding them to this report (when possible). +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.