Update pull_request_template.md

This commit is contained in:
CanbiZ 2025-02-10 12:26:08 +01:00 committed by GitHub
parent fa91a6aa2b
commit bd7e936afd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,28 +1,28 @@
## ✍️ Description
- - -
- Related Issue: #
- Related PR: #
- Related Discussion: #
- - -
## ✅ Prerequisites
The following steps must be completed for the pull request to be considered:
- [] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
- [] Testing performed (I have thoroughly tested my changes and verified expected functionality.)
## 🛠️ Type of Change
Please check the relevant options:
- [] Bug fix (non-breaking change that resolves an issue)
- [] New feature (non-breaking change that adds functionality)
- [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
- [] New script (a fully functional and thoroughly tested script or set of scripts)
## ✍️ Description
<!-- Provide a clear and concise description of your changes. -->
---
## 📋 Additional Information (optional)
Provide any extra context or screenshots about the feature or fix here.
## 🔗 Related PR / Discussion / Issue
- #
---
## ✅ Prerequisites
Before this PR can be reviewed, the following must be completed:
- [] **Self-review performed** Code follows established patterns and conventions.
- [] **Testing performed** Changes have been thoroughly tested and verified.
---
## 🛠️ Type of Change
Select all that apply:
- [] 🐞 **Bug fix** Resolves an issue without breaking functionality.
- [] ✨ **New feature** Adds new, non-breaking functionality.
- [] 💥 **Breaking change** Alters existing functionality in a way that may require updates.
- [] 🆕 **New script** A fully functional and tested script or script set.
---
## 📋 Additional Information (optional)
<!-- Provide extra context, screenshots, or references if needed. -->