From 598bf603281ff0c82eaaef8331e1a318519be24a Mon Sep 17 00:00:00 2001
From: Ellis Percival <github.com@failcode.co.uk>
Date: Sun, 24 Jan 2021 15:18:51 +0000
Subject: [PATCH] Update issue templates

---
 .github/ISSUE_TEMPLATE/bug_report.md | 39 ++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..56f6058
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,39 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: bug, needs triage
+assignees: ''
+
+---
+
+- [ ] I have read the [README.md](https://github.com/flyte/pi-mqtt-gpio/blob/develop/README.md) file and visited the [Github Wiki](https://github.com/flyte/pi-mqtt-gpio/wiki) to see if the information there helps.
+
+**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.
+
+**Error messages and traceback**
+```
+Paste any error messages and Python traceback if applicable.
+```
+
+**Config**
+```yaml
+Your YAML config file. Please remove any passwords and sensitive hostnames/IP addresses.
+```
+
+**Hardware**
+ - Platform: [e.g. Raspberry Pi, Beaglebone, Banana Pi]
+ - Connected hardware:  [e.g. any external GPIO modules, sensors, streams etc.]
+
+**System:**
+ - OS: [e.g. Raspbian]
+ - Python version: [output of `python --version`]
+ - User you're running as: [e.g. root, pi]
+ - Using a virtualenv?: yes/no
+
+**Additional context**
+Add any other context about the problem here.
-- 
GitLab