diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c617f99a9..5aac1e29d 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,36 +1,31 @@
-βΉοΈ To keep reviews fast and effective, please make sure youβve [read our pull request guidelines](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma)
+# Summary
-## π Summary of changes done and why they are done
+In this pull request, the following changes are made:
-
-
-## π Related issues
+- Foobar was changed to FooFoo, because ...
- Relates to #issue-number
- Resolves #issue-number
-## π Checklist
-
Please follow this checklist to avoid unnecessary back and forth (click to expand)
- [ ] β οΈ If there are Breaking change (a fix or feature that alters existing functionality in a way that could cause issues) I have called them out
- [ ] π§ I have disclosed any use of LLMs/AI in this contribution and reviewed all generated content.
I understand that I am responsible for and able to explain every line of code I submit.
-- [ ] π My code adheres to the style guidelines of this project.
-- [ ] β οΈ My changes generate no new warnings.
-- [ ] π οΈ I have reviewed and tested my code.
+- [ ] π Any UI changes adhere to visual style of this project.
+- [ ] π οΈ I have self-reviewed and self-tested my code to ensure it works as expected.
- [ ] π I have commented my code, especially in hard-to-understand areas (e.g., using JSDoc for methods).
- [ ] π€ I added or updated automated tests where appropriate.
- [ ] π Documentation updates are included (if applicable).
-- [ ] π I have considered potential security impacts and mitigated risks.
- [ ] π§° Dependency updates are listed and explained.
+- [ ] β οΈ CI passes and is green.
-## π· Screenshots or Visual Changes
+## Screenshots for Visual Changes