mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-04 04:49:48 +08:00
76 lines
2.4 KiB
YAML
76 lines
2.4 KiB
YAML
#
|
||
# Copyright (c) 2019 Of Him Code Technology Studio
|
||
# Jpom is licensed under Mulan PSL v2.
|
||
# You can use this software according to the terms and conditions of the Mulan PSL v2.
|
||
# You may obtain a copy of Mulan PSL v2 at:
|
||
# http://license.coscl.org.cn/MulanPSL2
|
||
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
|
||
# See the Mulan PSL v2 for more details.
|
||
#
|
||
|
||
name: Bug 反馈
|
||
description: 当你在使用中发现了一个 Bug,导致应用崩溃或抛出异常,或者有一个页面存在问题,或者某些地方看起来不对劲。
|
||
title: "[Bug]: "
|
||
labels: ["bug"]
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
感谢对项目的支持与关注。在提出问题之前,请确保你已查看相关使用文档、常见问题、实践案例:
|
||
- https://jpom.top
|
||
- type: checkboxes
|
||
attributes:
|
||
label: 这个问题是否已经存在?
|
||
options:
|
||
- label: 我已经搜索过现有的问题 (https://gitee.com/dromara/Jpom/issues)
|
||
required: true
|
||
- type: input
|
||
id: jpom_version
|
||
attributes:
|
||
label: Jpom 版本
|
||
description: 你当前正在使用我们软件的哪个版本
|
||
validations:
|
||
required: true
|
||
- type: input
|
||
id: jdk_version
|
||
attributes:
|
||
label: JDK 版本
|
||
description: 你当前正在使用JDK的哪个版本
|
||
validations:
|
||
required: true
|
||
- type: input
|
||
id: os_version
|
||
attributes:
|
||
label: 操作系统版本
|
||
description: 你当前正在使用系统类型以及哪个版本
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: 如何复现
|
||
description: 请详细告诉我们如何复现你遇到的问题,并使用反引号```附上它
|
||
placeholder: |
|
||
1. ...
|
||
2. ...
|
||
3. ...
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: 预期结果
|
||
description: 请告诉我们你预期会发生什么。
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: 实际结果
|
||
description: 请告诉我们实际发生了什么。
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: 截图或视频
|
||
description: 如果可以的话,上传任何关于 bug 的截图。
|
||
value: |
|
||
[在这里上传图片]
|