From b7bf07d5e4d1e4b2861b068f7380988bc56f773e Mon Sep 17 00:00:00 2001 From: Tobi Date: Mon, 17 Nov 2025 01:05:24 -0800 Subject: [PATCH] Update PR template to specify target branch for features Added a note to target the 'refactor' branch for features. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 407c00a39..2062e840d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ #### What is it? - [ ] Bugfix (user facing) -- [ ] Feature (user facing) +- [ ] Feature (user facing) ⚠️ **Your PR must target the [`refactor`](https://github.com/TeamNewPipe/NewPipe/tree/refactor) branch** - [ ] Codebase improvement (dev facing) - [ ] Meta improvement to the project (dev facing)