Create issue templates

This commit is contained in:
Alex O'Connell
2024-02-18 11:49:22 -05:00
committed by GitHub
parent a78e57031c
commit 4910a34f11
2 changed files with 38 additions and 0 deletions

19
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,19 @@
---
name: Bug report
about: Create a bug report about the Home Assistant Component or Addon
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Logs**
If applicable, please upload any error or debug logs output by Home Assistant.
Please do not report issues with the model generating incorrect output. If you are having trouble getting the correct output from the model, please open a Discussion thread instead.

View File

@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest a new feature for the Home Assistant Component
title: ''
labels: enhancement
assignees: ''
---
**Please describe what you are trying to do with the component**
A clear and concise description of what the missing capability is. (Ex. There is a sampling parameter that I want to use for my model that isn't exposed.)
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.
Please do not request features for the model as an issue. You can refer to the pinned Discussion thread to make feature requests for the model/dataset.