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?*