From 5d960d494a32ff3735ce34fa92d3835448e8c997 Mon Sep 17 00:00:00 2001 From: Surma Date: Tue, 1 Oct 2024 14:36:33 +0100 Subject: [PATCH] Remove reference to package.json --- .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 f95e5f82325..659977db51e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -89,7 +89,7 @@ body: - type: input id: cli_version attributes: - label: Shopify CLI version (check your project's `package.json` if you're not sure) + label: Shopify CLI version (`shopify --version`) validations: required: true - type: input