diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..5137876 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,45 @@ + + +## Fixed Issue Number: # (Issue Number) + +## 📝 Description of the changes: + +Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. + + + + + +## 🚀 Type of change: + +Please delete options that are not relevant. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + + +## ✅ Checklist: + + + + +- [ ] My code follows the code style of this project. +- [ ] This PR does not contain plagiarized content. +- [ ] The title of my pull request is a short description of the requested changes. +- [ ] I have included comments in areas that may be difficult to understand. +- [ ] My changes have not introduced any new warnings. +- [ ] I have conducted a self-review of my code. + + +## 🖼️ Screenshots (if applicable): + + + +## 💬 Note to reviewers (if applicable): + +