diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7613cf4e..b2e5aa7e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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 + --- -## 📋 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) +