From 7fd85a5529692c8896c43b01659bb9fd0ed98c4e Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:42:25 +0930 Subject: [PATCH 01/14] Update and retyped bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 23 ----------- .github/ISSUE_TEMPLATE/bug_report.yml | 55 +++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 0b8053ed..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Report A bug. -about: Create a report of a present bug. -title: "[BUG]" -labels: bug -assignees: '' - ---- - -**Bug Description** -Please provide a clear and concise description of the bug. - -**Steps to Reproduce** -Please list the actions that caused the issue. - -**Expected Behavior** -Please describe how you think the program should have behaved, making sure to be as clear and concise as possible. - -**Screenshots** -If applicable, please provide screenshots. This will help us to reproduce the issue and better understand what we are looking for. - -**Additional Context** -Feel free to provide any additional, applicable context or information that is relevant to the problem. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..3c33f33d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,55 @@ +name: Bug report +description: Report an issue with the modpack in its unmodified state. For other issues, use Discord. +labels: bug +body: +- type: markdown + attributes: + value: | + Before reporting an issue, [please search](https://github.com/BetterSEQTA/BetterSEQTA-Plus/issues) to make sure it has not already been reported (make sure to search closed issues as well!). + +- type: textarea + attributes: + label: Describe the bug + description: Describe your issue. For general issues and questions you'll get a faster answer [from our Discord.](https://discord.gg/YzmbnCDkat) + validations: + required: true + +- type: input + attributes: + label: Extension version + description: What version of the extension are you using? + placeholder: Find it by opening the config menu and clicking the about icon in the top right. + validations: + required: true + +- type: dropdown + attributes: + label: Browser + description: Which Browser are you using? + options: + - Chrome + - Firefox + - Brave + - Safari + - DuckDuckGO + - Microsoft Edge + - Other Chromium-Based Browser + - Other Non-Chromium-Based Browser + validations: + required: true + +- type: checkboxes + attributes: + label: Confirm + options: + - label: This bug report is about an issue with the extension itself, I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's [Discord support channel](https://discord.gg/YzmbnCDkat) instead. + required: true + +- type: textarea + attributes: + label: Additional context + description: Screenshots, video or any other information. Include photos of the [console](https://www.jivrus.com/resources/articles/technical/how-to-open-browser-console-log) if possible + placeholder: | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false From d8829d571602aa431538f138a878bdba671bd9bd Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:43:21 +0930 Subject: [PATCH 02/14] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3c33f33d..88dc4a29 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,7 +42,7 @@ body: attributes: label: Confirm options: - - label: This bug report is about an issue with the extension itself, I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's [Discord support channel](https://discord.gg/YzmbnCDkat) instead. + - label: This bug report is about an issue with the extension itself, I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's Discord support channel instead. required: true - type: textarea From 6377a0c90936abc59c7928ad2c81dc5b39b1146f Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:44:57 +0930 Subject: [PATCH 03/14] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 88dc4a29..4ee8de3b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,7 +42,8 @@ body: attributes: label: Confirm options: - - label: This bug report is about an issue with the extension itself, I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's Discord support channel instead. + - label: This bug report is about an issue with the extension itself. + description: By ticking this box you agree to the following: I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's Discord support channel instead. required: true - type: textarea From bd812ffdae376d8ea29aa028df196c04281e06a8 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:45:28 +0930 Subject: [PATCH 04/14] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4ee8de3b..926d81bc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -49,7 +49,7 @@ body: - type: textarea attributes: label: Additional context - description: Screenshots, video or any other information. Include photos of the [console](https://www.jivrus.com/resources/articles/technical/how-to-open-browser-console-log) if possible + description: Screenshots, video or any other information. Include photos of the console if possible placeholder: | Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: From 442ea04a2fc31be3aed859d171b30a41e81d7be7 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:45:57 +0930 Subject: [PATCH 05/14] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 926d81bc..8e41a9e8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,8 +42,7 @@ body: attributes: label: Confirm options: - - label: This bug report is about an issue with the extension itself. - description: By ticking this box you agree to the following: I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's Discord support channel instead. + - label: This bug report is about an issue with the extension itself. By ticking this box you agree to the following: I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's Discord support channel instead. required: true - type: textarea From 8c2539f1308ee2fe5fbbe78e128d7d990b33fd77 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:46:44 +0930 Subject: [PATCH 06/14] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8e41a9e8..71100c44 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,7 +42,8 @@ body: attributes: label: Confirm options: - - label: This bug report is about an issue with the extension itself. By ticking this box you agree to the following: I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's Discord support channel instead. + - label: This bug report is about an issue with the extension itself. + description: I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's [Discord support channel](https://discord.gg/YzmbnCDkat) instead. required: true - type: textarea From b3c395cca137e05c9e13bccf964f0e805edb358e Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:47:13 +0930 Subject: [PATCH 07/14] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 71100c44..ffa7bd5e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,8 +42,7 @@ body: attributes: label: Confirm options: - - label: This bug report is about an issue with the extension itself. - description: I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's [Discord support channel](https://discord.gg/YzmbnCDkat) instead. + - label: This bug report is about an issue with the extension itself. I have not modified the extension nor added any unsupported plugins. If this is not the case, I know that I should post the issue to the extension's Discord support channel instead. required: true - type: textarea From ef6176b6a489375b1195646b9aabee2e3710cde0 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:50:32 +0930 Subject: [PATCH 08/14] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ffa7bd5e..e9a1c346 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Bug report description: Report an issue with the modpack in its unmodified state. For other issues, use Discord. labels: bug +title: [BUG] body: - type: markdown attributes: From 0a3ee5c6669be71b4b8cd875d2b6773914de039e Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sat, 12 Apr 2025 23:50:50 +0930 Subject: [PATCH 09/14] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e9a1c346..27bc218d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: Bug report description: Report an issue with the modpack in its unmodified state. For other issues, use Discord. labels: bug -title: [BUG] +title: "[BUG]" body: - type: markdown attributes: From 72a529ee1d143764d69370397558b1653f9eee23 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sun, 13 Apr 2025 00:00:31 +0930 Subject: [PATCH 10/14] Update and retype feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 14 ------ .github/ISSUE_TEMPLATE/feature_request.yml | 54 ++++++++++++++++++++++ 2 files changed, 54 insertions(+), 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 6c42d4fa..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[FR] " -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? if so, Please describe the issue or link to a pre-existing bug report** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. Provide reference art/pictures if poccible diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..b5e6c059 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,54 @@ +name: Feature request +description: Suggest a new Feature to be added or replaced in BetterSeqtaPLUS +labels: enhancement +title: "[FR]" +body: + +-type: checkboxes + attributes: + label: Confirm + options: + - label: "Is this feature request related to a Bug report?" + required: false + +- type: input + attributes: + label: Bug report link + description: If this feature request is related to a bug report, please insert the link to the bug report here: + placeholder: "https://github.com/BetterSEQTA/BetterSEQTA-Plus/issues/..." + validations: + required: false + +- type: markdown + attributes: + value: | + ## Feature details + Before you request a feature, [please search](https://github.com/BetterSEQTA/BetterSEQTA-Plus/issues) if it has already been requested. (Make sure to check closed issues as well!) + + +- type: dropdown + attributes: + label: Feature type + multiple: false + options: + - Graphical + - Functional + - Not Sure + validations: + required: true + + +- type: input + attributes: + label: Feature Details + description: Please write, with as much detail as possible, what you would like to see from this mod. + placeholder: I would like to see... + validations: + required: false + +- type: textarea + attributes: + label: Additional details + description: Anything else you want to add? + validations: + required: false From 694d4ea0a19581dddfb5bcf768891b773ba664ec Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sun, 13 Apr 2025 00:01:35 +0930 Subject: [PATCH 11/14] fix feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b5e6c059..e28782a8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,12 +4,12 @@ labels: enhancement title: "[FR]" body: --type: checkboxes +- type: checkboxes attributes: - label: Confirm - options: - - label: "Is this feature request related to a Bug report?" - required: false + label: Confirm + options: + - label: "Is this feature request related to a Bug report?" + required: false - type: input attributes: From ca20ba4e07ed64262fffe1e4270d98a5feef85c6 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sun, 13 Apr 2025 00:02:15 +0930 Subject: [PATCH 12/14] fix feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e28782a8..b783bcf3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -14,7 +14,7 @@ body: - type: input attributes: label: Bug report link - description: If this feature request is related to a bug report, please insert the link to the bug report here: + description: "If this feature request is related to a bug report, please insert the link to the bug report here" placeholder: "https://github.com/BetterSEQTA/BetterSEQTA-Plus/issues/..." validations: required: false From 92344400e1208683398139be9cf198567f1f1063 Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sun, 13 Apr 2025 00:04:34 +0930 Subject: [PATCH 13/14] fix validations indentation --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b783bcf3..83b10d53 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -16,7 +16,7 @@ body: label: Bug report link description: "If this feature request is related to a bug report, please insert the link to the bug report here" placeholder: "https://github.com/BetterSEQTA/BetterSEQTA-Plus/issues/..." - validations: + validations: required: false - type: markdown From ecbdffbbde0435205b3f7e1833bca2260580476b Mon Sep 17 00:00:00 2001 From: StroepWafel <109832156+NIDNHU@users.noreply.github.com> Date: Sun, 13 Apr 2025 00:05:07 +0930 Subject: [PATCH 14/14] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 83b10d53..3bd3c8c8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -16,7 +16,7 @@ body: label: Bug report link description: "If this feature request is related to a bug report, please insert the link to the bug report here" placeholder: "https://github.com/BetterSEQTA/BetterSEQTA-Plus/issues/..." - validations: + validations: required: false - type: markdown