summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-09-10 22:43:33 -0400
committerGitHub <noreply@github.com>2023-09-10 22:43:33 -0400
commit494bed6ee2c5e5eb5e6050543e283f750269bd58 (patch)
tree6cf22505fa04f537bbacf05642f1b324aaa27e48
parentf38fbf0d8b5d6453ad099b547e22d19ff4358f87 (diff)
github: add section on whether you're using ZFS (#1299)
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml17
1 files changed, 14 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index a4d44528..db428e95 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -49,6 +49,18 @@ body:
that are experiencing the issue, as well as their version and any relevant settings (e.g. terminal theme).
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
id: version
validations:
@@ -60,7 +72,7 @@ body:
a nightly/non-release version, please also specify that.
placeholder: 0.9.6
- - type: input
+ - type: textarea
id: install
validations:
required: true
@@ -84,8 +96,7 @@ body:
Give a description of the issue. If possible, provide screenshots/videos.
placeholder: |
Example:
- 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.
+ 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.
- type: textarea
id: expected