From dcb1f91938aa551fa4553bd3daf8a3f7fa2edc65 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 17 Oct 2025 12:59:58 +0200 Subject: [PATCH] GitHub: Update .github/ISSUE_TEMPLATE/bug_report.yml Signed-off-by: Michael Mayer --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 229bdd0e9..a5fac9460 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,7 +10,7 @@ body: value: | Before filing a bug report, verify that it is not a question or support request: 1. Thoroughly review our [Getting Started](https://docs.photoprism.app/getting-started/) and [User Guides](https://docs.photoprism.app/user-guide/). - 2. Work through our [troubleshooting checklists](https://docs.photoprism.app/getting-started/troubleshooting/). + 2. Work through the [Troubleshooting Checklists](https://docs.photoprism.app/getting-started/troubleshooting/) we provide. 3. Do not report [known issues](https://docs.photoprism.app/known-issues/) or [missing features](https://github.com/photoprism/photoprism/issues) as bugs. - type: checkboxes id: prerequisites @@ -18,7 +18,7 @@ body: label: Before You Continue description: Confirm that you reviewed the guidance above. options: - - label: This is a confirmed bug — not reported or documented + - label: This is a new, confirmed bug that has not yet been reported or documented required: true - type: textarea id: documented-behavior