diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..235fc38 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +## Description + + + +## Linked Issue + +Closes # + +## Testing Done + + + +## Checklist + +- [ ] Tests pass locally +- [ ] Code follows project style guidelines +- [ ] Documentation updated if needed