diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 107d5583..6b6ec697 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -54,6 +54,17 @@ body: description: 请提供你的操作系统版本,Linux请额外提供桌面环境及窗口系统 / Please provide your OS version, for Linux, please also provide the desktop environment and window system validations: required: true + - type: checkboxes + id: os-labels + attributes: + label: 系统标签 / OS Labels + description: 请选择受影响的操作系统(至少选择一个) / Please select the affected operating system(s) (select at least one) + options: + - label: windows + - label: macos + - label: linux + validations: + required: true - type: textarea attributes: label: 日志 / Log diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 16cb644f..addd290d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -33,3 +33,14 @@ body: description: 请描述你的功能请求的使用场景 / Please describe the use case of your feature request validations: required: true + - type: checkboxes + id: os-labels + attributes: + label: 适用系统 / Target OS + description: 请选择该功能适用的操作系统(至少选择一个) / Please select the operating system(s) for this feature request (select at least one) + options: + - label: windows + - label: macos + - label: linux + validations: + required: true