diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..b3ba38e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,38 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: 'Bug:
'
+labels: bug
+assignees: oveldman
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Desktop (please complete the following information):**
+- OS: [e.g. iOS]
+- Browser [e.g. chrome, safari]
+- Version [e.g. 22]
+
+**Smartphone (please complete the following information):**
+- Device: [e.g. iPhone6]
+- OS: [e.g. iOS8.1]
+- Browser [e.g. stock browser, safari]
+- Version [e.g. 22]
+
+**Additional context**
+Add any other context about the problem here.
\ No newline at end of file
diff --git a/MadWorld/MadWorld.sln b/MadWorld/MadWorld.sln
index 0148a9e..ecf20ab 100644
--- a/MadWorld/MadWorld.sln
+++ b/MadWorld/MadWorld.sln
@@ -121,6 +121,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MadWorld.PlayTown", "MadWor
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MadWorld.Shared.Common", "MadWorld.Shared.Common\MadWorld.Shared.Common.csproj", "{E8DBE812-CF80-49EE-A2AB-9CFF88FA4CC1}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{D78FC488-6C3A-4699-AFB1-85D64518C6D3}"
+ ProjectSection(SolutionItems) = preProject
+ ..\.github\ISSUE_TEMPLATE\bug_report.md = ..\.github\ISSUE_TEMPLATE\bug_report.md
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -244,5 +249,6 @@ Global
{AA4535D1-335E-4748-AD8B-A00BF0336D84} = {18A08617-AF92-4B8B-986E-C7226904D7E2}
{04398A38-BEB3-4002-B842-26267C3F5A3F} = {77370D3D-4A77-4414-ADD5-D80BFB1B2944}
{E8DBE812-CF80-49EE-A2AB-9CFF88FA4CC1} = {18A08617-AF92-4B8B-986E-C7226904D7E2}
+ {D78FC488-6C3A-4699-AFB1-85D64518C6D3} = {7B3A6ED8-9613-4F88-A788-0B298D4F3076}
EndGlobalSection
EndGlobal