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
This commit is contained in:
GJS 2025-03-25 16:30:33 +01:00
parent 74c784db32
commit ed25326ddf
No known key found for this signature in database
GPG key ID: BE32D9EAF927E85B
4 changed files with 7 additions and 38 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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"