From 9b96ac64d75bbe2ae29208d68c850b2a3700f6a6 Mon Sep 17 00:00:00 2001 From: "junjie.miao" Date: Tue, 10 Jun 2025 16:04:16 +0800 Subject: [PATCH] bug_report add OS Platform dropdown --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 105f859..4827a3b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,6 +11,19 @@ body: I have searched for existing issues [search for existing issues](https://github.com/junjiem/dify-plugin-repackaging/issues), including closed ones. 我已经搜索了现有问题[搜索现有问题](https://github.com/junjiem/dify-plugin-repackaging/issues),包括已关闭的问题。" required: true + - type: dropdown + attributes: + label: OS Platform 操作系统平台 + description: Which OS Platform? 哪个操作系统平台? + multiple: true + options: + - linux-amd64 + - linux-arm64 + - darwin-amd64 + - darwin-arm64 + - others + validations: + required: true - type: textarea attributes: label: "Problem description 问题描述"