From 41a4ac36b7bf46450f7f19a26c785a4dddca6b52 Mon Sep 17 00:00:00 2001 From: Jordan Del Pilar Date: Sat, 11 Jul 2026 09:06:54 -0700 Subject: [PATCH] feat: add PR Template --- .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 -- 2.54.0