Add PR template

This commit is contained in:
Arjun Komath
2026-03-18 18:57:31 +11:00
parent ae91477976
commit 0341cba531
+27
View File
@@ -0,0 +1,27 @@
## What does this PR do?
<!-- A clear, concise description of the change. Link any related issues. -->
Fixes #
## Why is this change needed?
<!-- What problem does it solve? What's the motivation? -->
## How was this tested?
<!-- Describe how you verified the change works. Include steps to reproduce if applicable. -->
- [ ] 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)
<!-- Add screenshots for UI changes -->
## 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)