From 2de2fbf82f8ab5e1e422da0c1f2a18ddaf8fc753 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 20 Jul 2023 22:06:28 +0700 Subject: [PATCH] add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..6953d76 --- /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 checklist items that are not applicable to your PR can be deleted.* + +----------- + +## Description of Change + +Please describe your proposed Pull Request and it's impact.