From e115083fac3799ac91b40d2915d3a2eab4103bc8 Mon Sep 17 00:00:00 2001 From: Jerop Kipruto Date: Mon, 27 Oct 2025 13:33:29 -0400 Subject: [PATCH] docs(github): revamp pull request template (#11949) --- .github/pull_request_template.md | 63 ++++++++++++++++---------------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 773e4cc871..37d896381d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,41 +1,42 @@ -## TLDR +## Summary - + -## Dive Deeper +## Details - + -## Reviewer Test Plan +## Related Issues - + -## Testing Matrix +## How to Validate - + -| | 🍏 | 🪟 | 🐧 | -| -------- | --- | --- | --- | -| npm run | ❓ | ❓ | ❓ | -| npx | ❓ | ❓ | ❓ | -| Docker | ❓ | ❓ | ❓ | -| Podman | ❓ | - | - | -| Seatbelt | ❓ | - | - | +## Pre-Merge Checklist -## Linked issues / bugs + - +- [ ] Updated relevant documentation and README (if needed) +- [ ] Added/updated tests (if needed) +- [ ] Noted breaking changes (if any) +- [ ] Validated on required platforms/methods: + - [ ] MacOS + - [ ] npm run + - [ ] npx + - [ ] Docker + - [ ] Podman + - [ ] Seatbelt + - [ ] Windows + - [ ] npm run + - [ ] npx + - [ ] Docker + - [ ] Linux + - [ ] npm run + - [ ] npx + - [ ] Docker