From a103e3eaa06d540b64d519efbfd1d2734077586b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Sz=C3=BCcs?= <127139797+balazs-szucs@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:26:10 +0100 Subject: [PATCH] fix(docs): update issue report links to use specific templates (#2156) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Balázs Szücs --- README.md | 4 ++-- docs/OIDC-Setup-With-PocketID.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d0910f4f..bf185be17 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ services: Found an issue? -[![Open Issue](https://img.shields.io/badge/Report-ff6b6b?style=for-the-badge)](https://github.com/booklore-app/booklore/issues) +[![Open Issue](https://img.shields.io/badge/Report-ff6b6b?style=for-the-badge)](https://github.com/booklore-app/booklore/issues/new?template=bug_report.yml) @@ -363,7 +363,7 @@ Found an issue? Have an idea? -[![Request Feature](https://img.shields.io/badge/Suggest-4ecdc4?style=for-the-badge)](https://github.com/booklore-app/booklore/issues/new?template=feature_request.md) +[![Request Feature](https://img.shields.io/badge/Suggest-4ecdc4?style=for-the-badge)](https://github.com/booklore-app/booklore/issues/new?template=feature_request.yml) diff --git a/docs/OIDC-Setup-With-PocketID.md b/docs/OIDC-Setup-With-PocketID.md index 9bf58f16d..154c9c40c 100644 --- a/docs/OIDC-Setup-With-PocketID.md +++ b/docs/OIDC-Setup-With-PocketID.md @@ -53,4 +53,4 @@ To enable OIDC authentication in BookLore, you need to set the following within ### Step 4: Test the Integration -Once configured, simply click Save Settings and then click the Enabled radio button to activate it. Simply log out and log back in and you should be working with no issues! Any issues please raise an issue on the [Github](https://github.com/booklore-app/booklore/issues/new) +Once configured, simply click Save Settings and then click the Enabled radio button to activate it. Simply log out and log back in and you should be working with no issues! Any issues please raise an issue on the [Github](https://github.com/booklore-app/booklore/issues/new?template=bug_report.yml)