mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-14 19:03:31 +00:00
* perf: update issue template sorted * perf: update issue template sorted * Rename 1_bug_report_cn.yml to 2_bug_report_cn.yml * perf: update issue template sorted * Rename 1_question.yml to 2_question.yml * Update and rename 2_feature_request.yml to 3_feature_request.yml * Rename 2_bug_report_cn.yml to 4_bug_report_cn.yml * Rename 3_question_cn.yml to 5_question_cn.yml * Update and rename 2_feature_request_cn.yml to 6_feature_request_cn.yml
73 lines
2.0 KiB
YAML
73 lines
2.0 KiB
YAML
name: '🐛 反馈缺陷'
|
|
description: '反馈一个缺陷'
|
|
title: '[Bug] '
|
|
labels: ['🐛 Bug']
|
|
assignees:
|
|
- baijiangjie
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: '产品版本'
|
|
description: 不再支持 v2.28(含)之前的版本。
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: '版本类型'
|
|
options:
|
|
- label: '社区版'
|
|
- label: '企业版'
|
|
- label: '企业试用版'
|
|
validations:
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: '安装方式'
|
|
options:
|
|
- label: '在线安装 (一键命令安装)'
|
|
- label: '离线包安装'
|
|
- label: 'All-in-One'
|
|
- label: '1Panel'
|
|
- label: 'Kubernetes'
|
|
- label: '源码安装'
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: '环境信息'
|
|
description: 请提供一个清晰且简洁的描述,说明你的环境信息。
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: '🐛 缺陷描述'
|
|
description: |
|
|
请提供一个清晰且简洁的缺陷描述,如果问题比较复杂,也请详细说明。<br/>
|
|
针对不清晰的描述信息将不予处理。请确保提供足够的细节和信息,以支持对缺陷进行复现和修复。
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: '复现步骤'
|
|
description: 请提供一个清晰且简洁的描述,说明如何复现问题。
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: '期望结果'
|
|
description: 请提供一个清晰且简洁的描述,说明你期望发生什么。
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: '补充信息'
|
|
description: 在这里添加关于问题的任何其他背景信息。
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: '尝试过的解决方案'
|
|
description: 如果你已经尝试解决问题,请在此列出你尝试过的解决方案。
|