From d9f4e2cad376e73a596655400128611d56144fae Mon Sep 17 00:00:00 2001
From: Brent Huisman <brenthuisman@users.noreply.github.com>
Date: Mon, 10 Aug 2020 16:29:41 +0200
Subject: [PATCH] Update issue templates

---
 .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++++++++++++++++++
 1 file changed, 29 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..e7c7f3ce
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,29 @@
+---
+name: Bug report
+about: Create a report to help us improve. If you need help setting up your simulation
+  with Arbor, please start a new topic in Discussions.
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. '...'
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**System (please complete the following information):**
+ - OS: [e.g. Ubuntu]
+ - Version of relevant packages [e.g. Arbor 0.3, Conda Python 3.7]
+
+**Additional context**
+Add any other context about the problem here.
-- 
GitLab