summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-11-30 06:01:32 +0000
committerGitHub <noreply@github.com>2023-11-30 01:01:32 -0500
commit61704d9466d580c460314566d977c4a50c667fa1 (patch)
treefeb9d0210f3af77982d93e3bdd104e7f0628d483
parent2db881e3cfe939e78173671a2696238813cd3465 (diff)
github: update filesystem issue template section (#1342)
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml23
1 files changed, 16 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index db428e95..d6c4a69b 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -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