Skip to content

Commit

Permalink
Issue 模版增加截图 textarea,并将 Mac 改成 macOS (#244)
Browse files Browse the repository at this point in the history
* Create screenshot textarea

* 将Mac 改成 macOS
  • Loading branch information
hejiehao authored Mar 10, 2024
1 parent 6540be1 commit daf04ba
Showing 1 changed file with 7 additions and 1 deletion.
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

0 comments on commit daf04ba

Please sign in to comment.