From 44c3688dda7c4ed6b16ad297cd91c3eb5e42cf6a Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 24 Aug 2026 06:04:31 -0400 Subject: [PATCH] Improve pull request classification Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 39bc271..bd5344f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,20 @@ Describe the user-facing problem and the change that addresses it. +## Related Issue + +Closes # + +## Change Type + +Select all that apply. + +- [ ] Bug fix +- [ ] Feature +- [ ] Documentation +- [ ] Maintenance +- [ ] Breaking change + ## Acceptance Criteria - [ ] The behavior matches the issue or request.