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