Create 1.issue.yml
This commit is contained in:
		
							
								
								
									
										61
									
								
								.github/ISSUE_TEMPLATE/1.issue.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										61
									
								
								.github/ISSUE_TEMPLATE/1.issue.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,61 @@
 | 
				
			|||||||
 | 
					name: Bugs or issues report 🐛
 | 
				
			||||||
 | 
					description: 项目运行中遇到的Bug或问题。
 | 
				
			||||||
 | 
					labels: ['status: needs check']
 | 
				
			||||||
 | 
					body:
 | 
				
			||||||
 | 
					  - type: markdown
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      value: |
 | 
				
			||||||
 | 
					        ### ⚠️ 前置确认
 | 
				
			||||||
 | 
					        1. 网络是否正常
 | 
				
			||||||
 | 
					        2. 是否最新代码
 | 
				
			||||||
 | 
					        3. 服务器是否有足够资源运行程序
 | 
				
			||||||
 | 
					  - type: checkboxes
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: 前置确认
 | 
				
			||||||
 | 
					      options:
 | 
				
			||||||
 | 
					        - label: 我确认我的网络正常,使用的是最新代码,并且服务器有足够资源运行程序
 | 
				
			||||||
 | 
					          required: true
 | 
				
			||||||
 | 
					  - type: checkboxes
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: ⚠️ 搜索issues中是否已存在类似问题
 | 
				
			||||||
 | 
					      description: >
 | 
				
			||||||
 | 
					        请在 [历史issue](https://github.com/dqzboy/DKube/issues) 中清空输入框,搜索你的问题
 | 
				
			||||||
 | 
					        或相关日志的关键词来查找是否存在类似问题。
 | 
				
			||||||
 | 
					      options:
 | 
				
			||||||
 | 
					        - label: 我已经搜索过issues和disscussions,没有跟我遇到的问题相关的issue
 | 
				
			||||||
 | 
					          required: true
 | 
				
			||||||
 | 
					  - type: markdown
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      value: |
 | 
				
			||||||
 | 
					        请在上方的`title`中填写你对你所遇到问题的简略总结,这将帮助其他人更好的找到相似问题,谢谢❤️。
 | 
				
			||||||
 | 
					  - type: dropdown
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: 操作系统类型?
 | 
				
			||||||
 | 
					      description: >
 | 
				
			||||||
 | 
					        请选择你运行程序的操作系统类型。
 | 
				
			||||||
 | 
					      options:
 | 
				
			||||||
 | 
					        - CentOS 7
 | 
				
			||||||
 | 
					        - CentOS 8
 | 
				
			||||||
 | 
					        - Redhat
 | 
				
			||||||
 | 
					        - Ubuntu
 | 
				
			||||||
 | 
					        - Other (请在问题中说明)
 | 
				
			||||||
 | 
					    validations:
 | 
				
			||||||
 | 
					      required: true
 | 
				
			||||||
 | 
					  - type: textarea
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: 复现步骤 🕹
 | 
				
			||||||
 | 
					      description: |
 | 
				
			||||||
 | 
					        **⚠️ 不能复现将会关闭issue.**
 | 
				
			||||||
 | 
					  - type: textarea
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: 问题描述 😯
 | 
				
			||||||
 | 
					      description: 详细描述出现的问题,或提供有关截图。
 | 
				
			||||||
 | 
					  - type: textarea
 | 
				
			||||||
 | 
					    attributes:
 | 
				
			||||||
 | 
					      label: 终端日志 📒
 | 
				
			||||||
 | 
					      description: |
 | 
				
			||||||
 | 
					        在此处粘贴终端日志
 | 
				
			||||||
 | 
					      value: |
 | 
				
			||||||
 | 
					        ```log
 | 
				
			||||||
 | 
					        <此处粘贴终端日志>
 | 
				
			||||||
 | 
					        ```
 | 
				
			||||||
		Reference in New Issue
	
	Block a user