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