Skip to content

Commit

Permalink
Add bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Feb 4, 2024
1 parent 766f325 commit 6e98513
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: 'Bug: <Title>'
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.
6 changes: 6 additions & 0 deletions MadWorld/MadWorld.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 6e98513

Please sign in to comment.