mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	Create syntaxt_proposal.yml
This commit is contained in:
		
				
					committed by
					
						
						Sidharth Vinod
					
				
			
			
				
	
			
			
			
						parent
						
							6ef3e7f536
						
					
				
				
					commit
					312e5f3d96
				
			
							
								
								
									
										25
									
								
								.github/ISSUE_TEMPLATE/syntaxt_proposal.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								.github/ISSUE_TEMPLATE/syntaxt_proposal.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
name: Syntax Proposal
 | 
			
		||||
description: Suggest a new Syntax to add to Mermaid.js.
 | 
			
		||||
labels:
 | 
			
		||||
  - "Status: Triage"
 | 
			
		||||
  - "Type: Enhancement"
 | 
			
		||||
 | 
			
		||||
body:
 | 
			
		||||
  - type: markdown
 | 
			
		||||
    attributes:
 | 
			
		||||
      value: |-
 | 
			
		||||
        Thank you for suggesting a new Syntax for Mermaid.js!
 | 
			
		||||
        
 | 
			
		||||
        We are always excited for new ideas to make the library more advanced and useful for people.
 | 
			
		||||
        Please take your time to fill out the below sections with as much detail as you can.
 | 
			
		||||
  - type: textarea
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: Proposal
 | 
			
		||||
      description: A clear and concise description of what Syntax should be added to Mermaid.js.
 | 
			
		||||
      placeholder: Mermaid.js should add ... because ...
 | 
			
		||||
    validations:
 | 
			
		||||
      required: true
 | 
			
		||||
  - type: textarea
 | 
			
		||||
    attributes:
 | 
			
		||||
      label: Screenshots
 | 
			
		||||
      description: If applicable, add screenshots to show possible examples of how the theme may look like.
 | 
			
		||||
		Reference in New Issue
	
	Block a user