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