Required PR structure
Every pull request must include the following sections in this order:
- •
Description of changes
- •Summarize what changed at a high level.
- •
Test suites
- •List unit/component tests run.
- •List e2e tests run (if applicable).
- •If tests were not run, state why.
- •
Playwright screenshots
- •Attach screenshots captured with Playwright.
- •List filenames or artifacts, and what they show.
- •If no UI changes, explicitly state "N/A".
- •
Breaking changes
- •Describe any breaking changes.
- •If none, explicitly state "None".
Usage
- •Use the PR template in the references folder as the default structure.
- •Keep content concise and actionable.