mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-26 23:24:20 +02:00
github: add section on whether you're using ZFS (#1299)
This commit is contained in:
parent
f38fbf0d8b
commit
494bed6ee2
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -49,6 +49,18 @@ body:
|
|||||||
that are experiencing the issue, as well as their version and any relevant settings (e.g. terminal theme).
|
that are experiencing the issue, as well as their version and any relevant settings (e.g. terminal theme).
|
||||||
placeholder: kitty 0.25.2
|
placeholder: kitty 0.25.2
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: zfs
|
||||||
|
attributes:
|
||||||
|
label: Are you using ZFS?
|
||||||
|
description: >
|
||||||
|
Are you using ZFS on your system(s)?
|
||||||
|
multiple: false
|
||||||
|
options:
|
||||||
|
- "Yes"
|
||||||
|
- "No"
|
||||||
|
- "Not sure"
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
validations:
|
validations:
|
||||||
@ -60,7 +72,7 @@ body:
|
|||||||
a nightly/non-release version, please also specify that.
|
a nightly/non-release version, please also specify that.
|
||||||
placeholder: 0.9.6
|
placeholder: 0.9.6
|
||||||
|
|
||||||
- type: input
|
- type: textarea
|
||||||
id: install
|
id: install
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -84,8 +96,7 @@ body:
|
|||||||
Give a description of the issue. If possible, provide screenshots/videos.
|
Give a description of the issue. If possible, provide screenshots/videos.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example:
|
Example:
|
||||||
bottom is failing to output information for a mounted encrypted partition on basic mode. It should
|
bottom is failing to output information for a mounted encrypted partition on basic mode. It should be able to report this information, but I'm not seeing the entry at all.
|
||||||
be able to report this information, but I'm not seeing the entry at all.
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: expected
|
id: expected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user