Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Description

<!-- Summary of the change. A good structure is a sentence/paragraph up front, and a bullet list of notable parts. -->

## Migration Guide

<!-- If the PR introduces breaking changes for customer repos, provide a migration guide in easy to follow steps. -->

## Related issues

<!-- Use "Closes", "Part of", "Unblocks", "Related to" etc. prefix language with links to 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)
Loading