From af04313c99ec28753b83098b9bcf0e1fa9077e17 Mon Sep 17 00:00:00 2001 From: Luna <142154042+Lunastela@users.noreply.github.com> Date: Sun, 6 Apr 2025 03:48:05 -0400 Subject: [PATCH 1/5] Create bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 11 +++++++++++ 1 file changed, 11 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..330918e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,11 @@ +--- +name: Bug report +about: Create an issue page for StageAPI +title: "[BUG]" +labels: 'Status: Pending Triage' +assignees: '' + +--- + +**Issue Checklist** +[] I am using REPENTOGON From 3dd06f81f4171b9e4e879aefe87db46497b4f95b Mon Sep 17 00:00:00 2001 From: Luna <142154042+Lunastela@users.noreply.github.com> Date: Sun, 6 Apr 2025 10:36:02 -0400 Subject: [PATCH 2/5] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 54 ++++++++++++++++++++++------ 1 file changed, 44 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 330918e3..d378bf30 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,11 +1,45 @@ ---- -name: Bug report -about: Create an issue page for StageAPI +name: StageAPI Bug Submission Sheet title: "[BUG]" -labels: 'Status: Pending Triage' -assignees: '' - ---- - -**Issue Checklist** -[] I am using REPENTOGON +description: A sheet for submitting issues with StageAPI. +labels: + - "Status: Pending Triage" +body: + - type: checkboxes + id: checkboxes-0 + attributes: + label: REPENTOGON + description: Were you using REPENTOGON when you experienced this bug? + required: false + - type: dropdown + id: dropdown-1 + attributes: + label: Version + description: What version of the game were you running? + required: true + options: + - Repentance + - Repentance+ + - Afterbirth+ + - type: textarea + id: textarea-2 + attributes: + label: Description + description: Please provide a detailed description of the behavior, in contrast + to how it is meant to behave. + required: true + value: Be as descriptive as possible, do not simply say "it doesn't work." Ask + yourself what about it doesn't work. + - type: textarea + id: textarea-3 + attributes: + label: Mod List + description: If applicable, please provide a list of relevant mods. Please try + to reduce this list as much as possible before submitting a report by + disabling mods and ensuring the problem is absolutely StageAPI's fault. + - type: checkboxes + id: checkboxes-4 + attributes: + label: Confirmation of Assistance (If applicable) + description: By checking this option, you agree to provide some assistance with + the relevant issue. This helps us figure out whether an issue is a high + priority, or is being handled. From 1a11543ae7c7653e615ed99c235cbd25160f09b9 Mon Sep 17 00:00:00 2001 From: Luna <142154042+Lunastela@users.noreply.github.com> Date: Sun, 6 Apr 2025 10:36:25 -0400 Subject: [PATCH 3/5] Rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.yml From 8df2d256debbc40ac8758856e4b3802c97f075df Mon Sep 17 00:00:00 2001 From: Luna <142154042+Lunastela@users.noreply.github.com> Date: Sun, 6 Apr 2025 10:39:59 -0400 Subject: [PATCH 4/5] Fix issues with bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d378bf30..01378d53 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,7 +9,8 @@ body: attributes: label: REPENTOGON description: Were you using REPENTOGON when you experienced this bug? - required: false + options: + - label: Yes, I was using REPENTOGON - type: dropdown id: dropdown-1 attributes: @@ -24,22 +25,17 @@ body: id: textarea-2 attributes: label: Description - description: Please provide a detailed description of the behavior, in contrast - to how it is meant to behave. + description: Please provide a detailed description of the behavior, in contrast to how it is meant to behave. Be as descriptive as possible, do not simply say "it doesn't work." Ask yourself what about it doesn't work. required: true - value: Be as descriptive as possible, do not simply say "it doesn't work." Ask - yourself what about it doesn't work. - type: textarea id: textarea-3 attributes: label: Mod List - description: If applicable, please provide a list of relevant mods. Please try - to reduce this list as much as possible before submitting a report by - disabling mods and ensuring the problem is absolutely StageAPI's fault. + description: If applicable, please provide a list of relevant mods. Please try to reduce this list as much as possible before submitting a report by disabling mods and ensuring the problem is absolutely StageAPI's fault. - type: checkboxes id: checkboxes-4 attributes: label: Confirmation of Assistance (If applicable) - description: By checking this option, you agree to provide some assistance with - the relevant issue. This helps us figure out whether an issue is a high - priority, or is being handled. + description: By checking this option, you agree to provide some assistance with the relevant issue. This helps us figure out whether an issue is a high priority, or is being handled. + options: + - label: I agree to assist with the issue if needed From bfeb538e6999504695ffefbf30db98fd28a3e4b7 Mon Sep 17 00:00:00 2001 From: Luna <142154042+Lunastela@users.noreply.github.com> Date: Sun, 6 Apr 2025 10:41:11 -0400 Subject: [PATCH 5/5] Template generator LIED to me --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 01378d53..42ff427f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,7 +16,6 @@ body: attributes: label: Version description: What version of the game were you running? - required: true options: - Repentance - Repentance+ @@ -26,7 +25,6 @@ body: attributes: label: Description description: Please provide a detailed description of the behavior, in contrast to how it is meant to behave. Be as descriptive as possible, do not simply say "it doesn't work." Ask yourself what about it doesn't work. - required: true - type: textarea id: textarea-3 attributes: