From 683580794a9c37688184ee0d4a0d54ded68a8a12 Mon Sep 17 00:00:00 2001 From: Jeod <47716344+JeodC@users.noreply.github.com> Date: Sat, 27 Sep 2025 13:36:59 -0400 Subject: [PATCH] Switch issue template bug report to github forms yaml (#414) --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 28 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 28 ------------------------ 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/01-bug-report.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml new file mode 100644 index 0000000..ce6ac8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -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." \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index d3ada71..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -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.