From 8a6586a3f82a5ec1a96b042d03b58dea9bf9fe43 Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Mon, 16 Oct 2023 10:09:37 +0800 Subject: [PATCH] action: update bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++---------- .github/ISSUE_TEMPLATE/bug_report_cn.md | 14 +++++--------- 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a2d9ed19..bc3adeec 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -39,15 +39,10 @@ Copy & paste `help` -> `about` -> `Copy version info` to here **Additional context** Add any other context about the problem here. -Windows: +Platform | Context +---------|---------- + Windows |Upload the dmp file in the crash folder located in the configuration folder (can be opened through the menu help->configuration folder) to here + Macos | upload the crashpad crash log + Linux | gdb backtrace info -Upload the dmp file in the crash folder located in the configuration folder (can be opened through the menu help->configuration folder) to here - -Macos: - -upload the crashpad crash log - -Linux: - -gdb backtrace info. diff --git a/.github/ISSUE_TEMPLATE/bug_report_cn.md b/.github/ISSUE_TEMPLATE/bug_report_cn.md index f8b9374a..9c373652 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_cn.md +++ b/.github/ISSUE_TEMPLATE/bug_report_cn.md @@ -34,14 +34,10 @@ assignees: '' **额外的信息** -Windows: - _将位于配置文件夹中(可以通过菜单 **help->配置文件夹** 打开)crash文件夹里面的dmp文件上传到此处_ +平台 | 信息 +---------|---------- + Windows | _将位于配置文件夹中(可以通过菜单 **help->配置文件夹** 打开)crash文件夹里面的dmp文件上传到此处_ + Macos | 将macos自带的crashpad的log粘贴到此处 + Linux | gdb crash 堆栈信息 -Macos: - -将macos自带的crashpad的log粘贴到此处 - -Linux: - -gdb crash 堆栈信息 \ No newline at end of file