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

41 lines
910 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 operating system and processor architecture are you using?
### 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.
To get more information about what is going on you can try to force a format ask for verbose
output using "fq -d <format> v file"
-->
### What result did you expect?
2022-01-25 22:37:32 +03:00
### What did you see instead?