Skip to content

Commit 890efa2

Browse files
authored
fix: Wrong package listed in issue templates for retrieving system info (#1557)
1 parent 4b81641 commit 890efa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ A clear and concise description of what you expected to happen.
2525
**Please mention any other relevant information**
2626
Add any other context about the problem here.
2727

28-
Please paste the results of `npx preact info` here.
28+
Please paste the results of `npx preact-cli info` here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ A clear and concise description of what you want to happen.
1717

1818
**Please mention any other relevant information.**
1919

20-
Please paste the results of `npx preact info` here.
20+
Please paste the results of `npx preact-cli info` here.

0 commit comments

Comments
 (0)