From f0feadee2447a656db02a9753e8b5e9d7a350f44 Mon Sep 17 00:00:00 2001 From: Matthew Hagemann Date: Wed, 13 Nov 2024 17:54:02 +0200 Subject: [PATCH] feat: add snapd to requested snap info cmd --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index d0d9279fb..ee05b6ad7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -66,7 +66,7 @@ body: label: System info description: | Please run this command in your terminal: - ```uname -rv && snap info snap-store``` + ```uname -rv && snap info snap-store snapd``` and paste the output here. It will give us information about your system such as the kernel version and the versions of the relevant packages. validations: required: false