docs: Improved pull request template
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 8307603..0f7ebfe 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,9 +1,15 @@
-Please make sure these boxes are checked before submitting your pull request - thanks!
+Fixes #Issue_number
 
-Fixes #{Issue Number}
+Please Add Screenshots If any UI changes.
+
+Please Add Summary of what changes you have made and if possible provide links.(Optional)
+
+Please make sure these boxes are checked before submitting your pull request - thanks!
 
 - [ ] Apply the `AndroidStyle.xml` style template to your code in Android Studio.
 
-- [ ] Run the unit tests with `./gradlew check` to make sure you didn't break anything
+- [ ] Run the unit tests with `./gradlew check` to make sure you didn't break anything.
 
-- [ ] If you have multiple commits please combine them into one commit by squashing them.
\ No newline at end of file
+- [ ] If you have multiple commits please combine them into one commit by squashing them.
+
+