xuekang
2024-05-10 edf3b7fde038fcf3e6d86b8b4b88c2ff6f9014cf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: Bug 反馈
description: 当你中发现了一个 Bug,导致应用崩溃或抛出异常,或者有一个组件存在问题,或者某些地方看起来不对劲。
title: "[Bug]: "
labels: ["bug"]
body:
  - type: textarea
    id: version
    attributes:
      label: 版本
      description: 你当前正在使用我们软件的哪个版本(pom文件内的版本号)?
      value: |
        jdk版本(带上尾号): 例如 1.8.0
        框架版本(项目启动时输出的版本号): 例如 4.4.0
        其他依赖版本(你觉得有必要的):
    validations:
      required: true
  - type: checkboxes
    attributes:
      label: 功能不好用不会用是否已经看过项目文档?
      options:
        - label: https://plus-doc.dromara.org
          required: true
  - type: checkboxes
    attributes:
      label: 这个问题是否已经存在?
      options:
        - label: 我已经搜索过现有的问题 (https://gitee.com/dromara/RuoYi-Cloud-Plus/issues)
          required: true
  - type: textarea
    attributes:
      label: 异常模块
      description: 此报错都涉及到那些系统模块。
    validations:
      required: true
  - type: textarea
    attributes:
      label: 希望结果
      description: 想知道你觉得怎么样是正常或者合理的。
    validations:
      required: true
  - type: markdown
    attributes:
      label: 如何复现
      description: 请详细告诉我们如何复现你遇到的问题
      value: |
        如涉及代码 可提供一个最小代码示例 并使用```附上它 或者截图均可 越详细越好<br>
        大多数问题都是 代码编写错误问题 逻辑问题 或者用法错误等问题
    validations:
      required: true
  - type: textarea
    attributes:
      label: 相关代码与报错信息(请勿发混乱格式)
      description: 如果可以的话,上传任何关于 bug 的截图。
      value: |
        [在这里上传图片]