From 59d10062ca5957459e0cda53c0468c1514ace590 Mon Sep 17 00:00:00 2001
From: Frank Elsinga
Date: Sun, 22 Jun 2025 14:49:24 +0200
Subject: [PATCH] chore: remove fluff from PR-template (#5941)
---
.github/ISSUE_TEMPLATE/ask_for_help.yml | 2 +-
.github/ISSUE_TEMPLATE/bug_report.yml | 2 +-
.github/ISSUE_TEMPLATE/feature_request.yml | 2 +-
.github/ISSUE_TEMPLATE/security_issue.yml | 2 +-
.github/PULL_REQUEST_TEMPLATE.md | 55 +++++-----------------
5 files changed, 17 insertions(+), 46 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/ask_for_help.yml b/.github/ISSUE_TEMPLATE/ask_for_help.yml
index 45bd046e5..2156c5be0 100644
--- a/.github/ISSUE_TEMPLATE/ask_for_help.yml
+++ b/.github/ISSUE_TEMPLATE/ask_for_help.yml
@@ -3,7 +3,7 @@ name: β Ask for help
description: |
Submit any question related to Uptime Kuma
#title: "[Help]"
-labels: ["help", "P3-low"]
+labels: ["help"]
body:
- type: markdown
attributes:
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 31cd6faf6..d0330c70a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -3,7 +3,7 @@ name: π Bug Report
description: |
Submit a bug report to help us improve
#title: "[Bug]"
-labels: ["bug", "P2-medium"]
+labels: ["bug"]
body:
- type: markdown
attributes:
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index c9ec4d093..4e1be15e1 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -3,7 +3,7 @@ name: π Feature Request
description: |
Submit a proposal for a new feature
# title: "[Feature]"
-labels: ["feature-request", "P3-low"]
+labels: ["feature-request"]
body:
- type: markdown
attributes:
diff --git a/.github/ISSUE_TEMPLATE/security_issue.yml b/.github/ISSUE_TEMPLATE/security_issue.yml
index d49c0aaf5..247073102 100644
--- a/.github/ISSUE_TEMPLATE/security_issue.yml
+++ b/.github/ISSUE_TEMPLATE/security_issue.yml
@@ -3,7 +3,7 @@ name: π‘οΈ Security Issue
description: |
Notify Louis Lam about a security concern. Please do NOT include any sensitive details in this issue.
# title: "Security Issue"
-labels: ["security", "P1-high"]
+labels: ["security"]
assignees: [louislam]
body:
- type: markdown
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index f639c395e..dade3e76f 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,10 +1,10 @@
-**β οΈ Please Note: We do not accept all types of pull requests, and we want to ensure we donβt waste your time. Before submitting, make sure you have read our pull request guidelines: [Pull Request Rules](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma)**
-
## β Important Announcement
Click here for more details:
+**β οΈ Please Note: We do not accept all types of pull requests, and we want to ensure we donβt waste your time. Before submitting, make sure you have read our pull request guidelines: [Pull Request Rules](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma)**
+
### π§ Temporary Delay in Feature Requests and Pull Request Reviews
**At this time, we may be slower to respond to new feature requests and review pull requests. Existing requests and PRs will remain in the backlog but may not be prioritized immediately.**
@@ -26,16 +26,22 @@ We appreciate your patience and understanding as we continue to improve Uptime K
## π Overview
-Provide a clear summary of the purpose and scope of this pull request:
+
- **What problem does this pull request address?**
-
- Please provide a detailed explanation here.
-
- **What features or functionality does this pull request introduce or enhance?**
-
- Please provide a detailed explanation here.
+## π Related Issues
+
+
+
+- Relates to #issue-number
+- Resolves #issue-number
+
## π Changes
### π οΈ Type of change
@@ -52,19 +58,7 @@ Provide a clear summary of the purpose and scope of this pull request:
- [ ] π§ Other (please specify):
- Provide additional details here.
-## π Related Issues
-
-
-
-- Relates to #issue-number
-- Resolves #issue-number
-- Fixes #issue-number
-
-## π Checklist *
+## π Checklist
@@ -97,26 +91,3 @@ If not, remove this section.
| `DOWN` |  |  |
| Certificate-expiry |  |  |
| Testing |  |  |
-
-## βΉοΈ Additional Context
-
-Provide any relevant details to assist reviewers in understanding the changes.
-
-Click here for more details:
-
-
-**Key Considerations**:
-
-- **Design decisions** β Key choices or trade-offs made during development.
-- **Alternative solutions** β Approaches considered but not implemented, along with reasons.
-- **Relevant links** β Specifications, discussions, or resources that provide context.
-- **Dependencies** β Related pull requests or issues that must be resolved before merging.
-- **Additional context** β Any other details that may help reviewers understand the changes.
-
-Provide details here
-
-## π¬ Requested Feedback
-
-
-
-- `Mention documents needing feedback here`