From 399aac7c91600922594e2e6d3dd64e43df5a3e7f Mon Sep 17 00:00:00 2001
From: Rich Howell <22135084+rich-howell@users.noreply.github.com>
Date: Sun, 21 Aug 2022 09:57:01 +0100
Subject: [PATCH] Create bug_report.md

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

diff --git a/ISSUE_TEMPLATE/bug_report.md b/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..83be55262
--- /dev/null
+++ b/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,67 @@
+name: Bug Report
+description: File a bug report
+labels: ["bug"]
+body:
+  - type: markdown
+    id: intro-md
+    attributes:
+      value: |
+        Thanks for taking the time to fill out this bug report!
+        Please ensure you provide as much information as asked to better assist in confirming and identifying a fix for the bug report.
+  - type: dropdown
+    id: existing-issue
+    attributes:
+      label: "Verified issue does not already exist?"
+      description: "Please search to see if an issue already exists for the bug you encountered."
+      options:
+        - "I have searched and found no existing issue"
+    validations:
+      required: true
+  - type: textarea
+    id: errors-received
+    attributes:
+      label: "What error did you receive?"
+      description: "If you received an error, please provide as much information as possible."
+    validations:
+      required: true
+  - type: textarea
+    id: command-run
+    attributes:
+      label: "Steps to Reproduce"
+      description: "Steps to reproduce the reported error."
+      value: 
+    validations:
+      required: true  
+  - type: textarea
+    id: other
+    attributes:
+      label: "Other details or mentions"
+      description: "Please provide any other details or worthy mentions around this issue report"
+    validations:
+      required: false
+  - type: markdown
+    id: env-info
+    attributes:
+      value: "## Environment Details"
+  - type: dropdown
+    id: host-detail
+    attributes:
+      label: "test"
+      multiple: true
+      options:
+        - A
+        - B
+        - C
+        - D
+        - E
+    validations:
+      required: true
+  - type: textarea
+    id: os-version
+    attributes:
+      label: "What Operating System are you using"
+      description: ""
+    validations:
+      required: true
+  
+  
-- 
GitLab