diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ecffc788e..5c83104b2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -35,3 +35,35 @@ Fixes # - [ ] 🌍 **Website update** – Changes to script metadata (PocketBase/website data). - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. + +--- + +## 💥 Breaking Change Advisory (only if you checked "Breaking change") + +If this PR changes existing behaviour in a way that may require action before an +update, add a `breaking-change` advisory block to this PR body. The website and +the in-container update guard read it to tell operators exactly what to expect, +what to do first, and — with `action: block` — to stop an update until it's +handled. Every field is optional; the advisory auto-expires 30 days after merge. + +Copy the block out of the comment below, fill it in, and paste it here: + + + +