mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-30 13:02:20 +00:00
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:
parent
74c784db32
commit
ed25326ddf
4 changed files with 7 additions and 38 deletions
.github/ISSUE_TEMPLATE
14
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
14
.github/ISSUE_TEMPLATE/ask-for-help.yaml
vendored
|
@ -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:
|
||||
|
|
15
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -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:
|
||||
|
|
14
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
14
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -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:
|
||||
|
|
2
.github/ISSUE_TEMPLATE/security_issue.yml
vendored
2
.github/ISSUE_TEMPLATE/security_issue.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue