mirror of
https://github.com/junjiem/dify-plugin-repackaging.git
synced 2025-12-24 07:16:39 +08:00
bug_report add OS Platform dropdown
This commit is contained in:
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
13
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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.
|
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),包括已关闭的问题。"
|
我已经搜索了现有问题[搜索现有问题](https://github.com/junjiem/dify-plugin-repackaging/issues),包括已关闭的问题。"
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Problem description 问题描述"
|
label: "Problem description 问题描述"
|
||||||
|
|||||||
Reference in New Issue
Block a user