From 334b220cd893b8b701abefda053062999d790901 Mon Sep 17 00:00:00 2001 From: Mattheus Date: Sat, 1 Apr 2023 17:30:28 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 45 ++++++++++++++-------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..72c0f00 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,39 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: '' +title: "[BUG]" +labels: bug assignees: '' - --- -**Describe the bug** -A clear and concise description of what the bug is. + -**To Reproduce** +# Bug report + +## Describe the bug +Add a description of the bug. Detail the expected behaviour in contrast with the behaviour you're observing. + +## Additional information + +- Devices involved: + - Model: Ulanzi Awtrix Smart Pixel Clock 2882 (TC001) + - AWTRIX-LIGHT version: [ eg. v0.0.45 ] + +## To Reproduce Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error -**Expected behavior** + +## Expected behavior A clear and concise description of what you expected to happen. -**Screenshots** +## Screenshots If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +## Logs -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +```text +(optional) Add relevant logs which could help tackle the problem. +``` -**Additional context** +## Additional context Add any other context about the problem here.