From 6bc8e6f4912998cac561807c2b11ce850ba07be1 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 21 Nov 2025 10:16:21 -0800 Subject: [PATCH] github: Add PR Template --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/pull_request_template.md 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. -- 2.39.5