| | |
| | | attributes: |
| | | label: 这个问题是否已经存在? |
| | | options: |
| | | - label: 我已经搜索过现有的问题 (https://gitee.com/dromara/RuoYi-Vue-Plus/issues) |
| | | - label: 我已经搜索过现有的问题 (https://gitee.com/dromara/RuoYi-Cloud-Plus/issues) |
| | | required: true |
| | | - type: textarea |
| | | attributes: |
| | | label: 异常模块 |
| | | description: 此报错都涉及到那些系统模块。 |
| | | validations: |
| | | required: true |
| | | - type: textarea |
| | | attributes: |
| | | label: 希望结果 |
| | |
| | | - type: markdown |
| | | attributes: |
| | | label: 如何复现 |
| | | description: 请详细告诉我们如何复现你遇到的问题,如涉及代码,可提供一个最小代码示例,并使用反引号```附上它 |
| | | description: 请详细告诉我们如何复现你遇到的问题 |
| | | value: | |
| | | > 代码可按照如下形式提供或者截图均可 越详细越好 |
| | | > 大多数问题都是 代码编写错误问题 逻辑问题 或者用法错误等问题 |
| | | |
| | | ```java |
| | | public class XXX { |
| | | |
| | | } |
| | | ``` |
| | | 如涉及代码 可提供一个最小代码示例 并使用```附上它 或者截图均可 越详细越好<br> |
| | | 大多数问题都是 代码编写错误问题 逻辑问题 或者用法错误等问题 |
| | | validations: |
| | | required: true |
| | | - type: textarea |