From 6c3c8b7ca3cb84a1e32dad832cfc0119a1df9455 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 13 Feb 2025 07:37:00 -0800 Subject: [PATCH] Do not reference react-native info in the Issue Template (#49367) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49367 Users should use `npx react-native-community/cli info` instead. This updates the issue template. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi Differential Revision: D69533810 fbshipit-source-id: 7fd1718c96f1b160ed53cd17752f64d887143662 --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- .github/ISSUE_TEMPLATE/debugger_bug_report.yml | 6 +++--- .github/ISSUE_TEMPLATE/new_architecture_bug_report.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bcb132141cf..00d0b00f9a7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -69,10 +69,10 @@ body: - type: textarea id: react-native-info attributes: - label: Output of `npx react-native info` - description: Run `npx react-native info` in your terminal, copy and paste the results here. + label: Output of `npx @react-native-community/cli info` + description: Run `npx @react-native-community/cli info` in your terminal, copy and paste the results here. placeholder: | - Paste the output of `npx react-native info` here. The output looks like: + Paste the output of `npx @react-native-community/cli info` here. The output looks like: ... System: OS: macOS 14.1.1 diff --git a/.github/ISSUE_TEMPLATE/debugger_bug_report.yml b/.github/ISSUE_TEMPLATE/debugger_bug_report.yml index 1bbebd8e784..b586e9b5266 100644 --- a/.github/ISSUE_TEMPLATE/debugger_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/debugger_bug_report.yml @@ -48,10 +48,10 @@ body: - type: textarea id: react-native-info attributes: - label: Output of `npx react-native info` - description: Run `npx react-native info` in your terminal, copy and paste the results here. + label: Output of `npx @react-native-community/cli info` + description: Run `npx @react-native-community/cli info` in your terminal, copy and paste the results here. placeholder: | - Paste the output of `npx react-native info` here. The output looks like: + Paste the output of `npx @react-native-community/cli info` here. The output looks like: ... System: OS: macOS 14.1.1 diff --git a/.github/ISSUE_TEMPLATE/new_architecture_bug_report.yml b/.github/ISSUE_TEMPLATE/new_architecture_bug_report.yml index 452c7899eab..f2870c540af 100644 --- a/.github/ISSUE_TEMPLATE/new_architecture_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/new_architecture_bug_report.yml @@ -81,10 +81,10 @@ body: - type: textarea id: react-native-info attributes: - label: Output of `npx react-native info` - description: Run `npx react-native info` in your terminal, copy and paste the results here. + label: Output of `npx @react-native-community/cli info` + description: Run `npx @react-native-community/cli info` in your terminal, copy and paste the results here. placeholder: | - Paste the output of `npx react-native info` here. The output looks like: + Paste the output of `npx @react-native-community/cli info` here. The output looks like: ... System: OS: macOS 14.1.1