From 97f49d6357c7b62233bedf61dba217dc18d620d3 Mon Sep 17 00:00:00 2001 From: nex Date: Mon, 4 May 2026 20:06:40 +0000 Subject: [PATCH] chore: Remove news fragment checkbox from PR template Requiring them is now handled by an action --- .forgejo/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md index cd13ca4a6..642c0e438 100644 --- a/.forgejo/pull_request_template.md +++ b/.forgejo/pull_request_template.md @@ -45,7 +45,6 @@ If you aren't sure about some, feel free to ask for clarification in #dev:contin - [ ] I have [tested my contribution][c1t] (or proof-read it for documentation-only changes) myself, if applicable. This includes ensuring code compiles. - [ ] My commit messages follow the [commit message format][c1cm] and are descriptive. - - [ ] I have written a [news fragment][n1] for this PR, if applicable.