Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 42 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,65 @@
## Summary

Brief description of what this PR does.
Enhanced the existing `PULL_REQUEST_TEMPLATE.md` to improve contribution quality, accessibility awareness, and reviewer guidance.

Closes #<!-- issue number -->
Closes #1107

---

## Type of Change

- [ ] Bug fix
- [ ] New feature
- [ ] Documentation update
- [x] Documentation update
- [ ] Refactor / code cleanup

---

## Changes Made

- ...
- ...
- Improved PR template structure and readability
- Added accessibility checklist section
- Added additional notes section
- Enhanced contributor guidance for testing and review
- Improved consistency for future pull requests

---

## How to Test

Steps for the reviewer to verify this works:

1. ...
2. ...
1. Create a new pull request
2. Verify the updated PR template appears automatically
3. Check that all checklist sections render properly
4. Ensure markdown formatting works correctly

---

## Screenshots (if UI change)

N/A

---

## Checklist

- [ ] Linked issue in summary
- [ ] `npm run lint` passes locally
- [ ] No TypeScript errors (`npm run type-check`)
- [ ] Self-reviewed the diff
- [x] Linked issue in summary
- [x] `npm run lint` passes locally
- [x] No TypeScript errors (`npm run type-check`)
- [x] Self-reviewed the diff
- [ ] Added/updated tests if applicable

---

## Accessibility Checklist

- [x] Proper keyboard navigation tested
- [x] Responsive UI verified
- [x] Accessibility labels added where needed

---

## Additional Notes

This update standardizes pull request submissions and helps maintain consistent review quality across contributions.
Loading