From d52d053b03f2410b03c71cea694acaa3fcec1a06 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Wed, 28 Feb 2024 12:00:04 -0500 Subject: [PATCH] chore: specify where to run `npx react-native info` for bug reports the "info" command is not known to the react-native wrapper on npmjs.com so "info" only works if you run it from inside a directory where react-native is installed as a local package --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 90452df9f..f1bfa704e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,8 @@ labels: 'bug report' ## Environment