From 3dad05aab7e91f1b7e3bca759e1f2eda91eaab58 Mon Sep 17 00:00:00 2001
From: David <david.kaltschmidt@gmail.com>
Date: Fri, 15 Feb 2019 12:39:21 +0100
Subject: [PATCH] Update issue templates

---
 .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 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 00000000..1270ad2a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,27 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Started loki (SHA or version)
+2. Started promtail (SHA or version) to tail '...'
+3. Query: `{} term`
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Environment:**
+ - Infrastructure: [e.g., Kubernetes, bare-metal, laptop]
+ - Deployment tool: [e.g., helm, jsonnet]
+
+**Screenshots, promtail config, or terminal output**
+If applicable, add any output to help explain your problem.
-- 
GitLab