diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2d2021e7cd6..d11835d66bf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,54 +1,73 @@ -## TLDR + - +## Summary -## Screenshots / Video Demo +- What changed: +- Why it changed: +- Reviewer focus: + +## Validation -## Dive Deeper - - +- Commands run: + ```bash + # paste commands here + ``` +- Prompts / inputs used: +- Expected result: +- Observed result: +- Quickest reviewer verification path: +- Evidence (output, logs, screenshots, video, JSON, before/after, etc.): -## Reviewer Test Plan +## Scope / Risk - +- Main risk or tradeoff: +- Not covered / not validated: +- Breaking changes / migration notes: ## Testing Matrix - + | | 🍏 | 🪟 | 🐧 | | -------- | --- | --- | --- | -| npm run | ❓ | ❓ | ❓ | -| npx | ❓ | ❓ | ❓ | -| Docker | ❓ | ❓ | ❓ | -| Podman | ❓ | - | - | -| Seatbelt | ❓ | - | - | +| npm run | ⚠️ | ⚠️ | ⚠️ | +| npx | ⚠️ | ⚠️ | ⚠️ | +| Docker | ⚠️ | ⚠️ | ⚠️ | +| Podman | ⚠️ | N/A | N/A | +| Seatbelt | ⚠️ | N/A | N/A | -## Linked issues / bugs +Testing matrix notes: -