From d27fe7dcbe15bf080583de26d68fdd7ae19e8cd3 Mon Sep 17 00:00:00 2001 From: Zach Yale Date: Mon, 4 May 2026 21:36:13 -0400 Subject: [PATCH] docs(gh): add pr template --- .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 0000000..d3f6c10 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,40 @@ +## Description + + + +## Linked Issue + + + +## Changes + + + +## Manual Testing Steps + + + +1. +2. +3. + +## Screenshots (Optional) + + + +## Additional Context (Optional) + + + +## AI Disclosure + + + +## Checklist + +- [ ] This PR links and implements an accepted issue. +- [ ] This PR is a single focused change. +- [ ] I ran the relevant validation for this change, such as `npm run build` and/or `npm run typecheck`. +- [ ] I have added screenshots if there were any UI changes. +- [ ] I have disclosed any AI usage as per the organization AI Policy above. +- [ ] I understand all of my submitted changes. \ No newline at end of file