mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
Updated: Minor adjustments to PULL_REQUEST_TEMPLATE.md
- Updated the pull request template with small improvements based on review feedback. - Ensured clarity and consistency across the document. modified: .github/PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
328a0fd713
commit
e0db3afc39
1 changed files with 14 additions and 14 deletions
28
.github/PULL_REQUEST_TEMPLATE.md
vendored
28
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -19,8 +19,6 @@ We appreciate your patience and understanding as we continue to improve Uptime K
|
||||||
|
|
||||||
## 📋 Overview
|
## 📋 Overview
|
||||||
|
|
||||||
**Required**: Please fill out this section before submitting.
|
|
||||||
|
|
||||||
Provide a clear summary of the purpose and scope of this pull request:
|
Provide a clear summary of the purpose and scope of this pull request:
|
||||||
|
|
||||||
- **What problem does this pull request address?**
|
- **What problem does this pull request address?**
|
||||||
|
@ -39,8 +37,6 @@ Provide a clear summary of the purpose and scope of this pull request:
|
||||||
|
|
||||||
### 🛠️ Type of change
|
### 🛠️ Type of change
|
||||||
|
|
||||||
**Required**: Please fill out this section before submitting.
|
|
||||||
|
|
||||||
Please select all options that apply:
|
Please select all options that apply:
|
||||||
|
|
||||||
- [ ] 🐛 Bugfix (a non-breaking change that resolves an issue)
|
- [ ] 🐛 Bugfix (a non-breaking change that resolves an issue)
|
||||||
|
@ -55,9 +51,7 @@ Please select all options that apply:
|
||||||
|
|
||||||
## 🔗 Related Issues
|
## 🔗 Related Issues
|
||||||
|
|
||||||
**Optional**: Remove this section if not applicable.
|
Reference any related GitHub issues or tasks that this pull request addresses. Use issue links, for example:
|
||||||
|
|
||||||
Reference any related GitHub issues or tasks that this pull request addresses. Use proper issue links or numbers, for example:
|
|
||||||
|
|
||||||
- Relates to #issue-number
|
- Relates to #issue-number
|
||||||
- Resolves #issue-number
|
- Resolves #issue-number
|
||||||
|
@ -65,8 +59,6 @@ Reference any related GitHub issues or tasks that this pull request addresses. U
|
||||||
|
|
||||||
## 📄 Checklist
|
## 📄 Checklist
|
||||||
|
|
||||||
**Required**: Please fill out this section before submitting.
|
|
||||||
|
|
||||||
Please select all options that apply:
|
Please select all options that apply:
|
||||||
|
|
||||||
- [ ] 🔍 My code adheres to the style guidelines of this project.
|
- [ ] 🔍 My code adheres to the style guidelines of this project.
|
||||||
|
@ -82,11 +74,12 @@ Please select all options that apply:
|
||||||
|
|
||||||
## 📷 Screenshots or Visual Changes
|
## 📷 Screenshots or Visual Changes
|
||||||
|
|
||||||
**Optional**: Remove this section if not applicable.
|
|
||||||
|
|
||||||
Please upload the image directly here by pasting it or dragging and dropping. Avoid using external image services as the image will be uploaded automatically.
|
Please upload the image directly here by pasting it or dragging and dropping. Avoid using external image services as the image will be uploaded automatically.
|
||||||
|
|
||||||
If this pull request introduces visual changes, provide the following:
|
<details><summary><b>For more details:</b> (click to expand)</summary>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
If this pull request introduces visual changes, please provide the following details:
|
||||||
|
|
||||||
- **UI Modifications**: Highlight any changes made to the user interface.
|
- **UI Modifications**: Highlight any changes made to the user interface.
|
||||||
- **Before & After**: Include screenshots or comparisons (if applicable).
|
- **Before & After**: Include screenshots or comparisons (if applicable).
|
||||||
|
@ -98,13 +91,20 @@ If this pull request introduces visual changes, provide the following:
|
||||||
| Certificate-expiry |  |  |
|
| Certificate-expiry |  |  |
|
||||||
| Testing |  |  |
|
| Testing |  |  |
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</details>
|
||||||
|
|
||||||
## ℹ️ Additional Context
|
## ℹ️ Additional Context
|
||||||
|
|
||||||
**Optional**: Remove this section if not applicable.
|
|
||||||
|
|
||||||
Provide any additional information to help reviewers:
|
Provide any additional information to help reviewers:
|
||||||
|
|
||||||
|
<details><summary><b>For more details:</b> (click to expand)</summary>
|
||||||
|
</p>
|
||||||
|
|
||||||
- Design decisions or trade-offs made during development.
|
- Design decisions or trade-offs made during development.
|
||||||
- Alternative solutions considered but not implemented.
|
- Alternative solutions considered but not implemented.
|
||||||
- Relevant links, such as specifications, discussions, or resources.
|
- Relevant links, such as specifications, discussions, or resources.
|
||||||
- Dependencies or related pull requests that must be addressed before merging.
|
- Dependencies or related pull requests that must be addressed before merging.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</details>
|
||||||
|
|
Loading…
Add table
Reference in a new issue