github: update filesystem issue template section (#1342)
This commit is contained in:
parent
2db881e3cf
commit
61704d9466
|
@ -38,7 +38,7 @@ body:
|
|||
- arm64
|
||||
- arm32
|
||||
- x86
|
||||
- Other (*please specify above in description*)
|
||||
- Other (*please specify in the Additional Information area at the end*)
|
||||
|
||||
- type: textarea
|
||||
id: terminal
|
||||
|
@ -50,15 +50,21 @@ body:
|
|||
placeholder: kitty 0.25.2
|
||||
|
||||
- type: dropdown
|
||||
id: zfs
|
||||
id: filesystem
|
||||
attributes:
|
||||
label: Are you using ZFS?
|
||||
label: What filesystem are you using?
|
||||
description: >
|
||||
Are you using ZFS on your system(s)?
|
||||
multiple: false
|
||||
If you happen to know, select what filesystem(s) you are experiencing the described problem on.
|
||||
multiple: true
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
- "ext4"
|
||||
- "NTFS"
|
||||
- "exFAT"
|
||||
- "FAT"
|
||||
- "ZFS"
|
||||
- "Btrfs"
|
||||
- "APFS"
|
||||
- "Other (*please specify in the Additional Information area at the end*)"
|
||||
- "Not sure"
|
||||
|
||||
- type: input
|
||||
|
@ -70,6 +76,9 @@ body:
|
|||
description: >
|
||||
Please provide which version of `bottom` you're running, which you can find with `btm -V`. If you are using
|
||||
a nightly/non-release version, please also specify that.
|
||||
|
||||
It would also be helpful if you are not running [the latest version](https://github.com/ClementTsang/bottom/releases/latest)
|
||||
to try that as well to see if the issue is still there.
|
||||
placeholder: 0.9.6
|
||||
|
||||
- type: textarea
|
||||
|
|
Loading…
Reference in New Issue