mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
Fixed: Update and align issue/PR templates with consistent style
- Fixed minor markdown issues in the templates to ensure consistency. - Updated formatting for better readability and uniformity. - Ensured that all templates (issue, PR) follow the same style. modified: .github/ISSUE_TEMPLATE/ask_for_help.yml modified: .github/ISSUE_TEMPLATE/bug_report.yml modified: .github/ISSUE_TEMPLATE/feature_request.yml modified: .github/PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
ee828505b7
commit
4ed141ee15
4 changed files with 8 additions and 23 deletions
14
.github/ISSUE_TEMPLATE/ask_for_help.yml
vendored
14
.github/ISSUE_TEMPLATE/ask_for_help.yml
vendored
|
@ -8,19 +8,9 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## ❗ Important Announcement
|
🚫 **We kindly ask you to refrain from pinging maintainers unless absolutely necessary. Pings are reserved for critical/urgent issues that require immediate attention.**
|
||||||
|
|
||||||
### 🚫 Please Avoid Unnecessary Pinging of Maintainers
|
**Why**: Reserving pings for urgent matters ensures maintainers can prioritize critical tasks effectively
|
||||||
|
|
||||||
**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.
|
|
||||||
|
|
||||||
#### Guidelines for Pinging
|
|
||||||
|
|
||||||
- ✅ **Appropriate**: Critical issues or urgent matters requiring immediate attention.
|
|
||||||
- ❌ **Not Appropriate**: Repeated or non-urgent pings, which may be ignored or addressed later.
|
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: no-duplicate-question
|
id: no-duplicate-question
|
||||||
|
|
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -10,7 +10,8 @@ body:
|
||||||
value: |
|
value: |
|
||||||
🚫 **We kindly ask you to refrain from pinging maintainers unless absolutely necessary. Pings are reserved for critical/urgent issues that require immediate attention.**
|
🚫 **We kindly ask you to refrain from pinging maintainers unless absolutely necessary. Pings are reserved for critical/urgent issues that require immediate attention.**
|
||||||
|
|
||||||
*Why*: Reserving pings for urgent matters ensures maintainers can prioritize critical tasks effectively
|
**Why**: Reserving pings for urgent matters ensures maintainers can prioritize critical tasks effectively
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: related-issues
|
id: related-issues
|
||||||
validations:
|
validations:
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -24,7 +24,7 @@ body:
|
||||||
|
|
||||||
**We kindly ask you to refrain from pinging maintainers unless absolutely necessary. Pings are reserved for critical/urgent pull requests that require immediate attention.**
|
**We kindly ask you to refrain from pinging maintainers unless absolutely necessary. Pings are reserved for critical/urgent pull requests that require immediate attention.**
|
||||||
|
|
||||||
*Why*: Reserving pings for urgent matters ensures maintainers can prioritize critical tasks effectively.
|
**Why**: Reserving pings for urgent matters ensures maintainers can prioritize critical tasks effectively.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: related-issues
|
id: related-issues
|
||||||
validations:
|
validations:
|
||||||
|
|
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -17,15 +17,9 @@ We appreciate your patience and understanding as we continue to improve Uptime K
|
||||||
|
|
||||||
### 🚫 Please Avoid Unnecessary Pinging of Maintainers
|
### 🚫 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.**
|
**We kindly ask you to refrain from pinging maintainers unless absolutely necessary. Pings are reserved for critical/urgent pull requests 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.
|
**Why**: Reserving pings for urgent matters ensures maintainers can prioritize critical tasks effectively.
|
||||||
- **What This Means**: Non-urgent pings may be ignored or addressed later. Please assess the urgency of your request before pinging a maintainer.
|
|
||||||
|
|
||||||
#### Guidelines for Pinging
|
|
||||||
|
|
||||||
- ✅ **Appropriate**: Critical issues or urgent matters requiring immediate attention.
|
|
||||||
- ❌ **Not Appropriate**: Repeated or non-urgent pings, which may be ignored or addressed later.
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</details>
|
</details>
|
||||||
|
@ -60,7 +54,7 @@ Provide a clear summary of the purpose and scope of this pull request:
|
||||||
|
|
||||||
## 🔗 Related Issues
|
## 🔗 Related Issues
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Please link any GitHub issues or tasks that this pull request addresses. Use the appropriate issue numbers or links.
|
Please link any GitHub issues or tasks that this pull request addresses. Use the appropriate issue numbers or links.
|
||||||
|
|
||||||
**Note**: Include only issues directly related to this PR. Remove any irrelevant reference.
|
**Note**: Include only issues directly related to this PR. Remove any irrelevant reference.
|
||||||
|
|
Loading…
Add table
Reference in a new issue