From e808ed4af964a0884c9e4994a82f13c9915b9622 Mon Sep 17 00:00:00 2001 From: Stephen M Moraco Date: Thu, 16 Jul 2020 21:02:31 -0600 Subject: [PATCH] add templates for reporting issues --- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++ 2 files changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..cf3aa48 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Report an issue you are experiencing with the Lightning Detector MQTT2HA Daemon +title: '' +labels: bug +assignees: '' +--- + + + +**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:** + + + +**Description of problem:** + + + +**Python errors shown in the logs (if applicable):** + +``` + +``` + +**Additional information:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..1048813 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.