From 0341cba53134b90739440ef5350956daf40fde68 Mon Sep 17 00:00:00 2001 From: Arjun Komath Date: Wed, 18 Mar 2026 18:57:31 +1100 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..6c2302b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +## What does this PR do? + + + +Fixes # + +## Why is this change needed? + + + +## How was this tested? + + + +- [ ] Tested locally with `docker build` + `docker run` +- [ ] Tested the setup wizard flow end-to-end +- [ ] Verified gateway proxy still works after changes + +## Screenshots (if applicable) + + + +## Checklist + +- [ ] My changes don't break existing functionality +- [ ] I've tested with a existing volume (pre-existing config) +- [ ] I've tested with a fresh volume (no pre-existing config)