mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-04 12:52:08 +08:00 
			
		
		
		
	
		
			
				
	
	
	
		
			633 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			633 B
		
	
	
	
	
	
	
	
Before submitting a pull request, please make sure the following is done:
- Read the contributing guide.
 - If you've added code that should be tested, add tests.
 - If you've changed APIs, update the documentation.
 - Ensure the test suite passes (
npm test). 
Title Format
type(ComponentName?):commit message
Example:
- docs: fix typo in quickstart
 - build: optimize build speed
 - fix(Button): incorrect style
 - feat(Button): add color prop
 
Allowed Types:
- fix
 - feat
 - docs
 - perf
 - test
 - types
 - build
 - chore
 - refactor
 - breaking change