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