You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+13-43Lines changed: 13 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)_
2
2
3
-
<details><summary>Click here for more details:</summary>
4
-
</p>
3
+
## π Summary of changes done and why they are done
5
4
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-->
7
6
8
-
### π« Please Avoid Unnecessary Pinging of Maintainers
9
7
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
11
9
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-->
45
13
46
14
## π Checklist
47
15
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>
49
18
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
50
20
-[ ] π My code adheres to the style guidelines of this project.
51
21
-[ ] π¦Ώ I have indicated where (if any) I used an LLM for the contributions
52
22
-[ ] β I ran ESLint and other code linters for modified files.
23
+
-[ ] β οΈ My changes generate no new warnings.
53
24
-[ ] π οΈ I have reviewed and tested my code.
54
25
-[ ] π I have commented my code, especially in hard-to-understand areas (e.g., using JSDoc for methods).
55
-
-[ ] β οΈ My changes generate no new warnings.
56
26
-[ ] π€ My code needed automated testing. I have added them (this is an optional task).
57
27
-[ ] π Documentation updates are included (if applicable).
58
28
-[ ] π I have considered potential security impacts and mitigated risks.
59
29
-[ ] π§° 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>
61
32
62
33
## π· Screenshots or Visual Changes
63
34
@@ -66,7 +37,6 @@ If this pull request introduces visual changes, please provide the following det
66
37
If not, remove this section.
67
38
68
39
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.
70
40
-->
71
41
72
42
-**UI Modifications**: Highlight any changes made to the user interface.
0 commit comments