feat: add PR Template
Johto Infrastructure Pipeline / Run Ansible Lint (push) Successful in 1m49s
Johto Infrastructure Pipeline / Deploy to Production (push) Has been skipped

This commit is contained in:
Jordan Del Pilar
2026-07-11 09:06:54 -07:00
parent fcff230307
commit 41a4ac36b7
+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).