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