feat: add PR Template (#9)
Johto Infrastructure Pipeline / Run Ansible Lint (push) Successful in 1m49s
Johto Infrastructure Pipeline / Deploy to Production (push) Successful in 2m16s

### Description
This PR adds new PR Template
All Future PRs will use the new template. Adjustments will be made to the template as needed.

---------

Co-authored-by: Jordan Del Pilar <[email protected]>
Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2026-07-11 09:28:37 -07:00
co-authored by Jordan Del Pilar
parent fcff230307
commit 5658d5712b
+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).