Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue template #100

Merged
merged 14 commits into from
Apr 2, 2024
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/HKeyframe.yml
Original file line number Diff line number Diff line change
@@ -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: |
其他補充資訊
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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: |
其他詳細的說明
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: 自定義問題
about: 描述此問題的目的
title: ''
labels: ''
assignees: ''

---


22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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: |
其他補充資訊