Merge pull request #70 from espressif/misc/pr_template

Add Pull requests templates
This commit is contained in:
Tomas Rezucha 2022-07-13 12:56:56 +02:00 committed by GitHub
commit b6590fa482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# 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
# Change description
_Please describe your change here_

View File

@ -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_