1
1
mirror of https://github.com/wader/fq.git synced 2024-10-27 04:09:37 +03:00
fq/.github/ISSUE_TEMPLATE/issue.md

39 lines
846 B
Markdown
Raw Normal View History

2022-01-25 22:37:32 +03:00
---
name: Problem
about: Problem with tool or format
2022-01-25 22:37:32 +03:00
---
<!--
Please answer these questions if possible before submitting your issue. Thanks!
-->
### What version are you using (`fq -v`)?
<pre>
$ fq -v
</pre>
### How was fq installed?
<!--
Please describe how/from what source fq was installed, for example using
FreeBSD ports, Alpine experimental repository or manually built from source
-->
### Can you reproduce the problem using the latest release or master branch?
2022-01-25 22:37:32 +03:00
### What did you do?
<!--
Please provide command line arguments, jq script, command output etc.
If possible please attach or share link to affected example files.
2022-01-26 18:50:32 +03:00
To get more information about what is going on you can try to force a format and
ask for verbose output using "fq -d <format> dv file"
2022-01-25 22:37:32 +03:00
-->
### What result did you expect?
2022-01-25 22:37:32 +03:00
### What did you see instead?