feat: add PR Template #9

Merged
jdelpilar merged 1 commits from feat/pr_template into main 2026-07-11 09:28:38 -07:00
+15
View File
@@ -0,0 +1,15 @@
### Description
[Briefly explain what this PR does. Don't just paste the issue description—summarize the changes.]
### Related Issue
Closes # [Insert Issue Number]
### Testing Done
- [ ] [e.g., Ran local unit tests]
- [ ] [e.g., Verified service starts under Podman]
- [ ] [e.g., Manual check of configuration file output]
### Checklist
- [ ] My code follows the project's style guidelines.
- [ ] I have performed a self-review of my own code.
- [ ] I have updated the documentation (if necessary).