diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..1ac8b91a4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,55 @@ +## Description + + + +## Related Issue + + + +Closes # + +## Type of Change + + + +* [ ] Bug fix +* [ ] New feature +* [ ] UI/UX improvement +* [ ] Refactor / performance improvement +* [ ] Documentation +* [ ] Build / CI / tooling + +## Key Changes + + + +* + +## Testing + + + +* [ ] Android TV / Fire TV (D-pad / remote navigation) +* [ ] Mobile / Tablet (touch UI) +* [ ] iOS +* [ ] `./gradlew assembleSideloadDebug` completed successfully +* [ ] Manual testing performed on a target device or emulator +* [ ] Not applicable + + + +## Screenshots / Demo + + + +| Before | After | +| :------------------: | :------------------: | +| | | + +## Checklist + +* [ ] My changes follow the repository's existing code style and conventions. +* [ ] I have reviewed my own changes. +* [ ] My changes do not include credentials, private keys, or prohibited third-party media links as defined by the `README.md` Content Policy. +* [ ] I have updated relevant documentation where needed. +* [ ] I have kept this PR focused and avoided unrelated changes.