From ed25326ddf9dd4d342c75eee85e490ae375e44e3 Mon Sep 17 00:00:00 2001 From: GJS <homelab.api@gmail.com> Date: Tue, 25 Mar 2025 16:30:33 +0100 Subject: [PATCH] Updated: Adjust issue templates for improved clarity and usability - Removed unnecessary checkboxes from issue templates. - Adjusted labels for better organization and easier searching in the GitHub UI. - Removed assignees to avoid unnecessary notifications. modified: .github/ISSUE_TEMPLATE/ask-for-help.yaml modified: .github/ISSUE_TEMPLATE/bug_report.yaml modified: .github/ISSUE_TEMPLATE/feature_request.yaml modified: .github/ISSUE_TEMPLATE/security_issue.yml --- .github/ISSUE_TEMPLATE/ask-for-help.yaml | 14 ++------------ .github/ISSUE_TEMPLATE/bug_report.yaml | 15 ++------------- .github/ISSUE_TEMPLATE/feature_request.yaml | 14 ++------------ .github/ISSUE_TEMPLATE/security_issue.yml | 2 +- 4 files changed, 7 insertions(+), 38 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ask-for-help.yaml b/.github/ISSUE_TEMPLATE/ask-for-help.yaml index 082308ba5..d77e673c6 100644 --- a/.github/ISSUE_TEMPLATE/ask-for-help.yaml +++ b/.github/ISSUE_TEMPLATE/ask-for-help.yaml @@ -1,7 +1,8 @@ +--- name: "❓ Ask for help" description: "Submit any question related to Uptime Kuma" #title: "[Help] " -labels: ["help", "P3: low"] +labels: ["help", "P3-low"] body: - type: "markdown" attributes: @@ -12,17 +13,6 @@ body: - **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. - - type: checkboxes - id: unnecessary-pinging-of-maintainers - attributes: - label: - "I have read and understand that unnecessary pings to maintainers will - not be tolerated." - options: - - label: - "I understand that my ping will be ignored if deemed unnecessary or - repetitive." - required: true - type: checkboxes id: no-duplicate-issues attributes: diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 28b4b0722..6aa8581c5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,8 +1,8 @@ +--- name: "🐛 Bug Report" description: "Submit a bug report to help us improve" #title: "[Bug] " -labels: ["bug", "P2: moderate"] -assignees: ["louislam", "CommanderStorm"] +labels: ["bug", "P2-moderate"] body: - type: "markdown" attributes: @@ -13,17 +13,6 @@ body: - **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. - - type: checkboxes - id: unnecessary-pinging-of-maintainers - attributes: - label: - "I have read and understand that unnecessary pings to maintainers will - not be tolerated." - options: - - label: - "I understand that my ping will be ignored if deemed unnecessary or - repetitive." - required: true - type: textarea id: related-issues validations: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index acc0dd585..8e3bb020a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,7 +1,8 @@ +--- name: 🚀 Feature Request description: "Submit a proposal for a new feature" # title: "[Feature] " -labels: ["feature-request", "P4: negligible", "backlog"] +labels: ["feature-request", "P4-negligible", "backlog"] body: - type: "markdown" attributes: @@ -29,17 +30,6 @@ body: - label: "I understand that my feature request will be placed in the backlog." required: true - - type: checkboxes - id: unnecessary-pinging-of-maintainers - attributes: - label: - "I have read and understand that unnecessary pings to maintainers will - not be tolerated." - options: - - label: - "I understand that my ping will be ignored if deemed unnecessary or - repetitive." - required: true - type: textarea id: related-issues validations: diff --git a/.github/ISSUE_TEMPLATE/security_issue.yml b/.github/ISSUE_TEMPLATE/security_issue.yml index d6bf7d1e3..ddc5a835f 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", "P1-high"] assignees: [louislam] body: - type: "markdown"