diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..9d8f0eb2 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,22 @@ +## :scroll: Description + + + +## :bulb: Motivation and Context + + + + +## :green_heart: How did you test it? + + +## :pencil: Checklist + +- [ ] I reviewed submitted code +- [ ] I added tests to verify changes +- [ ] I updated the docs if needed +- [ ] All tests passing +- [ ] No breaking changes + + +## :crystal_ball: Next steps