From 9ad61ee9b94b02116d3850d0ddffffd19d1b36d4 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 8 Nov 2025 12:51:48 +0000 Subject: [PATCH] Added PR template --- .gitea/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 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..d174324 --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +# [PR Title] + +**Related Issue(s):** +Closes `` + +## Description +*A clear and concise overview of the changes made. Explain the "why" behind the PR, not just the "what".* + +## Changes Made +- [ ] Added new feature X +- [ ] Fixed bug in component Y +- [ ] Refactored module Z for better performance +- [ ] Updated dependencies + +## Additional Notes +*Any extra context, limitations, or decisions that reviewers should know about?*