mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-30 20:22:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			63 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Installation Issue
 | |
| description: Report issues installing the DarkflameServer on your system
 | |
| title: "BUILD: "
 | |
| labels: ["build", "triage"]
 | |
| 
 | |
| body:
 | |
|   - type: checkboxes
 | |
|     id: checks
 | |
|     attributes:
 | |
|       label: "Make sure you've done the following:"
 | |
|       options:
 | |
|         - label: >
 | |
|             I have read the [installation guide](https://github.com/DarkflameUniverse/DarkflameServer/blob/main/README.md).
 | |
|           required: true
 | |
|   - type: input
 | |
|     id: server-version
 | |
|     attributes:
 | |
|       label: DarkflameServer Version
 | |
|       description: >
 | |
|         DarkflameServer version or commit SHA (can be obtained with `git rev-parse --short HEAD`)
 | |
|     validations:
 | |
|       required: true
 | |
|   - type: dropdown
 | |
|     id: platform
 | |
|     attributes:
 | |
|       label: Platform
 | |
|       description: >
 | |
|         Please provide on which platform you've tried to install DarkflameServer
 | |
|       options:
 | |
|         - Windows
 | |
|         - WSL1
 | |
|         - WSL2
 | |
|         - macOS
 | |
|         - Ubuntu
 | |
|         - Other
 | |
|     validations:
 | |
|       required: true
 | |
|   - type: dropdown
 | |
|     id: architecture
 | |
|     attributes:
 | |
|       label: Architecture
 | |
|       description: >
 | |
|         Please provide on which architecture you've tried to install DarkflameServer
 | |
|       options:
 | |
|         - x86
 | |
|         - ARM
 | |
|     validations:
 | |
|       required: true
 | |
|   - type: textarea
 | |
|     id: logs
 | |
|     attributes:
 | |
|       label: Error Logs
 | |
|       description: >
 | |
|         If possible, please copy and paste the error logs when attempting to install DarkflameServer.
 | |
|       value: >
 | |
|         <details>
 | |
| 
 | |
| 
 | |
|         Replace this line with the error logs.
 | |
| 
 | |
| 
 | |
|         </details>
 | 
