This commit is contained in:
JHDev2006
2025-09-27 18:38:08 +01:00
2 changed files with 28 additions and 28 deletions

View File

@@ -0,0 +1,28 @@
name: Bug Report
description: Report a bug with Super Mario Bros. Remastered
title: '[Bug Report]: '
body:
- type: input
id: version
attributes:
label: "Version"
description: "Specify the version of the game you used when you encountered the bug. You can find the game version at the bottom-left of the title screen."
- type: textarea
id: description
attributes:
label: "Description"
description: "Please write a clear and concise description of the bug."
- type: textarea
id: reproduction_steps
attributes:
label: "Reproduction Steps"
description: "Please list the steps taken to reproduce the bug, e.g. 1. Go to ... 2. Do ..."
- type: textarea
id: screenshots
attributes:
label: "Screenshots"
description: "If applicable, add screenshots to help explain the bug."

View File

@@ -1,28 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Version used**
The full version string found at the bottom left of the main menu
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Do '...'
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.