From 54c804876a5b63c3447b612ce6823339f3f486fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 7 Mar 2026 12:48:15 +0100 Subject: [PATCH] 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. --- .github/pull_request_template.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/pull_request_template.md 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. -- 2.39.5