mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 更新 issue 模板描述 ;
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
name: Bug 反馈
 | 
					name: Bug 反馈
 | 
				
			||||||
description: 当你中发现了一个 Bug,导致应用崩溃或抛出异常,或者有一个组件存在问题,或者某些地方看起来不对劲。
 | 
					description: 当你使用过程中发现了一个 Bug,导致应用崩溃或抛出异常,或者有一个组件存在问题,或者某些地方看起来不对劲,请在这里反馈。
 | 
				
			||||||
title: "[Bug]: "
 | 
					title: "[Bug]: "
 | 
				
			||||||
labels: ["bug"]
 | 
					labels: ["bug"]
 | 
				
			||||||
body:
 | 
					body:
 | 
				
			||||||
@@ -9,14 +9,14 @@ body:
 | 
				
			|||||||
      label: 版本
 | 
					      label: 版本
 | 
				
			||||||
      description: 你当前正在使用我们软件的哪个版本(pom文件内的版本号)?
 | 
					      description: 你当前正在使用我们软件的哪个版本(pom文件内的版本号)?
 | 
				
			||||||
      value: |
 | 
					      value: |
 | 
				
			||||||
        jdk版本(带上尾号): 例如 1.8.0
 | 
					        jdk版本(带上尾号): 例如 17.0.8
 | 
				
			||||||
        框架版本(项目启动时输出的版本号): 例如 4.4.0
 | 
					        框架版本(项目启动时输出的版本号): 例如 5.1.1
 | 
				
			||||||
        其他依赖版本(你觉得有必要的):
 | 
					        其他依赖版本(你觉得有必要的):
 | 
				
			||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
      required: true
 | 
					      required: true
 | 
				
			||||||
  - type: checkboxes
 | 
					  - type: checkboxes
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: 功能不好用不会用是否已经看过项目文档?
 | 
					      label: 功能不好用不会用是否已经看过项目文档?
 | 
				
			||||||
      options:
 | 
					      options:
 | 
				
			||||||
        - label: https://plus-doc.dromara.org
 | 
					        - label: https://plus-doc.dromara.org
 | 
				
			||||||
          required: true
 | 
					          required: true
 | 
				
			||||||
@@ -35,10 +35,10 @@ body:
 | 
				
			|||||||
  - type: markdown
 | 
					  - type: markdown
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: 如何复现
 | 
					      label: 如何复现
 | 
				
			||||||
      description: 请详细告诉我们如何复现你遇到的问题
 | 
					      description: 请详细告诉我们如何复现你遇到的问题。
 | 
				
			||||||
      value: |
 | 
					      value: |
 | 
				
			||||||
        如涉及代码 可提供一个最小代码示例 并使用```附上它 或者截图均可 越详细越好<br>
 | 
					        如涉及代码,可提供一个最小代码示例,并使用```附上它,或者截图均可,越详细越好。<br>
 | 
				
			||||||
        大多数问题都是 代码编写错误问题 逻辑问题 或者用法错误等问题
 | 
					        大多数问题都是:代码编写错误问题,逻辑问题,或者用法错误等问题。
 | 
				
			||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
      required: true
 | 
					      required: true
 | 
				
			||||||
  - type: textarea
 | 
					  - type: textarea
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
name: 功能建议
 | 
					name: 功能建议
 | 
				
			||||||
description: 对本项目提出一个功能建议
 | 
					description: 对本项目提出一个功能建议。
 | 
				
			||||||
title: "[功能建议]: "
 | 
					title: "[功能建议]: "
 | 
				
			||||||
labels: ["enhancement"]
 | 
					labels: ["enhancement"]
 | 
				
			||||||
body:
 | 
					body:
 | 
				
			||||||
@@ -39,5 +39,5 @@ body:
 | 
				
			|||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: 意向参与贡献
 | 
					      label: 意向参与贡献
 | 
				
			||||||
      options:
 | 
					      options:
 | 
				
			||||||
        - label: 我有意向参与具体功能的开发实现并将代码贡献回到上游社区
 | 
					        - label: 我有意向参与具体功能的开发实现并将代码贡献回到上游社区。
 | 
				
			||||||
          required: false
 | 
					          required: false
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user