From 5d70b773168575b4787270bea779ff8f336fc31f Mon Sep 17 00:00:00 2001 From: Tunglies Date: Sat, 1 Mar 2025 18:46:16 +0800 Subject: [PATCH] Issues label options template (#2820) * fix: macos dock display icon and text * add: issues label option template --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++++++++ .github/ISSUE_TEMPLATE/feature_request.yml | 11 +++++++++++ 2 files changed, 22 insertions(+) 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