mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	github: issues: added an OS dropdown to the issue template
This commit is contained in:
		
							parent
							
								
									fcf742837e
								
							
						
					
					
						commit
						f35c062354
					
				
					 1 changed files with 13 additions and 1 deletions
				
			
		
							
								
								
									
										14
									
								
								.github/ISSUE_TEMPLATE/bug_report.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/ISSUE_TEMPLATE/bug_report.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -25,6 +25,19 @@ body:
 | 
			
		|||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
 | 
			
		||||
  - type: dropdown
 | 
			
		||||
    id: os
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: On which OS did this happen?
 | 
			
		||||
      options:
 | 
			
		||||
        - Linux
 | 
			
		||||
        - macOS
 | 
			
		||||
        - Windows
 | 
			
		||||
        - BSD
 | 
			
		||||
      multiple: true
 | 
			
		||||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
 | 
			
		||||
  - type: markdown
 | 
			
		||||
    attributes:
 | 
			
		||||
      value: >
 | 
			
		||||
| 
						 | 
				
			
			@ -60,4 +73,3 @@ body:
 | 
			
		|||
      description: "Please describe how the behavior you see differs from the expected behavior."
 | 
			
		||||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue