Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Why

<!-- What problem does this solve? Link Slack/Sentry/issue if relevant -->

## What Changed

<!-- Bullet points: [component]: change + reason if non-obvious -->

## How to Test

<!-- How to QA/Test this PR -->

- [ ] Tested
- [ ] Docs / README updated (if public API changed)

<!-- Screenshot or recording from demos/ if behavior is visible -->

## Notes

<!-- Tradeoffs, edge cases, migration steps, follow-ups -->

- [ ] Breaking change
- [ ] Requires release <!-- check if a version bump should be published after merge -->
Loading