Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "Bug Report"
description: Create a bug report of MIA / 反馈 MIA 的 BUG
labels: [ "bug" ]
projects: [ "MIA-Development-Team/1" ]

body:
- type: textarea
attributes:
label: Description of the bug / BUG 内容介绍
description: |
Please describe the bug.
请简单阐述 BUG 导致了什么。
validations:
required: true

- type: textarea
attributes:
label: Steps to Reproduce / 重现步骤
placeholder: |
1. Go to '...' / 前往 “...”
2. Click on '....' / 点击 “...”
3. See error / BUG 出现
validations:
required: true

- type: textarea
attributes:
label: Screenshots / 截图
description: |
If possible, add screenshots to help explain your problem.
如果可以,请上传截图,这有助于我们解决问题。

- type: textarea
attributes:
label: Additional context / 补充
description: |
Add any other context about the problem here.
在这里添加任何补充内容,如日志等。
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "Feature Request"
description: Suggest an idea for MIA / 为 MIA 提出有关新功能的想法
labels: [ "enhancement" ]
projects: [ "MIA-Development-Team/1" ]

body:
- type: textarea
attributes:
label: Summary / 概要
description: |
Please describe the suggestion.
请简单阐述你的建议。
validations:
required: true

- type: textarea
attributes:
label: Purpose / 目的
description: |
What problems or needs do you think this feature will solve?
你认为添加这个功能能解决什么问题?
validations:
required: true

- type: textarea
attributes:
label: Additional context / 補足
description: |
Add any other context about the feature request here.
在这里添加一些补充内容,诸如示意图等。
Loading