From c6fae103cca26cd363a2d4e7ecb34f7f79c9500c Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Thu, 4 Nov 2021 17:36:50 +0800 Subject: [PATCH] fix bug Former-commit-id: 378ad2fe1202713c326d3b204a33c7955dfb36e9 --- .github/ISSUE_TEMPLATE/1bug_report.yml | 16 +++++++++++----- .github/ISSUE_TEMPLATE/4bug_report_cn.yml | 20 +++++++++++++------- 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1bug_report.yml b/.github/ISSUE_TEMPLATE/1bug_report.yml index 122ecad0..0d8a8e82 100644 --- a/.github/ISSUE_TEMPLATE/1bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1bug_report.yml @@ -35,13 +35,19 @@ body: - type: dropdown id: os attributes: - label: Operating System + label: Operating system or browser description: which OS you are using ? options: - - Windows - - macOS - - Linux - - Web + - Windows 10 and below + - Windows 11 + - macOS 10 and below + - macOS 11 + - macOS 12 + - Ubuntu + - Other Linux distribution + - Chrome/Edge + - Firefox + - IE validations: required: true diff --git a/.github/ISSUE_TEMPLATE/4bug_report_cn.yml b/.github/ISSUE_TEMPLATE/4bug_report_cn.yml index 3cf681c6..e6e8ec3b 100644 --- a/.github/ISSUE_TEMPLATE/4bug_report_cn.yml +++ b/.github/ISSUE_TEMPLATE/4bug_report_cn.yml @@ -1,5 +1,5 @@ -name: 问题反馈 -description: 我在使用 Koodo Reader 时遇到了问题 +name: 提交Bug +description: 我在使用 Koodo Reader 时遇到了Bug labels: "bug" body: - type: checkboxes @@ -34,12 +34,18 @@ body: - type: dropdown id: os attributes: - label: 操作系统 + label: 操作系统或浏览器 options: - - Windows - - macOS - - Linux - - 网页版 + - Windows 10及以下 + - Windows 11 + - macOS 10及以下 + - macOS 11 + - macOS 12 + - Ubuntu + - 其他Linux发行版 + - Chrome及其他Chromium浏览器(包括Edge和所有国产浏览器) + - Firefox + - IE validations: required: true