espressif_idf-extra-components/.github/PULL_REQUEST_TEMPLATE/new_component.md

13 lines
555 B
Markdown
Raw Normal View History

2022-07-12 15:25:18 +02:00
# Checklist
- [ ] Component contains License
- [ ] Component contains README.md
- [ ] Component contains idf_component.yml file with `url` field defined
- [ ] Component was added to [upload job](https://github.com/espressif/idf-extra-components/blob/master/.github/workflows/upload_component.yml#L18)
- [ ] 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
2022-07-12 15:38:23 +02:00
# Change description
_Please describe your change here_