From 171a2893a87fa4cffc1addf4048193cae0ac9109 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 17 Feb 2026 17:17:20 +0100 Subject: [PATCH] chore: add pull request template - Type of Change checkboxes (bug, feature, breaking, dashboard, refactor, docs, security/privacy) - Privacy prerequisite check (no new PII without PRIVACY.md update) - Links to privacy documentation --- .github/pull_request_template.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..141aaa5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ +## ✍️ Description + + + +## 🔗 Related Issue + +Fixes # + +## ✅ Prerequisites + +- [ ] **Self-review completed** – Code follows project standards. +- [ ] **Tested thoroughly** – Changes work as expected. +- [ ] **No security risks** – No hardcoded secrets or exposed credentials. +- [ ] **Privacy checked** – No new PII collected without documentation in [PRIVACY.md](docs/PRIVACY.md). + +--- + +## 🛠️ Type of Change + +- [ ] 🐞 **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. +- [ ] 📊 **Dashboard update** – Changes to charts, statistics, or UI components. +- [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. +- [ ] 📝 **Documentation update** – Changes to README, PRIVACY.md, ROPA.md, TOMS.md, or other docs. +- [ ] 🔒 **Security / Privacy** – Changes related to data handling, GDPR compliance, or access control. + +--- + +## 📋 Additional Context + +