From c9e76ed2360ae22415d84b1facf7afedb35b8f86 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Tue, 17 Feb 2026 09:37:36 -0800 Subject: [PATCH] fix: remove Markdown front matter from PR template --- PULL_REQUEST_TEMPLATE.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index fb402ae..7b6d0a6 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,21 +1,14 @@ ---- -name: Pull Request -about: Submit a Pull Request to contribute changes -title: '' -labels: '' -assignees: '' - ---- -## Resolves +# Proposed Changes -_What GitHub issue does this resolve (please include link)? Please do not submit PRs that are not associated with an -issue, or that only partially implement a fix._ +_Describe what this Pull Request does._ -- Resolves #0 +## Resolves -## Proposed Changes +_What GitHub issue does this resolve? If this PR fixes a bug, please link to the issue by updating the `Resolves #0` +line below. If the bug has no associated issue, please file one first. Please do not submit bug fixes without an +associated issue, or that only partially implement a fix._ -_Describe what this Pull Request does._ +- Resolves #0 ## Reason for Changes