]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
github: Remove pull_request_template.md
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 7 Mar 2026 11:48:15 +0000 (12:48 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 7 Mar 2026 11:48:15 +0000 (12:48 +0100)
* 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 [deleted file]

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
deleted file mode 100644 (file)
index 32e6647..0000000
+++ /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.