mirror of
				https://github.com/vdsm/virtual-dsm.git
				synced 2025-11-04 08:54:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: "\U0001F6A8 Technical issue"
 | 
						|
description: When you're experiencing problems using the container
 | 
						|
body:
 | 
						|
  - type: input
 | 
						|
    id: os
 | 
						|
    attributes:
 | 
						|
      label: Operating system
 | 
						|
      description: Your Linux distribution (can be shown by `lsb_release -a`).
 | 
						|
      placeholder: e.g. Ubuntu 24.04
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
  - type: textarea
 | 
						|
    id: summary
 | 
						|
    attributes:
 | 
						|
      label: Description
 | 
						|
      description: A clear and concise description of your issue.
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
  - type: textarea
 | 
						|
    id: compose
 | 
						|
    attributes:
 | 
						|
      label: Docker compose
 | 
						|
      description: The compose file (or otherwise the `docker run` command used).
 | 
						|
      render: yaml
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
  - type: textarea
 | 
						|
    id: log
 | 
						|
    attributes:
 | 
						|
      label: Docker log
 | 
						|
      description: The logfile of the container (as shown by `docker logs dsm`).
 | 
						|
      render: shell
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
  - type: textarea
 | 
						|
    id: screenshot
 | 
						|
    attributes:
 | 
						|
      label: Screenshots (optional)
 | 
						|
      description: Screenshots that might help to make the problem more clear.
 | 
						|
    validations:
 | 
						|
      required: false
 |