mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-01 03:42:08 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Bug Report
 | |
| description: Use issue template to report a bug.
 | |
| title: "[Bug Report] Title"
 | |
| labels: ["bug: need confirm"]
 | |
| body:
 | |
|   - type: input
 | |
|     id: reproduce
 | |
|     attributes:
 | |
|       label: Reproduction Link
 | |
|       description: Please provide a simple [codesandbox](https://codesandbox.io/s/vant-3-issue-template-8fuq5o) or GitHub repository link. Do not fill in invalid links, this will cause your issue to be closed directly.
 | |
|     validations:
 | |
|       required: true
 | |
| 
 | |
|   - type: input
 | |
|     id: version
 | |
|     attributes:
 | |
|       label: Vant Version
 | |
|       description: Please fill in the version actually installed in node_modules/vant/package.json
 | |
|       placeholder: E.g. 3.2.0
 | |
|     validations:
 | |
|       required: true
 | |
| 
 | |
|   - type: textarea
 | |
|     id: description
 | |
|     attributes:
 | |
|       label: Describe the Bug
 | |
|     validations:
 | |
|       required: true
 | |
| 
 | |
|   - type: textarea
 | |
|     id: reproduce-steps
 | |
|     attributes:
 | |
|       label: Reproduce Steps
 | |
|     validations:
 | |
|       required: true
 | |
| 
 | |
|   - type: input
 | |
|     id: browsers
 | |
|     attributes:
 | |
|       label: Device / Browser
 |