From 4054ba2a7601611f4201a7fa7df9b0befa62821f Mon Sep 17 00:00:00 2001 From: RockChinQ Date: Mon, 1 Jun 2026 23:30:18 -0400 Subject: [PATCH] docs(issue-template): add deployment version selector --- .github/ISSUE_TEMPLATE/bug-report.yml | 9 +++++++++ .github/ISSUE_TEMPLATE/bug-report_en.yml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 5f193fca..514445f1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -10,6 +10,15 @@ body: placeholder: 例如:v3.3.0、CentOS x64 Python 3.10.3、Docker validations: required: true + - type: dropdown + attributes: + label: 部署版本 + description: 请选择您使用的 LangBot 部署版本。 + options: + - 社区版 + - 云服务 + validations: + required: true - type: textarea attributes: label: 异常情况 diff --git a/.github/ISSUE_TEMPLATE/bug-report_en.yml b/.github/ISSUE_TEMPLATE/bug-report_en.yml index 1cfba7d2..d2111e09 100644 --- a/.github/ISSUE_TEMPLATE/bug-report_en.yml +++ b/.github/ISSUE_TEMPLATE/bug-report_en.yml @@ -10,6 +10,15 @@ body: placeholder: "For example: v3.3.0, CentOS x64 Python 3.10.3, Docker" validations: required: true + - type: dropdown + attributes: + label: Deployment version + description: Please select the LangBot deployment version you are using. + options: + - Community Edition + - Cloud Service + validations: + required: true - type: textarea attributes: label: Exception