From aa16eaabca1edb655c7a59241f9aba5f73f32237 Mon Sep 17 00:00:00 2001 From: Kethan sai Date: Wed, 7 Feb 2024 22:04:15 -0500 Subject: [PATCH] update issue templates to use info command (#975) --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index e06cc6009c..acba024823 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -13,7 +13,7 @@ body: description: | Please copy and paste output of the following command. This will be automatically formatted into code, so no need for backticks. ```bash - npx envinfo --system --binaries --npmPackages "@aws-amplify/backend,@aws-amplify/backend-cli,typescript,aws-cdk,aws-cdk-lib,aws-amplify" --showNotFound + npx amplify info ``` render: plain text validations: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 5e1f249a8a..019acdf61f 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -13,7 +13,7 @@ body: description: | Please copy and paste output of the following command. This will be automatically formatted into code, so no need for backticks. ```bash - npx envinfo --system --binaries --npmPackages "@aws-amplify/backend,@aws-amplify/backend-cli,typescript,aws-cdk,aws-cdk-lib,aws-amplify" --showNotFound + npx amplify info ``` render: plain text validations: