diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..63c284fb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,41 @@ +# Title + +## What kind of change does this PR introduce? +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, local variables) +- [ ] Refactoring (no functional changes, no API changes) +- [ ] Build related changes +- [ ] CI related changes +- [ ] Documentation content changes +- [ ] Other (please describe): + +## Description + + + +### Link to Page + + +## Screenshots + + +## Related Tickets & Documents +- Related Issue # + +- Closes # + + +## UI Accessibility Checklist +If your PR includes UI changes, please utilize this checklist: +- [ ] Semantic HTML implemented +- [ ] Keyboard operability supported +- [ ] Checked with [axe DevTools](https://www.deque.com/axe/) and addressed `Critical` and `Serious` issues +- [ ] Color contrast tested + +## Additional Context + + +## Reviewer Notes + +