Files
zhaoguiyang.site/.github/pull_request_template.md

29 lines
1.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 📌 What does this Pull Request do?
<!-- Briefly describe the purpose of this change. Example: "Adds city filters to the dashboard reports." -->
> Note: Remove or leave blank any section that does not apply.
### ✅ Type of changes (check all that apply)
- [ ] New feature
- [ ] Bug fix
- [ ] Code refactoring (reorganizing without changing behavior)
- [ ] Documentation update
- [ ] Other: _____
### 🧾 Summary of changes
<!-- Explain the most important changes, modified files/components, and the reason for the changes -->
### 🧪 How to test this PR
<!-- Describe the steps to test the changes. Example:
1. Go to the dashboard.
2. Select a city from the filter.
3. Verify that the correct data is displayed.
-->
### 📎 Related issues
<!-- Uncomment and edit if this PR is related to an issue -->
<!-- Closes #123 -->
<!-- You can also use: "Related to", "Fixes", etc. -->
### ⚠️ Additional notes
<!-- Extra information the reviewer should know. Example: "This change depends on the updated backend", "Export functionality not included yet", etc. -->