From: Bjørn Erik Pedersen Date: Sat, 7 Mar 2026 11:48:15 +0000 (+0100) Subject: github: Remove pull_request_template.md X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=54c804876a5b63c3447b612ce6823339f3f486fc;p=brevno-suite%2Fhugo github: Remove pull_request_template.md * Main reason is that it slows down my own `gh` workflow (I also frequently accidentally select that template). * We also don't have a large volume of PRs from new contributors, so the template isn't as necessary. --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 32e6647ef..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,10 +0,0 @@ -🛑 Before submitting this PR - -All PRs must be linked to an Issue in this repository, and that Issue must be approved by a project maintainer: - -- For a bug, approval means that the "needs triage" label is removed. -- For a proposal, approval means that the "proposal" label is replaced by an "enhancement" label. - -PRs without a linked, approved Issue will be closed immediately. - -Please review the contribution guide (CONTRIBUTING.md) to understand commit message guidelines and AI assistance disclosures.