Skip to content

Commit

Permalink
Update CRASH-UPLOAD.yml
Browse files Browse the repository at this point in the history
不加 render 的 textarea 就是 markdown 格子
  • Loading branch information
zyxkad authored Jan 14, 2024
1 parent d0fae17 commit c942bb5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ body:
render: bash
validations:
required: true
- type: textarea
id: log-files
attributes:
label: "日志文件"
description: 如果日志太长无法提交,请将日志文件拖放到这里
placeholder: 不要在这里粘贴日志
validations:
required: false
- type: dropdown
id: os
attributes:
Expand All @@ -58,4 +66,4 @@ body:
- 客户端
- 服务端
validations:
required: true
required: true

0 comments on commit c942bb5

Please sign in to comment.