From 3e3120e98211f1937da69fa6e7fff6d5b7148f53 Mon Sep 17 00:00:00 2001 From: Demitrius Nelon Date: Sun, 3 May 2026 20:50:58 -0700 Subject: [PATCH] Standardize PR template with emoji sections and issue types Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 495080edb2..98635394ce 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,23 @@ - +## 📖 Description + -- [ ] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs). -- [ ] I have updated the [Release Notes](../doc/ReleaseNotes.md). -- [ ] This pull request is related to an issue. +## 🔗 References + ------ +## 🔍 Validation + + +## ✅ Checklist + + +- [ ] Signed the [Contributor License Agreement](https://cla.opensource.microsoft.com) +- [ ] Linked to an issue +- [ ] Updated [Release Notes](../doc/ReleaseNotes.md) (if applicable) +- [ ] Updated documentation (if applicable) +- [ ] Updated [Copilot instructions](.github/copilot-instructions.md) (if build, architecture, or conventions changed) + +## 📋 Issue Type + +- [ ] Bug fix +- [ ] Feature +- [ ] Task