From 5658d5712b0f042ad444e4a52c2288ee4502fc55 Mon Sep 17 00:00:00 2001 From: jdelpilar Date: Sat, 11 Jul 2026 09:28:37 -0700 Subject: [PATCH] feat: add PR Template (#9) ### 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 Reviewed-on: https://git.delpilar.net/jdelpilar/johto-infra/pulls/9 --- .gitea/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/PULL_REQUEST_TEMPLATE.md diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f6a1cee --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -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). \ No newline at end of file