From a8d5258e38b734be4c9f749ca6e88c3acbf58ab8 Mon Sep 17 00:00:00 2001 From: ousugo Date: Fri, 14 Feb 2025 15:17:42 +0800 Subject: [PATCH] feat: Add platform and version fields to all issue templates --- .github/ISSUE_TEMPLATE/#1_feature_request.yml | 21 +++++++++++++++++++ .github/ISSUE_TEMPLATE/#2_question.yml | 21 +++++++++++++++++++ .github/ISSUE_TEMPLATE/1_feature_request.yml | 21 +++++++++++++++++++ .github/ISSUE_TEMPLATE/2_question.yml | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/#1_feature_request.yml b/.github/ISSUE_TEMPLATE/#1_feature_request.yml index c7bb05eb33..5c26d7d8da 100644 --- a/.github/ISSUE_TEMPLATE/#1_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/#1_feature_request.yml @@ -20,6 +20,27 @@ body: - label: 正确填写了 Issue 标题。 required: true + - type: dropdown + id: platform + attributes: + label: 平台 + description: 您正在使用哪个平台? + options: + - Windows + - macOS + - Linux + validations: + required: true + + - type: input + id: version + attributes: + label: 版本 + description: 您正在运行的 Cherry Studio 版本是什么? + placeholder: 例如 v1.0.0 + validations: + required: true + - type: textarea id: problem attributes: diff --git a/.github/ISSUE_TEMPLATE/#2_question.yml b/.github/ISSUE_TEMPLATE/#2_question.yml index fedbc4b59c..faff68062a 100644 --- a/.github/ISSUE_TEMPLATE/#2_question.yml +++ b/.github/ISSUE_TEMPLATE/#2_question.yml @@ -20,6 +20,27 @@ body: - label: 正确填写了 Issue 标题。 required: true + - type: dropdown + id: platform + attributes: + label: 平台 + description: 您正在使用哪个平台? + options: + - Windows + - macOS + - Linux + validations: + required: true + + - type: input + id: version + attributes: + label: 版本 + description: 您正在运行的 Cherry Studio 版本是什么? + placeholder: 例如 v1.0.0 + validations: + required: true + - type: textarea id: question attributes: diff --git a/.github/ISSUE_TEMPLATE/1_feature_request.yml b/.github/ISSUE_TEMPLATE/1_feature_request.yml index 6fb1ce1738..be3beff44a 100644 --- a/.github/ISSUE_TEMPLATE/1_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/1_feature_request.yml @@ -20,6 +20,27 @@ body: - label: I have filled out the issue title correctly. required: true + - type: dropdown + id: platform + attributes: + label: Platform + description: What platform are you using? + options: + - Windows + - macOS + - Linux + validations: + required: true + + - type: input + id: version + attributes: + label: Version + description: What version of Cherry Studio are you running? + placeholder: e.g. v1.0.0 + validations: + required: true + - type: textarea id: problem attributes: diff --git a/.github/ISSUE_TEMPLATE/2_question.yml b/.github/ISSUE_TEMPLATE/2_question.yml index 4f66b839fe..20a751ac6f 100644 --- a/.github/ISSUE_TEMPLATE/2_question.yml +++ b/.github/ISSUE_TEMPLATE/2_question.yml @@ -20,6 +20,27 @@ body: - label: I have filled out the issue title correctly. required: true + - type: dropdown + id: platform + attributes: + label: Platform + description: What platform are you using? + options: + - Windows + - macOS + - Linux + validations: + required: true + + - type: input + id: version + attributes: + label: Version + description: What version of Cherry Studio are you running? + placeholder: e.g. v1.0.0 + validations: + required: true + - type: textarea id: question attributes: