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 模版增加截图 textarea,并将 Mac 改成 macOS #244

Merged
merged 2 commits into from
Mar 10, 2024
Merged
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
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ body:
placeholder: 粘贴 MCLogs 链接、粘贴日志内容或上传日志文件
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: 截图
description: 如果有相关截图的话,请上传截图。[截图教程](https://zhuanlan.zhihu.com/p/92074446)
placeholder: 请把截图粘贴到这里
- type: dropdown
id: os
attributes:
Expand All @@ -54,7 +60,7 @@ body:
options:
- Windows
- Linux
- Mac
- macOS
validations:
required: true
- type: dropdown
Expand Down
Loading