From f73a5fae7b69a11faa91268168e08638c818839c Mon Sep 17 00:00:00 2001 From: Obelous <47227283+0belous@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:50:42 +0000 Subject: [PATCH] update pr template --- .github/PULL_REQUEST_TEMPLATE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 062a65a..06c0ed1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ 1. [ ] Have you ran update.js and pushed the resulting manifest to your forks repo? -2. [ ] Have you added the generated manifest from your fork to verify functionality? +2. [ ] Have you tested the generated manifest on jellyfin? ### Adding sources: @@ -13,5 +13,3 @@ 2. [ ] Have you sorted lines by ascending? - VSCode: ctrl + shift + p > Sort Lines Ascending - -3. [ ] If you are adding a source: is it a fork of an existing plugin?