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