diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..fcec3ea --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +## Checklist + +*By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes* + +- [ ] Please provide specific title of the PR describing the change +- [ ] Please provide related links (*eg. Issue which will be closed by this Pull Request*) +- [ ] If you are adding an new boards, please make sure + - [ ] Provide link to your allocated VID/PID if applicable + - [ ] Add your board to [action ci](/.github/workflows) in correct workflow and alphabet order for release binary + - [ ] `UF2_BOARD_ID` in your board.h follow correct format from [uf2 specs](https://github.com/microsoft/uf2#files-exposed-by-bootloaders) + +*This entire checklist section above can be deleted if all items are checked.* + +----------- + +## Description of Change + +Please describe your proposed Pull Request and it's impact.