diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..23a570e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,42 @@ +# Pull Request + +## ๐Ÿ“‹ Summary + + +## ๐Ÿ”— Related Issues/Tickets + +- Closes #123 +- Related to #456 + +## ๐Ÿ› ๏ธ Changes + +- Added feature XYZ +- Refactored ABC module for better performance +- Fixed crash when opening the profile page + +## โœ… Checklist +- [ ] I have tested these changes manually. +- [ ] I have added necessary documentation (if applicable). +- [ ] I have updated related tests (unit/integration). +- [ ] I have followed the project coding guidelines. +- [ ] I have rebased/merged the latest `main` branch changes. + +## ๐Ÿ“ท Screenshots / Videos (Optional) + +| Before | After | +|:------:|:-----:| +| (screenshot) | (screenshot) | + +## ๐Ÿงช Test Plan + +- [ ] New feature tested on Android +- [ ] New feature tested on iOS +- [ ] Regression tested other impacted areas + +## ๐Ÿ” Review Instructions + +- Focus mainly on the changes in `xyz_controller.dart`. +- Pay extra attention to the new caching logic. + +--- +