From 0d5826a432d14221443166ec0948712a3e7100ee Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Wed, 16 Aug 2023 11:57:34 -0700 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6057d786..6f5a7d41 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,10 +8,13 @@ assignees: hodgef --- **Simple-keyboard version** -As some bugs have been addressed in later versions, please ensure you are running the latest. +Some bugs are addressed in newer versions, therefore please ensure you are running the latest. **Describe the bug** -A clear and concise description of what the bug is. Providing a [sandbox example](https://codesandbox.io/s/vanilla) or code depicting the issue is important, as this will help us reproduce the issue. +A short and clear description of what the bug is. + +**Provide a repro** +Providing a [sandbox example](https://codesandbox.io/s/vanilla) is important, as this will help us reproduce the issue. You can also provide a sample git repository. Without a full repro of your issue, we will not be able to debug and the ticket will be closed early. **Screenshots** If applicable, add screenshots to help explain your problem.