github: update filesystem issue template section (#1342)

This commit is contained in:
Clement Tsang 2023-11-30 06:01:32 +00:00 committed by GitHub
parent 2db881e3cf
commit 61704d9466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 7 deletions

View File

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