From 6bfcfdedf3c53b2dfe07c5e328d6c28d4b9e7c39 Mon Sep 17 00:00:00 2001 From: GJS Date: Sat, 29 Mar 2025 11:35:39 +0100 Subject: [PATCH] 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 --- .github/PULL_REQUEST_TEMPLATE.md | 35 ++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8dce4cf39..6e611ea1d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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