mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			721 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			721 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Feature Request
 | 
						|
description: "Submit a feature request for Yosys"
 | 
						|
labels: ["feature-request"]
 | 
						|
body:
 | 
						|
  - type: markdown
 | 
						|
    attributes:
 | 
						|
      value: >
 | 
						|
 | 
						|
        If you have a general question, please ask it on the [Discourse forum](https://yosyshq.discourse.group/).
 | 
						|
 | 
						|
 | 
						|
        If you have a bug report, please fill out the appropriate issue form, this form is for feature requests.
 | 
						|
 | 
						|
 | 
						|
        Please contact [YosysHQ GmbH](https://www.yosyshq.com/) if you need
 | 
						|
        commercial support or work done for Yosys.
 | 
						|
 | 
						|
  - type: textarea
 | 
						|
    id: feature_description
 | 
						|
    attributes:
 | 
						|
      label: Feature Description
 | 
						|
      description: "A clear and detailed description of the feature."
 | 
						|
    validations:
 | 
						|
      required: true
 | 
						|
 |