docs: add pull request template to standardize PR submissions

This commit is contained in:
EFEELE
2025-06-03 11:39:40 -06:00
parent 01f3db844e
commit 441bfd09d6

29
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,29 @@
### 📌 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. -->