From: Joe Mooring Date: Fri, 21 Nov 2025 18:16:21 +0000 (-0800) Subject: github: Add PR Template X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6bc8e6f4912998cac561807c2b11ce850ba07be1;p=brevno-suite%2Fhugo github: Add PR Template --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..32e6647ef --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +🛑 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.