From a5c3f88acea26e140854ec8e02d834f852663f79 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Fri, 20 Feb 2026 23:42:48 +0800 Subject: [PATCH] Update PR template with feature freeze notice Added a warning about feature freeze and prioritization of bug fixes. --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3bccade..9bacf75 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,11 @@ ## Before Submitting This PR + + **Please confirm you have done the following:** - [ ] I have searched [existing issues](https://github.com/cjpais/Handy/issues) and [pull requests](https://github.com/cjpais/Handy/pulls) (including closed ones) to ensure this isn't a duplicate