diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..22055b0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,76 @@ +# What's New + +## DS-000 + + + +## Summary of changes/context +- [ADD] +- [ADD] +- [ADD] + +## Setup + + +1. Run the initialization script and add .env values if needed + + ``` + ./init.sh + ``` + +2. Start the dev server + +``` +docker-compose up +``` + +3. View in browser + +``` +http://localhost:8888 +``` + + +## Reviewer Notes + + + +## Code Review Verification Steps + +### As the coder, I have: + +- [ ] Met the ticket's success criteria or will meet them in a subsequent PR (details listed above) +- User-facing changes: + - [ ] Checked responsiveness in mobile, tablet, and desktop views + - [ ] Checked keyboard operability and keyboard visual focus for all touched UI controls + - [ ] Tested with VoiceOver in Safari or NVDA in Windows + - [ ] Used ARC toolkit to check for issues + +### As code reviewer(s), I have + +- [ ] Pulled this branch locally and tested it +- [ ] Reviewed this code and left comments +- [ ] Considered marking this as accepted even if there are small changes needed (noted in comments) +- User-facing changes: + - [ ] Checked responsiveness in mobile, tablet, and desktop views + - [ ] Checked keyboard operability and keyboard visual focus for all touched UI controls + - [ ] Tested with VoiceOver in Safari or NVDA in Windows + - [ ] Used ARC toolkit to check for issues + +## Screenshots + + \ No newline at end of file