diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d34e209 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +## Description + + + +## Migration Guide + + + +## Related issues + + + +## Completeness checklist + +- [ ] Is there test coverage? If it was a bugfix, is there a regression test? +- [ ] Is user-facing API/behavior documented? +- [ ] Is [core documentation](https://core-docs.polymathrobotics.dev/docs/) updated? +- [ ] Are all checks green? +- [ ] Assign reviewers to the PR and post in [#code_reviews](https://polymath-robotics.slack.com/archives/C070ST7V40G)