From d82c2efbe50829ab9f5cffaca8f50f19c758aa93 Mon Sep 17 00:00:00 2001 From: maxDorninger <97409287+maxDorninger@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:55:43 +0200 Subject: [PATCH] fix bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f6620a8..4c0ff7f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -52,6 +52,6 @@ YOUR CONFIG HERE ``` -[ ] I understand, that without logs and/or screenshots and a detailed description of the problem, it is very hard to fix bugs. -[ ] I have checked the [documentation](https://maxdorninger.github.io/MediaManager/introduction.html) for help. -[ ] I have searched the [issues](https://github.com/maxdorninger/MediaManager/issues) for similar issues and found none. + - [ ] I understand, that without logs and/or screenshots and a detailed description of the problem, it is very hard to fix bugs. + - [ ] I have checked the [documentation](https://maxdorninger.github.io/MediaManager/introduction.html) for help. + - [ ] I have searched the [issues](https://github.com/maxdorninger/MediaManager/issues) for similar issues and found none.