-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Rename PULL_REQUEST_TEMPLATE.md to .github/PULL_REQUEST_TEMPLATE.md
- Loading branch information
1 parent
f2cd2ec
commit cb28429
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## Description: | ||
|
||
|
||
**Related issue (if applicable):** fixes <link to issue> | ||
|
||
**Pull request in [esphomedocs](https://github.com/OttoWinter/esphomedocs) with documentation (if applicable):** OttoWinter/esphomedocs#<esphomedocs PR number goes here> | ||
**Pull request in [esphomelib](https://github.com/OttoWinter/esphomelib) with C++ framework changes (if applicable):** OttoWinter/esphomelib#<esphomelib PR number goes here> | ||
|
||
## Example entry for YAML configuration (if applicable): | ||
```yaml | ||
|
||
``` | ||
|
||
## Checklist: | ||
- [ ] The code change is tested and works locally. | ||
- [ ] Tests have been added to verify that the new code works (under `tests/` folder). | ||
- [ ] Check this box if you have read, understand, comply, and agree with the [Code of Conduct](https://github.com/OttoWinter/esphomeyaml/blob/master/CODE_OF_CONDUCT.md). | ||
|
||
If user exposed functionality or configuration variables are added/changed: | ||
- [ ] Documentation added/updated in [esphomedocs](https://github.com/OttoWinter/esphomedocs). |