diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..83c718c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ +# 🛠️ Pull Request + +## Description +Please include a summary of the changes and the related issue. + +Fixes #[issue-number] + +## Type of change + +Please delete options that are not relevant. + +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Documentation update + +## Checklist + +- [ ] I’ve tested these changes locally +- [ ] I’ve added appropriate comments and documentation +- [ ] I’ve added tests or updated existing ones +- [ ] I’ve updated the README if necessary + +## Additional Info +Anything else to include?