Skip to content

Commit 2a687ab

Browse files
chore: trim the pull request template (#6492)
1 parent 12f4e5b commit 2a687ab

1 file changed

Lines changed: 13 additions & 43 deletions

File tree

β€Ž.github/PULL_REQUEST_TEMPLATE.mdβ€Ž

Lines changed: 13 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,34 @@
1-
## ❗ Important Announcements
1+
_ℹ️ To keep reviews fast and effective, please make sure you’ve [read our pull request guidelines](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma)_
22

3-
<details><summary>Click here for more details:</summary>
4-
</p>
3+
## πŸ“ Summary of changes done and why they are done
54

6-
**⚠️ Please Note: We do not accept all types of pull requests, and we want to ensure we don’t waste your time. Before submitting, make sure you have read our pull request guidelines: [Pull Request Rules](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#can-i-create-a-pull-request-for-uptime-kuma)**
5+
<!-- Provide a clear summary of the purpose and scope of this pull request-->
76

8-
### 🚫 Please Avoid Unnecessary Pinging of Maintainers
97

10-
We kindly ask you to refrain from pinging maintainers unless absolutely necessary. Pings are for critical/urgent pull requests that require immediate attention.
8+
## πŸ“‹ Related issues
119

12-
</p>
13-
</details>
14-
15-
## πŸ“‹ Overview
16-
17-
<!-- Provide a clear summary of the purpose and scope of this pull request:-->
18-
19-
- **What problem does this pull request address?**
20-
- Please provide a detailed explanation here.
21-
- **What features or functionality does this pull request introduce or enhance?**
22-
- Please provide a detailed explanation here.
23-
24-
<!--
25-
Please link any GitHub issues or tasks that this pull request addresses.
26-
Use the appropriate issue numbers or links to enable auto-closing.
27-
-->
28-
29-
- Relates to #issue-number
30-
- Resolves #issue-number
31-
32-
## πŸ› οΈ Type of change
33-
34-
<!-- Please select all options that apply -->
35-
36-
- [ ] πŸ› Bugfix (a non-breaking change that resolves an issue)
37-
- [ ] ✨ New feature (a non-breaking change that adds new functionality)
38-
- [ ] ⚠️ Breaking change (a fix or feature that alters existing functionality in a way that could cause issues)
39-
- [ ] 🎨 User Interface (UI) updates
40-
- [ ] πŸ“„ New Documentation (addition of new documentation)
41-
- [ ] πŸ“„ Documentation Update (modification of existing documentation)
42-
- [ ] πŸ“„ Documentation Update Required (the change requires updates to related documentation)
43-
- [ ] πŸ”§ Other (please specify):
44-
- Provide additional details here.
10+
<!--Please link any GitHub issues or tasks that this pull request addresses-->
11+
- Relates to #issue-number <!--this links related the issue-->
12+
- Resolves #issue-number <!--this auto-closes the issue-->
4513

4614
## πŸ“„ Checklist
4715

48-
<!-- Please select all options that apply -->
16+
<details>
17+
<summary>Please follow this checklist to avoid unnecessary back and forth (click to expand)</summary>
4918

19+
- [ ] ⚠️ If there are Breaking change (a fix or feature that alters existing functionality in a way that could cause issues) I have called them out
5020
- [ ] πŸ” My code adheres to the style guidelines of this project.
5121
- [ ] 🦿 I have indicated where (if any) I used an LLM for the contributions
5222
- [ ] βœ… I ran ESLint and other code linters for modified files.
23+
- [ ] ⚠️ My changes generate no new warnings.
5324
- [ ] πŸ› οΈ I have reviewed and tested my code.
5425
- [ ] πŸ“ I have commented my code, especially in hard-to-understand areas (e.g., using JSDoc for methods).
55-
- [ ] ⚠️ My changes generate no new warnings.
5626
- [ ] πŸ€– My code needed automated testing. I have added them (this is an optional task).
5727
- [ ] πŸ“„ Documentation updates are included (if applicable).
5828
- [ ] πŸ”’ I have considered potential security impacts and mitigated risks.
5929
- [ ] 🧰 Dependency updates are listed and explained.
60-
- [ ] πŸ“š I have read and understood the [Pull Request guidelines](https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md#recommended-pull-request-guideline).
30+
31+
</details>
6132

6233
## πŸ“· Screenshots or Visual Changes
6334

@@ -66,7 +37,6 @@ If this pull request introduces visual changes, please provide the following det
6637
If not, remove this section.
6738
6839
Please upload the image directly here by pasting it or dragging and dropping.
69-
Avoid using external image services as the image will be uploaded automatically.
7040
-->
7141

7242
- **UI Modifications**: Highlight any changes made to the user interface.

0 commit comments

Comments
Β (0)