From d810eb210e61e12974aff7af6df19e05ebc37094 Mon Sep 17 00:00:00 2001 From: Himanshu Kapoor Date: Mon, 2 Mar 2026 19:04:07 +0100 Subject: [PATCH] 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. --- .github/pull_request_template.md | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..690e53f3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,40 @@ +## Summary + + + +### Screenshots or video + + + +| Before | After | +| :----- | :---- | +| | | + +### How to test locally or on Vercel + + + +1. +2. +3. + +### References + + + +- Linear Issue: +- Related PRs: