Skip to content

Commit aa16eaa

Browse files
authored
update issue templates to use info command (#975)
1 parent adb50ec commit aa16eaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
description: |
1414
Please copy and paste output of the following command. This will be automatically formatted into code, so no need for backticks.
1515
```bash
16-
npx envinfo --system --binaries --npmPackages "@aws-amplify/backend,@aws-amplify/backend-cli,typescript,aws-cdk,aws-cdk-lib,aws-amplify" --showNotFound
16+
npx amplify info
1717
```
1818
render: plain text
1919
validations:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
description: |
1414
Please copy and paste output of the following command. This will be automatically formatted into code, so no need for backticks.
1515
```bash
16-
npx envinfo --system --binaries --npmPackages "@aws-amplify/backend,@aws-amplify/backend-cli,typescript,aws-cdk,aws-cdk-lib,aws-amplify" --showNotFound
16+
npx amplify info
1717
```
1818
render: plain text
1919
validations:

0 commit comments

Comments
 (0)