From be438e5aa7b18222f2bf22beb7434a81545a40bd Mon Sep 17 00:00:00 2001 From: Tomas Rezucha Date: Tue, 12 Jul 2022 15:38:23 +0200 Subject: [PATCH] Create update_component.md --- .github/PULL_REQUEST_TEMPLATE/new_component.md | 3 +++ .github/PULL_REQUEST_TEMPLATE/update_component.md | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/update_component.md 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_