updated issue templates

This commit is contained in:
Mike Farah 2020-11-25 22:22:16 +11:00
parent 5972bb2f23
commit 9302279dd2
2 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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