From 12e3352ce51e56ac2eb27dae8156aee6338bc9bc Mon Sep 17 00:00:00 2001 From: Tim Gover <990920+timg236@users.noreply.github.com> Date: Fri, 11 Feb 2022 08:53:24 +0000 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f054d66..49e651d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -81,13 +81,11 @@ body: label: NVMe boot description: | Before using NVMe as the boot device it's advisble to verify that the NVMe storage is working reliably when mounted from Linux. Please specify the make and model and also capture the following information from a working system when reporting NVMe issues. -```bash -sudo apt-get install nvme-cli -sudo nvme list -sudo nvme id-ctrl -H /dev/nvme0 -sudo nvme list-ns /dev/nvme0 -sudo nvme id-ns -H /dev/nvme0 --namespace-id=1 -``` + * `sudo apt-get install nvme-cli` + * `sudo nvme list` + * `sudo nvme id-ctrl -H /dev/nvme0` + * `sudo nvme list-ns /dev/nvme0` + * `sudo nvme id-ns -H /dev/nvme0 --namespace-id=1` validations: required: false