From 805f726f2e698dd29da5d42da3f43b0720cb76ed Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Thu, 6 Apr 2023 14:34:23 +0100 Subject: [PATCH] Fix issue template to feature correct command --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 40f0c6d405d0..f19ff982f638 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,7 +29,7 @@ body: id: system attributes: label: System - description: Please paste the results of `npx sb@next info` here. + description: Please paste the results of `npx storybook@latest info` here. render: shell - type: textarea id: context