mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			975 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			975 B
		
	
	
	
	
	
	
	
📑 Summary
Brief description about the content of your PR.
Resolves #
📏 Design Decisions
Describe the way your implementation works or what design decisions you made if applicable.
📋 Tasks
Make sure you
- 📖 have read the contribution guidelines
 - 💻 have added necessary unit/e2e tests.
 - 📓 have added documentation. Make sure 
MERMAID_RELEASE_VERSIONis used for all new features. - 🦋 If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running 
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.