2022-04-01 14:29:34 +08:00
|
|
|
|
name: BUG 提交
|
|
|
|
|
description: 提交产品缺陷帮助我们更好的改进
|
|
|
|
|
title: "[BUG]"
|
|
|
|
|
labels: "类型: 缺陷"
|
|
|
|
|
assignees: youliyuan-fit2cloud
|
|
|
|
|
body:
|
2022-04-14 15:27:50 +08:00
|
|
|
|
- type: markdown
|
2022-04-14 15:33:16 +08:00
|
|
|
|
id: contacts_title
|
2022-04-14 15:27:50 +08:00
|
|
|
|
attributes:
|
|
|
|
|
value: "## 联系方式"
|
|
|
|
|
- type: input
|
2022-04-14 15:33:16 +08:00
|
|
|
|
id: contacts
|
2022-04-14 15:27:50 +08:00
|
|
|
|
validations:
|
2022-04-14 15:33:16 +08:00
|
|
|
|
required: false
|
2022-04-14 15:27:50 +08:00
|
|
|
|
attributes:
|
|
|
|
|
label: "联系方式"
|
2022-11-24 16:26:50 +08:00
|
|
|
|
description: "可以快速联系到您进一步沟通的方式:交流群号及昵称、邮箱等"
|
2022-04-01 14:29:34 +08:00
|
|
|
|
- type: markdown
|
|
|
|
|
id: environment
|
|
|
|
|
attributes:
|
|
|
|
|
value: "## 环境信息"
|
|
|
|
|
- type: input
|
|
|
|
|
id: version
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
attributes:
|
|
|
|
|
label: "MeterSphere 版本"
|
2022-07-08 17:53:26 +08:00
|
|
|
|
description: "可通过系统右上角下拉菜单中的`关于`选项,或查看安装目录中的 version 文件获取。v1.20 是 MeterSphere 的 LTS(长期支持)版本,建议优先升级到最新的 v1.20.x-lts 版本。"
|
2022-04-01 14:29:34 +08:00
|
|
|
|
- type: dropdown
|
|
|
|
|
id: database
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
attributes:
|
|
|
|
|
label: "使用外置数据库"
|
|
|
|
|
description: "是否使用了独立部署的外部数据库"
|
|
|
|
|
options:
|
|
|
|
|
- 否
|
|
|
|
|
- 是
|
|
|
|
|
- type: markdown
|
|
|
|
|
id: details
|
|
|
|
|
attributes:
|
|
|
|
|
value: "## 详细信息"
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: what-happened
|
|
|
|
|
attributes:
|
|
|
|
|
label: "问题描述"
|
|
|
|
|
description: "简要描述您碰到的问题"
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: how-happened
|
|
|
|
|
attributes:
|
|
|
|
|
label: "重现步骤"
|
|
|
|
|
description: "如果操作可以重现该问题"
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: expect
|
|
|
|
|
attributes:
|
|
|
|
|
label: "期待的正确结果"
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: logs
|
|
|
|
|
attributes:
|
|
|
|
|
label: "相关日志输出"
|
|
|
|
|
description: "请复制并粘贴任何相关的日志输出。 这将自动格式化为代码,因此无需反引号。"
|
|
|
|
|
render: shell
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: additional-information
|
|
|
|
|
attributes:
|
|
|
|
|
label: "附加信息"
|
2022-04-14 15:27:50 +08:00
|
|
|
|
description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。"
|