diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4de2262..5df85e3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,45 +1,70 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a report to help us improve component title: '' labels: 'bug' assignees: '' --- - -**Versions** +**Environment** + + +- Home Assistant Core release with the issue: +- This custom component release with the issue: +- Last working this custom component release (if known): +- Operating environment (Home Assistant/Supervisor/Docker/venv): + +**Describe the bug** -* Version of the Home Assistant: -* Version of the custom component: -**Configuration** +**Configuration.yaml** ```yaml -Add your configs here. +Add your configs here if any. ``` -**Describe the bug** -A clear and concise description of what the bug is. +**Steps to Reproduce** + + + +**Expected behavior** + + **Debug log** - + ```text Add your logs here. ``` + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 36014cd..c2d2583 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,14 +7,34 @@ assignees: '' --- + + **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. +