diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6763722f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,65 @@ +
+Before submitting + +- [ ] Self-reviewed the code +- [ ] Updated documentation, follow [Google-style](https://google.github.io/styleguide/pyguide.html#383-functions-and-methods) +- [ ] Added docs entry for autogeneration (if new functions/classes) +- [ ] Added/updated tests +- [ ] All tests pass locally + +
+ +## Description + + + +## Type of Change + + + +- ๐Ÿ› 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) +- ๐Ÿ“ Documentation update +- ๐Ÿงช Test update +- ๐Ÿ”จ Refactoring (no functional changes) +- โšก Performance improvement +- ๐Ÿ”ง Chore (dependencies, configs, etc.) + +## Motivation and Context + + + + +Closes #(issue) + +## Changes Made + + + +- +- +- + +## Testing + + + +- [ ] I have tested this code locally +- [ ] I have added unit tests that prove my fix is effective or that my feature works +- [ ] All new and existing tests pass + +## Google Colab (optional) + + + + +Colab link: + +## Screenshots/Videos (optional) + + + +## Additional Notes + +