chore: add a comment on first time contributors PRs instead of bloating the PR template (#6672)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Frank Elsinga
2026-01-11 04:05:43 +00:00
committed by GitHub
co-authored by Copilot
parent 0c9354d5f4
commit e90b982687
3 changed files with 47 additions and 14 deletions
+7 -12
View File
@@ -1,36 +1,31 @@
<sub>️ To keep reviews fast and effective, please make sure youve [read our pull request guidelines](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma)</sub>
# Summary
## 📝 Summary of changes done and why they are done
In this pull request, the following changes are made:
<!-- Provide a clear summary of the purpose and scope of this pull request-->
## 📋 Related issues
- Foobar was changed to FooFoo, because ...
<!--Please link any GitHub issues or tasks that this pull request addresses-->
- Relates to #issue-number <!--this links related the issue-->
- Resolves #issue-number <!--this auto-closes the issue-->
## 📄 Checklist
<details>
<summary>Please follow this checklist to avoid unnecessary back and forth (click to expand)</summary>
- [ ] ⚠️ 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.
</details>
## 📷 Screenshots or Visual Changes
## Screenshots for Visual Changes
<!--
If this pull request introduces visual changes, please provide the following details.