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.
- {{ $t("Current User") }}:
- {{ $root.username }}
({{ 24 }} {{ $tc("hour", 24) }})
+({{ $t("hours", 24) }})
({{ 24 }} {{ $tc("hour", 24) }})
+({{ $t("hours", 24) }})
({{ 30 }} {{ $tc("day", 30) }})
+({{ $t("days", 30) }})
({{ 1 }} {{ $tc("year", 1) }})
+({{ $t("years", 1) }})
{{ $t("cronSchedule") }}{{ cronDescription }}
+{{ $t("cronScheduleDescription", { description: cronDescription }) }}
({{ - $tc("recurringIntervalMessage", maintenance.intervalDay, [ + $t("recurringIntervalMessage", maintenance.intervalDay, [ maintenance.intervalDay, ]) }}) @@ -331,6 +328,102 @@heartbeatJSON.response
+
+ heartbeatJSON.response
+
+