mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Add Option to Specify Installation Method in Bug Report Template (#1710)
* Add Option to Specify Installation Method in Bug Report Template * Update 1-bug.yml
This commit is contained in:
		
							parent
							
								
									8e5b3ea7f1
								
							
						
					
					
						commit
						6c9a4e8acc
					
				
							
								
								
									
										14
									
								
								.github/ISSUE_TEMPLATE/1-bug.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/ISSUE_TEMPLATE/1-bug.yml
									
									
									
									
										vendored
									
									
								
							@ -11,6 +11,20 @@ body:
 | 
			
		||||
 | 
			
		||||
        This issue form is for reporting bugs only. Please fill out the following sections to help us understand the issue you are facing.
 | 
			
		||||
 | 
			
		||||
  - type: dropdown
 | 
			
		||||
    id: installation-method
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: Installation Method
 | 
			
		||||
      description: |
 | 
			
		||||
        Indicate whether you are using Docker or a local installation.
 | 
			
		||||
      options:
 | 
			
		||||
        - Docker
 | 
			
		||||
        - Docker ultra lite
 | 
			
		||||
        - Docker fat
 | 
			
		||||
        - Local Installation
 | 
			
		||||
      validations:
 | 
			
		||||
        required: true
 | 
			
		||||
 | 
			
		||||
  - type: textarea
 | 
			
		||||
    id: problem
 | 
			
		||||
    validations:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user