-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |