From 8ff4e2afbd12d60d30834f5b4714211f63aff3de Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Sat, 10 May 2025 15:45:07 +0200 Subject: [PATCH] Add contact information to issue template config, disallow blank issues --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e516d320..0279ee8a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Jellyfin documentation - url: https://jellyfin.org/docs/getting-help.html + url: https://jellyfin.org/docs/general/getting-help.html about: Our documentation contains lots of help for common issues + - name: Jellyfin contact + url: https://jellyfin.org/contact/ + about: Our community is ready to help you get started with Jellyfin