From 15b17e3dff5718321cda303da8067de02dff453f Mon Sep 17 00:00:00 2001 From: Ondry Date: Tue, 30 Apr 2024 15:09:30 +0200 Subject: [PATCH] Creating PR template PR template re-creation. --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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 00000000..6e9a9c41 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +# ESP-BSP Pull Request checklist + +> Note: For new BSPs create a PR with this [link](https://github.com/espressif/esp-bsp/compare/main...my-branch?quick_pull=1&template=pr_template_bsp.md). +- [ ] Version of modified component bumped +- [ ] CI passing + +# Change description +_Please describe your change here_ \ No newline at end of file