require install logs for bug reports
This commit is contained in:
		
							parent
							
								
									6df3bc32d7
								
							
						
					
					
						commit
						f2a4cb7b77
					
				
							
								
								
									
										21
									
								
								.github/ISSUE_TEMPLATE/bug-report.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										21
									
								
								.github/ISSUE_TEMPLATE/bug-report.yml
									
									
									
									
										vendored
									
									
								
							@ -72,9 +72,20 @@ body:
 | 
				
			|||||||
        Step 3 Receive error X or Y
 | 
					        Step 3 Receive error X or Y
 | 
				
			||||||
    validations:
 | 
					    validations:
 | 
				
			||||||
      required: true
 | 
					      required: true
 | 
				
			||||||
  - type: textarea
 | 
					  - type: input
 | 
				
			||||||
    id: logs
 | 
					    id: install-logs
 | 
				
			||||||
    attributes:
 | 
					    attributes:
 | 
				
			||||||
      label: Relevant log output
 | 
					      label: Install logs
 | 
				
			||||||
      description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
 | 
					      description: |
 | 
				
			||||||
      render: shell
 | 
					        Run the command below on the SSH terminal of your Wings machine and provide the link to logs.
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
 | 
					        **If using Pterodactyl 1.x or newer:**
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
 | 
					        `tail -n 100 $(ls -Alrt /var/log/pterodactyl/install/*.log | tail -1 | sed 's/  */ /g' | cut -s -d' ' -f9) | nc pteropaste.com 99`
 | 
				
			||||||
 | 
					        **If using legacy Pterodactyl 0.7:**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        `tail -n 100 $(ls -Alrt /srv/daemon/config/servers/*/install.log | tail -1 | sed 's/  */ /g' | cut -s -d' ' -f9) | nc pteropaste.com 99`
 | 
				
			||||||
 | 
					      placeholder: |
 | 
				
			||||||
 | 
					        https://pteropaste.com/exampleLogs
 | 
				
			||||||
 | 
					    validations:
 | 
				
			||||||
 | 
					      required: true
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user