mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
Renamed: Change REVIEW_PROCESS.md to REVIEW_GUIDELINES.md
- Renamed the file `REVIEW_PROCESS.md` to `REVIEW_GUIDELINES.md` for clarity. - Made small adjustments to `PULL_REQUEST_TEMPLATE.md` and `feature_request.yml` to link to the newly renamed `REVIEW_GUIDELINES.md`. - Updated references to the review process throughout relevant files. modified: .github/ISSUE_TEMPLATE/feature_request.yml modified: .github/PULL_REQUEST_TEMPLATE.md renamed: .github/REVIEW_PROCESS.md -> .github/REVIEW_GUIDELINES.md
This commit is contained in:
parent
36ef4d1a2c
commit
a80d4b253d
3 changed files with 38 additions and 35 deletions
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
4
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -13,10 +13,12 @@ body:
|
|||
|
||||
- **Reason**: Our current focus is on addressing bugs, improving system performance, and implementing essential updates. This will help stabilize the project and ensure smoother management.
|
||||
- **Impact**: While no new feature requests or pull requests are being outright rejected, there may be significant delays in reviews. We encourage the community to help by reviewing PRs or assisting other users in the meantime.
|
||||
- **What You Can Do**: If you're interested in contributing, reviewing open PRs or offering support to other users is greatly appreciated. All feature requests and PRs will be revisited once the suspension period is lifted.
|
||||
- **What You Can Do**: If you're interested in contributing, reviewing open PRs by following our [Review Guidelines] or offering support to other users is greatly appreciated. All feature requests and PRs will be revisited once the suspension period is lifted.
|
||||
|
||||
We appreciate your patience and understanding as we continue to improve Uptime Kuma.
|
||||
|
||||
[Review Guidelines]: REVIEW_GUIDELINES.md
|
||||
|
||||
## **❗ Important: 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.**
|
||||
|
|
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
4
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -10,10 +10,12 @@ Check the box below if you understand [x]:
|
|||
|
||||
- **Reason**: Our current focus is on addressing bugs, improving system performance, and implementing essential updates. This will help stabilize the project and ensure smoother management.
|
||||
- **Impact**: While no new feature requests or pull requests are being outright rejected, there may be significant delays in reviews. We encourage the community to help by reviewing PRs or assisting other users in the meantime.
|
||||
- **What You Can Do**: If you're interested in contributing, reviewing open PRs or offering support to other users is greatly appreciated. All feature requests and PRs will be revisited once the suspension period is lifted.
|
||||
- **What You Can Do**: If you're interested in contributing, reviewing open PRs by following our [Review Guidelines] or offering support to other users is greatly appreciated. All feature requests and PRs will be revisited once the suspension period is lifted.
|
||||
|
||||
We appreciate your patience and understanding as we continue to improve Uptime Kuma.
|
||||
|
||||
[Review Guidelines]: REVIEW_GUIDELINES.md
|
||||
|
||||
## Description
|
||||
|
||||
Fixes #(issue)
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
# Review Process for Uptime Kuma
|
||||
# Uptime Kuma Review Guidelines
|
||||
|
||||
**Note:** This Review Process document is a work in progress. Updates and
|
||||
improvements are being made, so please check back regularly for the latest
|
||||
version.
|
||||
**Note:** These review guidelines are a work in progress, and are frequently
|
||||
updated and improved, so please check back frequently for the latest version.
|
||||
|
||||
## Preparation for Reviewing a PR
|
||||
## Preparing for a PR Review
|
||||
|
||||
### Read the PR description carefully
|
||||
|
Loading…
Add table
Reference in a new issue