This commit is contained in:
ludeeus
2019-03-08 19:17:48 +01:00
commit f686660196
12 changed files with 329 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

37
.github/ISSUE_TEMPLATE/issue.md vendored Normal file
View File

@ -0,0 +1,37 @@
---
name: Issue
about: Create a report to help us improve
---
<!-- Before you open a new issue, search through the existing issues to see if others have had the same problem.
Issues not containing the minimum requirements will be closed:
- Issues without a description (using the header is not good enough) will be closed.
- Issues without debug logging will be closed.
- Issues without configuration will be closed
-->
## Version of the custom_component
<!-- If you are not using the newest version, download and try that before opening an issue-->
## Describe the bug
A clear and concise description of what the bug is.
## `custom_updater` configuration
```yaml
# Add configuration here
```
## Debug log
```text
Add your logs here.
```