From b09361dd2d9e6c96f2d698cf410707805e45d4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:58:11 +0800 Subject: [PATCH 01/14] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/custom.md | 10 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..dd84ea78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..48d5f81f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +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. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From b1b1a82b618e931554a907e8175ec473c0b1096e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:06:43 +0800 Subject: [PATCH 02/14] Update custom.md --- .github/ISSUE_TEMPLATE/custom.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 48d5f81f..36a2c30e 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,6 +1,6 @@ --- -name: Custom issue template -about: Describe this issue template's purpose here. +name: 自定義問題 +about: 描述此問題的目的。 title: '' labels: '' assignees: '' From a51b526448138f8126d6ae1fef019e022004b517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:15:33 +0800 Subject: [PATCH 03/14] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 37 +++++++++------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea78..d24fb10e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,25 @@ --- -name: Bug report -about: Create a report to help us improve +name: BUG 回報 +about: 提出遇到的 BUG title: '' labels: '' assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. +**描述 BUG** 簡述 BUG 是什麼 -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error -**Expected behavior** -A clear and concise description of what you expected to happen. +**預期行為** 簡述預期該如何 -**Screenshots** -If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**手機** + - 設備:[例如 Pixel6] + + - 操作系統:[例如 Android13] + + - 版本:[例如 v0.14.0] + -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +**其他** -**Additional context** -Add any other context about the problem here. From 500bcafd4efd8b429286a7519710648eeef33157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:18:32 +0800 Subject: [PATCH 04/14] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..42330d63 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,13 @@ --- -name: Feature request -about: Suggest an idea for this project +name: 功能要求 +about: 提出你在未來想要的功能 title: '' labels: '' assignees: '' --- -**Is your feature request related to a problem? Please describe.** -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. +**其他** -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. From ad4f542604f20c6873659bc4874af0e8ef4018dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:20:01 +0800 Subject: [PATCH 05/14] Create HKeyframe.md --- .github/ISSUE_TEMPLATE/HKeyframe.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/HKeyframe.md diff --git a/.github/ISSUE_TEMPLATE/HKeyframe.md b/.github/ISSUE_TEMPLATE/HKeyframe.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/HKeyframe.md @@ -0,0 +1 @@ + From c08418cd6587d100f765dd8b7809c8c670b97886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:24:50 +0800 Subject: [PATCH 06/14] Update custom.md --- .github/ISSUE_TEMPLATE/custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 36a2c30e..ccf07b5a 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,6 +1,6 @@ --- name: 自定義問題 -about: 描述此問題的目的。 +about: 描述此問題的目的 title: '' labels: '' assignees: '' From cb8061bde701f55b4ff8240b41a435bda98ff439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:25:51 +0800 Subject: [PATCH 07/14] Update and rename feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 13 ------------- .github/ISSUE_TEMPLATE/feature_request.yml | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 13 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 42330d63..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: 功能要求 -about: 提出你在未來想要的功能 -title: '' -labels: '' -assignees: '' - ---- - -**想要的功能** 請簡單描述 - -**其他** - diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..132e893a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,22 @@ +name: ⭐ Feature request/功能請求 +description: 建議一個功能來改善 Han1meViewer +labels: [good idea | 好主意] +body: + + - type: textarea + id: feature-description + attributes: + label: 描述您建議的功能 + description: 如何改進 Han1meViewer? + placeholder: | + Example: + "我想要bla bla bla..." + validations: + required: true + + - type: textarea + id: other-details + attributes: + label: 其他 + placeholder: | + 其他補充資訊 From c3d3b50b79ed0b1f2f884ec5b195f33b2eb5e586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:36:26 +0800 Subject: [PATCH 08/14] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 88 ++++++++++++++++++++-------- 1 file changed, 63 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d24fb10e..be3ea870 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,25 +1,63 @@ ---- -name: BUG 回報 -about: 提出遇到的 BUG -title: '' -labels: '' -assignees: '' - ---- - -**描述 BUG** 簡述 BUG 是什麼 - - -**預期行為** 簡述預期該如何 - - -**手機** - - 設備:[例如 Pixel6] - - - 操作系統:[例如 Android13] - - - 版本:[例如 v0.14.0] - - -**其他** - +name: 🐞 問題回報 +description: 回報在 Han1meViewer 中出現的問題 +labels: [bug] +body: + + - type: textarea + id: actual-behavior + attributes: + label: 實際行為 + description: 請簡短解釋實際發生的事 + placeholder: | + Example: + "我打開 Han1meViewer 發生了..." + validations: + required: true + + - type: textarea + id: expected-behavior + attributes: + label: 預期行為 + description: 請簡短解釋你應該發生的事 + placeholder: | + Example: + "我應該要..." + validations: + required: true + + - type: input + id: version + attributes: + label: Han1meViewer version + description: 你的**Han1meViewer**版本 + placeholder: | + Example: "v0.14.0" + validations: + required: true + + - type: input + id: android-version + attributes: + label: Android version + description: 你的**Android**版本 + placeholder: | + Example: "Android 13" + validations: + required: true + + - type: input + id: device + attributes: + label: Device + description: 你的設備型號 + placeholder: | + Example: "Google Pixel 5" + validations: + required: true + + - type: textarea + id: other-details + attributes: + label: 其他 + placeholder: | + 其他詳細的說明 From 8a8f7ebcc04d3d7ff9e9670204e0ed3ef6c4d1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:36:38 +0800 Subject: [PATCH 09/14] 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 a552e1d43dc67ddd531953babd4a31ba5e06e7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:52:55 +0800 Subject: [PATCH 10/14] Update and rename HKeyframe.md to HKeyframe.yml --- .github/ISSUE_TEMPLATE/HKeyframe.md | 1 - .github/ISSUE_TEMPLATE/HKeyframe.yml | 44 ++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) delete mode 100644 .github/ISSUE_TEMPLATE/HKeyframe.md create mode 100644 .github/ISSUE_TEMPLATE/HKeyframe.yml diff --git a/.github/ISSUE_TEMPLATE/HKeyframe.md b/.github/ISSUE_TEMPLATE/HKeyframe.md deleted file mode 100644 index 8b137891..00000000 --- a/.github/ISSUE_TEMPLATE/HKeyframe.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/HKeyframe.yml b/.github/ISSUE_TEMPLATE/HKeyframe.yml new file mode 100644 index 00000000..9242cd92 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/HKeyframe.yml @@ -0,0 +1,44 @@ +name: 提交關鍵H幀 +description: 分享你的關鍵H幀 +labels: [𝐇Keyframe] +body: + + - type: textarea + id: json-file + attributes: + label: 填寫.json格式的文檔 + description: 不會歡迎提問哦 + placeholder: | + Example: + " +```json +{ + "videoCode": "12444", + "title": "思春期SEX#1", + "author": "NeKoOuO", + "keyframes": [ + { + "position": 482500, + "prompt": null + }, + { + "position": 545000, + "prompt": null + }, + { + "position": 832000, + "prompt": null + } + ] +} +``` + " + validations: + required: true + + - type: textarea + id: other-details + attributes: + label: 其他你想講的 + placeholder: | + 其他補充資訊 From 9117a9486dedc0836fe4f3ce19b7149cf77e8d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:53:25 +0800 Subject: [PATCH 11/14] Update HKeyframe.yml --- .github/ISSUE_TEMPLATE/HKeyframe.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/HKeyframe.yml b/.github/ISSUE_TEMPLATE/HKeyframe.yml index 9242cd92..ad9cba35 100644 --- a/.github/ISSUE_TEMPLATE/HKeyframe.yml +++ b/.github/ISSUE_TEMPLATE/HKeyframe.yml @@ -11,7 +11,6 @@ body: placeholder: | Example: " -```json { "videoCode": "12444", "title": "思春期SEX#1", @@ -31,7 +30,6 @@ body: } ] } -``` " validations: required: true From d7b4c5b3418521363e07d2dab11e5fd21047f5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:54:23 +0800 Subject: [PATCH 12/14] Update HKeyframe.yml --- .github/ISSUE_TEMPLATE/HKeyframe.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/HKeyframe.yml b/.github/ISSUE_TEMPLATE/HKeyframe.yml index ad9cba35..ce536f16 100644 --- a/.github/ISSUE_TEMPLATE/HKeyframe.yml +++ b/.github/ISSUE_TEMPLATE/HKeyframe.yml @@ -10,8 +10,7 @@ body: description: 不會歡迎提問哦 placeholder: | Example: - " -{ + "{ "videoCode": "12444", "title": "思春期SEX#1", "author": "NeKoOuO", @@ -29,8 +28,7 @@ body: "prompt": null } ] -} - " +}" validations: required: true From ebe603f7e1101968861d734ca7e4e5e014496e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:56:04 +0800 Subject: [PATCH 13/14] Update HKeyframe.yml --- .github/ISSUE_TEMPLATE/HKeyframe.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/HKeyframe.yml b/.github/ISSUE_TEMPLATE/HKeyframe.yml index ce536f16..7fb82686 100644 --- a/.github/ISSUE_TEMPLATE/HKeyframe.yml +++ b/.github/ISSUE_TEMPLATE/HKeyframe.yml @@ -10,25 +10,7 @@ body: description: 不會歡迎提問哦 placeholder: | Example: - "{ - "videoCode": "12444", - "title": "思春期SEX#1", - "author": "NeKoOuO", - "keyframes": [ - { - "position": 482500, - "prompt": null - }, - { - "position": 545000, - "prompt": null - }, - { - "position": 832000, - "prompt": null - } - ] -}" + "範例可參考討論區" validations: required: true From 6487bb25471da68cc23f9286bb555a9bd1aa3df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B4=E1=B4=87=E1=B4=8B=E1=B4=8F?= <111511925+NeKoOuO@users.noreply.github.com> Date: Tue, 2 Apr 2024 20:10:01 +0800 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 132e893a..bbb4df91 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -name: ⭐ Feature request/功能請求 +name: ⭐ 功能請求 description: 建議一個功能來改善 Han1meViewer labels: [good idea | 好主意] body: