mirror of
				https://github.com/taigrr/yq
				synced 2025-01-18 04:53:17 -08:00 
			
		
		
		
	updated issue templates
This commit is contained in:
		
							parent
							
								
									5972bb2f23
								
							
						
					
					
						commit
						9302279dd2
					
				
							
								
								
									
										4
									
								
								.github/ISSUE_TEMPLATE/bug_report.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/ISSUE_TEMPLATE/bug_report.md
									
									
									
									
										vendored
									
									
								
							| @ -1,5 +1,5 @@ | ||||
| --- | ||||
| name: Bug report | ||||
| name: Bug report - V3 / V4 | ||||
| about: Create a report to help us improve | ||||
| title: '' | ||||
| labels: bug | ||||
| @ -14,7 +14,7 @@ version of yq: | ||||
| operating system: | ||||
| 
 | ||||
| **Input Yaml** | ||||
| Concise yaml document(s) (as simple as possible to show the bug) | ||||
| Concise yaml document(s) (as simple as possible to show the bug, please keep it to 10 lines or less) | ||||
| data1.yml: | ||||
| ```yaml | ||||
| this: should really work | ||||
|  | ||||
							
								
								
									
										12
									
								
								.github/ISSUE_TEMPLATE/feature_request.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/ISSUE_TEMPLATE/feature_request.md
									
									
									
									
										vendored
									
									
								
							| @ -1,5 +1,5 @@ | ||||
| --- | ||||
| name: Feature request | ||||
| name: Feature request - V4 | ||||
| about: Suggest an idea for this project | ||||
| title: '' | ||||
| labels: enhancement | ||||
| @ -7,11 +7,15 @@ assignees: '' | ||||
| 
 | ||||
| --- | ||||
| 
 | ||||
| **Is your feature request related to a problem? Please describe.** | ||||
| A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||||
| **Please describe your feature request.** | ||||
| A clear and concise description of what the request is and what it would solve.  | ||||
| Ex. I wish I could use yq to [...] | ||||
| 
 | ||||
| Please note that V3 will no longer have any enhancements. | ||||
| 
 | ||||
| **Describe the solution you'd like** | ||||
| If we have data1.yml like: | ||||
| (please keep to around 10 lines ) | ||||
| 
 | ||||
| ```yaml | ||||
| country: Australia | ||||
| @ -20,7 +24,7 @@ country: Australia | ||||
| And we run a command: | ||||
| 
 | ||||
| ```bash | ||||
| yq predictWeather data1.yml | ||||
| yq eval 'predictWeatherOf(.country)' | ||||
| ``` | ||||
| 
 | ||||
| it could output | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user