diff --git a/.github/PULL_REQUEST_TEMPLATE/new_component.md b/.github/PULL_REQUEST_TEMPLATE/new_component.md index 42d4aab..4f91a6b 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_component.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_component.md @@ -7,3 +7,6 @@ - [ ] Component was added to [build job](https://github.com/espressif/idf-extra-components/blob/master/test_app/CMakeLists.txt#L8) - [ ] _Optional:_ Component contains unit tests - [ ] CI passing + +# Change description +_Please describe your change here_ diff --git a/.github/PULL_REQUEST_TEMPLATE/update_component.md b/.github/PULL_REQUEST_TEMPLATE/update_component.md new file mode 100644 index 0000000..9d02f73 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/update_component.md @@ -0,0 +1,8 @@ +# Checklist + +- [ ] Version in idf_component.yml file bumped +- [ ] _Optional:_ README.md updated +- [ ] CI passing + +# Change description +_Please describe your change here_