diff --git a/.github/ISSUE_TEMPLATE/HKeyframe.yml b/.github/ISSUE_TEMPLATE/HKeyframe.yml new file mode 100644 index 00000000..7fb82686 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/HKeyframe.yml @@ -0,0 +1,22 @@ +name: 提交關鍵H幀 +description: 分享你的關鍵H幀 +labels: [𝐇Keyframe] +body: + + - type: textarea + id: json-file + attributes: + label: 填寫.json格式的文檔 + description: 不會歡迎提問哦 + placeholder: | + Example: + "範例可參考討論區" + validations: + required: true + + - type: textarea + id: other-details + attributes: + label: 其他你想講的 + placeholder: | + 其他補充資訊 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..be3ea870 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,63 @@ +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: | + 其他詳細的說明 diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..ccf07b5a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +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..bbb4df91 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,22 @@ +name: ⭐ 功能請求 +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: | + 其他補充資訊