Unverified Commit b372bd50 authored by Vassilis Panos's avatar Vassilis Panos Committed by GitHub
Browse files

Update issue templates

parent 9651d764
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!-- 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
-->

**Home Assistant version**


**SmartIR version**


**SmartIR configuration**

```yaml
Add SmartIR configuration here
```


**Describe the bug**
A clear and concise description of what the bug is.


**Debug log**

```text
Add your logs here.
```
+20 −0
Original line number Diff line number Diff line
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
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.
+46 −0
Original line number Diff line number Diff line
---
name: Issue
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!-- 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
-->

**Home Assistant version**

**SmartIR version**

**SmartIR configuration**

```yaml

Add configuration here

```

**Describe the bug**
A clear and concise description of what the bug is.

**Debug log**

```text

Add your logs here.

```

**Additional context**
Add any other context about the problem here.
```

```