mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-31 19:42:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			325 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			325 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| -{{#if scope}} {{scope}}:
 | |
| {{~/if}} {{#if subject}}
 | |
|   {{~subject}}
 | |
| {{~else}}
 | |
|   {{~header}}
 | |
| {{~/if}}
 | |
| {{#if references~}}
 | |
|   {{~#each references}} [{{~this.repository}}#{{this.issue}}]({{~@root.repoUrl}}/{{~@root.issue}}/{{this.issue}}){{/each}}
 | |
| {{~else}} [{{shortHash}}]({{~@root.repoUrl}}/{{~@root.commit}}/{{hash}})
 | |
| {{~/if}}
 | |
| 
 |