From a4959e2f31dbb03694a97b87f2941d61ae13d3e0 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 01:48:23 +0800 Subject: [PATCH 01/14] add a checkbox to state that you need to turn on debug mode before recording video --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0c844783d..494e3a33e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -64,6 +64,12 @@ body: If the video is too large for Github, upload it to youtube.com or something similar. validations: required: true + - type: checkboxes + id: debug-mode + attributes: + options: + - label: I have turn on the debug mode before recording the video. + required: true - type: markdown attributes: value: "Now please tell us about your device" From 53ff6b46d12eedb47afae275c65c6f8b3f2825e7 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:00:15 +0800 Subject: [PATCH 02/14] added value on attribute --- .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 494e3a33e..6aeffd481 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -67,6 +67,7 @@ body: - type: checkboxes id: debug-mode attributes: + value: Turning debug mode helps the developers fix the bug. options: - label: I have turn on the debug mode before recording the video. required: true From d0bdbac00752ff0d1808bc54d03d7942d5e5575d Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:00:51 +0800 Subject: [PATCH 03/14] replace value with label --- .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 6aeffd481..f0e0e81d5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -67,7 +67,7 @@ body: - type: checkboxes id: debug-mode attributes: - value: Turning debug mode helps the developers fix the bug. + label: Turning debug mode helps the developers fix the bug. options: - label: I have turn on the debug mode before recording the video. required: true From c9badc69d467b7f9669983e32509e612c7b15e0d Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:01:46 +0800 Subject: [PATCH 04/14] update --- .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 f0e0e81d5..3f2698a7e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -67,7 +67,7 @@ body: - type: checkboxes id: debug-mode attributes: - label: Turning debug mode helps the developers fix the bug. + label: Turning the debug mode on helps the developers fix the bug. options: - label: I have turn on the debug mode before recording the video. required: true From a2bc02a7bdcb80e6b6c43f4212dfb7259cbb9c3e Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:05:49 +0800 Subject: [PATCH 05/14] added minimum ram --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3f2698a7e..571714951 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -111,4 +111,9 @@ body: placeholder: 3GB - type: markdown attributes: - value: "If you open unnecessary/dumb issues, you'll be rewarded with appropriate tags." + value: | + As of 2024-06-25, the minimum ram for FGO to run is 3GB. Ensure that your ram is higher than the minimum RAM specification + In order to ensure the best experience. + https://webview.fate-go.us/iframe/2024/0519_supported_env/ + + If you open unnecessary/dumb issues, you'll be rewarded with appropriate tags. From ed28d3e08de9c6640b3ead57ec0a607ff8850ae3 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:06:38 +0800 Subject: [PATCH 06/14] update --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 571714951..f619f1a40 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -112,8 +112,8 @@ body: - type: markdown attributes: value: | - As of 2024-06-25, the minimum ram for FGO to run is 3GB. Ensure that your ram is higher than the minimum RAM specification - In order to ensure the best experience. + As of 2024-06-25, the minimum ram for FGO to run is 3GB. + Ensure that your ram is higher than the minimum RAM specification to ensure the best experience. https://webview.fate-go.us/iframe/2024/0519_supported_env/ If you open unnecessary/dumb issues, you'll be rewarded with appropriate tags. From 33e33186a4c85620c3d267df1a8aa75678e6e8ba Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:07:59 +0800 Subject: [PATCH 07/14] update --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f619f1a40..8d11c5fd5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -112,8 +112,8 @@ body: - type: markdown attributes: value: | - As of 2024-06-25, the minimum ram for FGO to run is 3GB. - Ensure that your ram is higher than the minimum RAM specification to ensure the best experience. - https://webview.fate-go.us/iframe/2024/0519_supported_env/ + As of 2024-06-25, the minimum ram for FGO to run is 3GB. + Ensure that your ram is higher than the minimum RAM specification to ensure the best experience. + https://webview.fate-go.us/iframe/2024/0519_supported_env/ - If you open unnecessary/dumb issues, you'll be rewarded with appropriate tags. + If you open unnecessary/dumb issues, you'll be rewarded with appropriate tags. From 27a435569f7519b8e89a3f9f8e4c21fa762a7df7 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:09:43 +0800 Subject: [PATCH 08/14] update --- .github/ISSUE_TEMPLATE/bug_report.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8d11c5fd5..78bbef548 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -109,11 +109,10 @@ body: attributes: label: RAM placeholder: 3GB - - type: markdown - attributes: - value: | + description: | As of 2024-06-25, the minimum ram for FGO to run is 3GB. Ensure that your ram is higher than the minimum RAM specification to ensure the best experience. https://webview.fate-go.us/iframe/2024/0519_supported_env/ - - If you open unnecessary/dumb issues, you'll be rewarded with appropriate tags. + - type: markdown + attributes: + value: "If you open unnecessary/dumb issues, you'll be rewarded with appropriate tags." From 1b09f3d72b14cf602fc966eeb587e36270689eee Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:11:16 +0800 Subject: [PATCH 09/14] updated the android version --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 78bbef548..45805aad0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -97,6 +97,8 @@ body: - 11 - 12 - 13 + - 14 + - 15 validations: required: true - type: input From 990ad7d584b0fed1588d8e84b5b96aec4d5517cb Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:14:38 +0800 Subject: [PATCH 10/14] updatet --- .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 45805aad0..02bf3f0bb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -113,7 +113,7 @@ body: placeholder: 3GB description: | As of 2024-06-25, the minimum ram for FGO to run is 3GB. - Ensure that your ram is higher than the minimum RAM specification to ensure the best experience. + Ensure that your ram is equal or higher than the minimum RAM specification to ensure the best experience. https://webview.fate-go.us/iframe/2024/0519_supported_env/ - type: markdown attributes: From f85c0c3947c17a4d169c23ad7a51badbb3e686b7 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:16:49 +0800 Subject: [PATCH 11/14] update --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 02bf3f0bb..b6843c45f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -44,6 +44,13 @@ body: id: description attributes: label: Describe the bug + placeholder: | + + + Steps to reproduce. + 1. + 2. + 3. description: | A clear and concise description of what the bug is. From 3b9cf2f805b919747ab4aaccb1903dd43b04218e Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:18:35 +0800 Subject: [PATCH 12/14] updated the placeholder build --- .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 b6843c45f..dbe383b74 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,7 +37,7 @@ body: The build number can be found on FGA's main screen at the top, it says BUILD:xxxx. Entering the number is enough. - placeholder: "1023" + placeholder: "2847" validations: required: true - type: textarea From bbabd35af5a2e14a74244d6ad3fb3ce9060f41e0 Mon Sep 17 00:00:00 2001 From: ArthurKun <16458204+ArthurKun21@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:27:34 +0800 Subject: [PATCH 13/14] remove 15 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dbe383b74..cf66621e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -105,7 +105,6 @@ body: - 12 - 13 - 14 - - 15 validations: required: true - type: input From c3cc90962baf018fb944d7bc008209dbb418cc8e Mon Sep 17 00:00:00 2001 From: reconman Date: Fri, 20 Sep 2024 19:59:04 +0200 Subject: [PATCH 14/14] Remove debug mode checkbox I don't think the debug mode checkbox will help --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cf66621e5..aff13896b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -71,13 +71,6 @@ body: If the video is too large for Github, upload it to youtube.com or something similar. validations: required: true - - type: checkboxes - id: debug-mode - attributes: - label: Turning the debug mode on helps the developers fix the bug. - options: - - label: I have turn on the debug mode before recording the video. - required: true - type: markdown attributes: value: "Now please tell us about your device"