Add PR template (#1820)

## Summary

Add a PR template. The idea is to make PR changesets accessible to people who may not be aware of all areas of the product, so in a way it also helps with their understanding. Also applies with any new team members we may onboard.
This commit is contained in:
Himanshu Kapoor 2026-03-02 19:04:07 +01:00 committed by GitHub
parent afd39d1248
commit d810eb210e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

40
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,40 @@
## Summary
<!--
Describe what changed and why.
Write for reviewers who may not be familiar with this area of the product.
-->
### Screenshots or video
<!--
If this PR includes UI changes, include screenshots or a short video.
For new features, "Before" can be omitted.
Omit this section if the PR does not contain any UI changes.
-->
| Before | After |
| :----- | :---- |
| | |
### How to test locally or on Vercel
<!--
List clear, reproducible steps to validate this change, either locally or on Vercel.
Include any setup needed, such as feature flags, env vars, seed data, or migrations.
-->
1.
2.
3.
### References
<!--
Add any supporting references that help reviewers understand this PR.
Examples: issue/ticket or related PRs.
-->
- Linear Issue:
- Related PRs: