diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..7dc981b71 --- /dev/null +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +### Description + + +### Issue Link + + +### Checklist +- [ ] I have tested the changes locally via `pytest` and/or other means +- [ ] I have added or updated relevant documentation +- [ ] I have autoformatted the code with black and isort +- [ ] I have added test cases (if applicable) + +### Additional Notes + + \ No newline at end of file