From e9cabf5f61b355a3af07eea06653de8cc7992b83 Mon Sep 17 00:00:00 2001 From: hejiehao Date: Sun, 10 Mar 2024 20:02:51 +0800 Subject: [PATCH 1/2] Create screenshot textarea --- .github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml b/.github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml index 1425c9f7..da93e473 100644 --- a/.github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml +++ b/.github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml @@ -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: From d6a367c53e781a0f4ebbf95355c39f973d21d548 Mon Sep 17 00:00:00 2001 From: hejiehao Date: Sun, 10 Mar 2024 20:04:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B0=86Mac=20=E6=94=B9=E6=88=90=20macOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml b/.github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml index da93e473..153058b9 100644 --- a/.github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml +++ b/.github/ISSUE_TEMPLATE/CRASH-UPLOAD.yml @@ -60,7 +60,7 @@ body: options: - Windows - Linux - - Mac + - macOS validations: required: true - type: dropdown