From d9336f2502b2676ccfc42a7c44916abd3670a15b Mon Sep 17 00:00:00 2001 From: JVN-Pixels <146671762+JVNpixels@users.noreply.github.com> Date: Sun, 13 Oct 2024 10:09:06 -0700 Subject: [PATCH 1/8] Create compiling.yml --- .github/ISSUE_TEMPLATE/compiling.yml | 68 ++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/compiling.yml diff --git a/.github/ISSUE_TEMPLATE/compiling.yml b/.github/ISSUE_TEMPLATE/compiling.yml new file mode 100644 index 000000000..9e06701df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/compiling.yml @@ -0,0 +1,68 @@ +name: Compiling Report +description: Report an issue with compiling the game. +labels: ["type: minor bug", "status: pending triage"] +title: "Compiling Report: " +body: + - type: checkboxes + attributes: + label: Issue Checklist + description: Be sure to complete these steps to increase the chances of your issue being addressed! + options: + - label: I have properly named my issue + - label: I have checked the Issues/Discussions pages to see if my issue has already been reported + + - type: dropdown + attributes: + label: Platform + description: Which platform are you compiling? + options: + - Newgrounds (Web/HTML5) + - Itch.io (Web/HTML5) + - Itch.io (Downloadable Build) - Windows + - Itch.io (Downloadable Build) - MacOS + - Itch.io (Downloadable Build) - Linux + - Compiled from GitHub Source Code + validations: + required: true + + - type: dropdown + attributes: + label: Browser + description: (Web/HTML5 users only) Which browser are you playing on? + options: + - Google Chrome + - Microsoft Edge + - Firefox + - Opera + - Safari + - Other (Specify in Description field) + + - type: input + attributes: + label: Version + description: Which version are you compiling? The game version is in the bottom left corner of the main menu or in the project.hxp file. + placeholder: ex. 0.5.0 + validations: + required: true + + - type: markdown + attributes: + value: "## Describe your bug." + + - type: markdown + attributes: + value: "### Please do not report issues from other engines. These must be reported in their respective repositories." + + - type: textarea + attributes: + label: Description (include any images, videos, errors, or crash logs) + description: Provide as much detail as you can. The better others understand your issue, the more they can help you! + placeholder: Describe your issue here... + validations: + required: true + + - type: textarea + attributes: + label: Steps to Reproduce + description: What steps can other people take to reliably encounter this issue? + placeholder: 1. Open the game... From b9f5769a5a6cced2fdb45643c4d9c068c93b84c3 Mon Sep 17 00:00:00 2001 From: JVN-Pixels <146671762+JVNpixels@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:39:02 -0800 Subject: [PATCH 2/8] Update compiling.yml --- .github/ISSUE_TEMPLATE/compiling.yml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/compiling.yml b/.github/ISSUE_TEMPLATE/compiling.yml index 9e06701df..676822020 100644 --- a/.github/ISSUE_TEMPLATE/compiling.yml +++ b/.github/ISSUE_TEMPLATE/compiling.yml @@ -16,27 +16,12 @@ body: label: Platform description: Which platform are you compiling? options: - - Newgrounds (Web/HTML5) - - Itch.io (Web/HTML5) - - Itch.io (Downloadable Build) - Windows - - Itch.io (Downloadable Build) - MacOS - - Itch.io (Downloadable Build) - Linux - - Compiled from GitHub Source Code + - Web/HTML5 + - Desktop + - Other validations: required: true - - type: dropdown - attributes: - label: Browser - description: (Web/HTML5 users only) Which browser are you playing on? - options: - - Google Chrome - - Microsoft Edge - - Firefox - - Opera - - Safari - - Other (Specify in Description field) - - type: input attributes: label: Version From af4bf84ceae27a7b30b0544d72556e05138346c9 Mon Sep 17 00:00:00 2001 From: JVN-Pixels <146671762+JVNpixels@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:42:11 -0800 Subject: [PATCH 3/8] Update compiling.yml --- .github/ISSUE_TEMPLATE/compiling.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/compiling.yml b/.github/ISSUE_TEMPLATE/compiling.yml index 676822020..fd18392fe 100644 --- a/.github/ISSUE_TEMPLATE/compiling.yml +++ b/.github/ISSUE_TEMPLATE/compiling.yml @@ -26,13 +26,13 @@ body: attributes: label: Version description: Which version are you compiling? The game version is in the bottom left corner of the main menu or in the project.hxp file. - placeholder: ex. 0.5.0 + placeholder: ex. 0.5.3 validations: required: true - type: markdown attributes: - value: "## Describe your bug." + value: "## Describe your compiling error." - type: markdown attributes: @@ -40,14 +40,8 @@ body: - type: textarea attributes: - label: Description (include any images, videos, errors, or crash logs) + label: Description (include any images, videos, errors of terminal or console, error logs) description: Provide as much detail as you can. The better others understand your issue, the more they can help you! placeholder: Describe your issue here... validations: required: true - - - type: textarea - attributes: - label: Steps to Reproduce - description: What steps can other people take to reliably encounter this issue? - placeholder: 1. Open the game... From 0063f365154f813b08f289f7704a2fbecb0c7f7b Mon Sep 17 00:00:00 2001 From: JVN-Pixels <146671762+JVNpixels@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:44:26 -0800 Subject: [PATCH 4/8] Update compiling.yml From ceb1e1b8a688a667a2bdcac3eb0126dbf3f7661e Mon Sep 17 00:00:00 2001 From: JVN-Pixels <146671762+JVNpixels@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:45:43 -0800 Subject: [PATCH 5/8] Update compiling.yml --- .github/ISSUE_TEMPLATE/compiling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/compiling.yml b/.github/ISSUE_TEMPLATE/compiling.yml index fd18392fe..19311da60 100644 --- a/.github/ISSUE_TEMPLATE/compiling.yml +++ b/.github/ISSUE_TEMPLATE/compiling.yml @@ -14,7 +14,7 @@ body: - type: dropdown attributes: label: Platform - description: Which platform are you compiling? + description: Which platform are you compiling to/for? options: - Web/HTML5 - Desktop From 437d6a3756aac3f42a5ba2af7f566c0e855bb531 Mon Sep 17 00:00:00 2001 From: JVN-Pixels <146671762+JVNpixels@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:47:45 -0800 Subject: [PATCH 6/8] Update compiling.yml --- .github/ISSUE_TEMPLATE/compiling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/compiling.yml b/.github/ISSUE_TEMPLATE/compiling.yml index 19311da60..cab9b34cd 100644 --- a/.github/ISSUE_TEMPLATE/compiling.yml +++ b/.github/ISSUE_TEMPLATE/compiling.yml @@ -1,6 +1,6 @@ name: Compiling Report description: Report an issue with compiling the game. -labels: ["type: minor bug", "status: pending triage"] +labels: ["type: compilation help", "status: pending triage"] title: "Compiling Report: " body: - type: checkboxes From 0073f43516fa4212d00b6f8a8f923e30be04c93c Mon Sep 17 00:00:00 2001 From: JVN-Pixels <146671762+JVNpixels@users.noreply.github.com> Date: Sat, 9 Nov 2024 13:59:08 -0800 Subject: [PATCH 7/8] charting (Hundrec) thanks hundrec i like this --- .github/ISSUE_TEMPLATE/charting.yml | 70 +++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/charting.yml diff --git a/.github/ISSUE_TEMPLATE/charting.yml b/.github/ISSUE_TEMPLATE/charting.yml new file mode 100644 index 000000000..a56afc543 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/charting.yml @@ -0,0 +1,70 @@ +name: Charting Issue +description: Report an issue with the placement of notes in the game. +labels: ["type: charting issue", "status: pending triage"] +title: "Charting Issue: " +body: + - type: checkboxes + attributes: + label: Issue Checklist + description: Be sure to complete these steps to increase the chances of your issue being addressed! + options: + - label: I have properly named my issue + - label: I have checked the Issues/Discussions pages to see if my issue has already been reported + + - type: dropdown + attributes: + label: Platform + description: Which platform are you playing on? + options: + - Newgrounds (Web/HTML5) + - Itch.io (Web/HTML5) + - Itch.io (Downloadable Build) - Windows + - Itch.io (Downloadable Build) - MacOS + - Itch.io (Downloadable Build) - Linux + - Compiled from GitHub Source Code + validations: + required: true + + - type: dropdown + attributes: + label: Browser + description: (Web/HTML5 users only) Which browser are you playing on? + options: + - Google Chrome + - Microsoft Edge + - Firefox + - Opera + - Safari + - Other (Specify in Description field) + + - type: input + attributes: + label: Version + description: Which version are you playing on? The game version is in the bottom left corner of the main menu. + placeholder: ex. 0.5.3 + validations: + required: true + + - type: markdown + attributes: + value: "## Describe the charting issue(s)." + + - type: markdown + attributes: + value: "### Please do not report issues from other engines. These must be reported in their respective repositories." + + - type: textarea + attributes: + label: Location + description: Where did you find the issue(s)? Include the name of the song, the variation, the difficulty, the time/section of the song, and any images or videos. + placeholder: ex. Cocoa Erect on Erect/Nightmare difficulties at Section 30 + validations: + required: true + + - type: textarea + attributes: + label: Description + description: Why do you believe this is an issue? Is a note at the wrong time, a hold note too short/long, or something else? + placeholder: Describe the charting issue(s) here... + validations: + required: true From d7405f0f875e9eb0cab113640075b8194ccc0afe Mon Sep 17 00:00:00 2001 From: JVN-Pixels <146671762+JVNpixels@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:39:32 -0800 Subject: [PATCH 8/8] Delete .github/ISSUE_TEMPLATE/charting.yml --- .github/ISSUE_TEMPLATE/charting.yml | 70 ----------------------------- 1 file changed, 70 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/charting.yml diff --git a/.github/ISSUE_TEMPLATE/charting.yml b/.github/ISSUE_TEMPLATE/charting.yml deleted file mode 100644 index a56afc543..000000000 --- a/.github/ISSUE_TEMPLATE/charting.yml +++ /dev/null @@ -1,70 +0,0 @@ -name: Charting Issue -description: Report an issue with the placement of notes in the game. -labels: ["type: charting issue", "status: pending triage"] -title: "Charting Issue: " -body: - - type: checkboxes - attributes: - label: Issue Checklist - description: Be sure to complete these steps to increase the chances of your issue being addressed! - options: - - label: I have properly named my issue - - label: I have checked the Issues/Discussions pages to see if my issue has already been reported - - - type: dropdown - attributes: - label: Platform - description: Which platform are you playing on? - options: - - Newgrounds (Web/HTML5) - - Itch.io (Web/HTML5) - - Itch.io (Downloadable Build) - Windows - - Itch.io (Downloadable Build) - MacOS - - Itch.io (Downloadable Build) - Linux - - Compiled from GitHub Source Code - validations: - required: true - - - type: dropdown - attributes: - label: Browser - description: (Web/HTML5 users only) Which browser are you playing on? - options: - - Google Chrome - - Microsoft Edge - - Firefox - - Opera - - Safari - - Other (Specify in Description field) - - - type: input - attributes: - label: Version - description: Which version are you playing on? The game version is in the bottom left corner of the main menu. - placeholder: ex. 0.5.3 - validations: - required: true - - - type: markdown - attributes: - value: "## Describe the charting issue(s)." - - - type: markdown - attributes: - value: "### Please do not report issues from other engines. These must be reported in their respective repositories." - - - type: textarea - attributes: - label: Location - description: Where did you find the issue(s)? Include the name of the song, the variation, the difficulty, the time/section of the song, and any images or videos. - placeholder: ex. Cocoa Erect on Erect/Nightmare difficulties at Section 30 - validations: - required: true - - - type: textarea - attributes: - label: Description - description: Why do you believe this is an issue? Is a note at the wrong time, a hold note too short/long, or something else? - placeholder: Describe the charting issue(s) here... - validations: - required: true