diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..259efc4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +## Description + +Provide a brief description of the changes made in this PR, including any related issues. Be sure to mention the purpose of the changes and how they address the issue. + +Fixes: # (if applicable) + +## Checklist + +- [ ] I have added a version label to my PR (e.g., patch, minor, major). +- [ ] I have tested my changes locally and verified they work as expected. +- [ ] I have added relevant tests to cover my changes. +- [ ] I have made any necessary updates to the documentation. \ No newline at end of file