Skip to content

Commit

Permalink
add templates for reporting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed Jul 17, 2020
1 parent d6587c6 commit e808ed4
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug report
about: Report an issue you are experiencing with the Lightning Detector MQTT2HA Daemon
title: ''
labels: bug
assignees: ''
---

<!-- READ THIS FIRST:
- Provide as many details as possible. Do not delete any text from this template!
-->

**Checklist:**

- [ ] I updated to the latest version available
- [ ] I double-checked my hardware connections
- [ ] I checked that my MQTT broker is otherwise working

**Release with the issue:**

**Last working release (if known):**

**Hardware, Operating System, Python version:**

<!--
Provide details about what you are seeing. Also which operating system this is on and what Python version you are using. If possible try to replicate the issue in other installations and include your findings here.
-->

**Description of problem:**

<!--
Explain what the issue is, and how things should look/behave. If possible provide a screenshot with a description.
-->

**Python errors shown in the logs (if applicable):**

```
```

**Additional information:**
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for improving the Lightning Detector MQTT2HA Daemon
title: ''
labels: feature request
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.

0 comments on commit e808ed4

Please sign in to comment.