Updated: Add note on avoiding unnecessary pings of maintainers

- Added a new section highlighting the importance of refraining from unnecessary pings to maintainers.
- Explained the reason behind this request to help maintainers focus on high-priority tasks.
- Updated the pull request template to reflect this change in the guidelines.

modified: .github/PULL_REQUEST_TEMPLATE.md
This commit is contained in:
GJS 2025-03-29 11:35:39 +01:00
parent b09813ea20
commit 6bfcfdedf3
No known key found for this signature in database
GPG Key ID: BE32D9EAF927E85B

View File

@ -10,15 +10,30 @@
We appreciate your patience and understanding as we continue to improve Uptime Kuma.
## **❗ Important: Please Avoid Unnecessary Pinging of Maintainers**
**We kindly ask users to refrain from pinging maintainers unless absolutely necessary. Pings should be reserved for critical issues or urgent matters that require immediate attention.**
- **Why**: To help maintainers focus on high-priority tasks, we kindly request that unnecessary or repeated pings be minimized. This will help ensure quicker responses for matters that truly need attention.
- **What This Means**: Non-urgent pings may be ignored or addressed later. Please assess the urgency of your request before pinging a maintainer.
## 📋 Overview
**Required**: Please fill out this section before submitting.
Provide a clear summary of the purpose and scope of this pull request:
- What problem does this pull request address?
- Why is it necessary?
- What features or functionality does this pull request introduce or enhance?
- **What problem does this pull request address?**
- Please provide a detailed explanation here.
- **Why is it necessary?**
- Please provide a detailed explanation here.
- **What features or functionality does this pull request introduce or enhance?**
- Please provide a detailed explanation here.
## 🔄 Changes
@ -76,14 +91,12 @@ If this pull request introduces visual changes, provide the following:
- **UI Modifications**: Highlight any changes made to the user interface.
- **Before & After**: Include screenshots or comparisons (if applicable).
```md
| Event | Before | After |
| ------------------ | --------------------- | -------------------- |
| `UP` | ![Before](image-link) | ![After](image-link) |
| `DOWN` | ![Before](image-link) | ![After](image-link) |
| Certificate-expiry | ![Before](image-link) | ![After](image-link) |
| Testing | ![Before](image-link) | ![After](image-link) |
```
| Event | Before | After |
| ------------------ | --------------------- | -------------------- |
| `UP` | ![Before](image-link) | ![After](image-link) |
| `DOWN` | ![Before](image-link) | ![After](image-link) |
| Certificate-expiry | ![Before](image-link) | ![After](image-link) |
| Testing | ![Before](image-link) | ![After](image-link) |
## Additional Context