From 0eadad1f143476e3af24a976f2ffb0a518c1927c Mon Sep 17 00:00:00 2001 From: AllanFly120 Date: Tue, 30 Jun 2020 15:08:19 -0700 Subject: [PATCH] chore: update bug report template for bugs in RN. --- .github/ISSUE_TEMPLATE/---bug-report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index 96f3a083e423..9b148f30469a 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -12,11 +12,11 @@ A clear and concise description of what the bug is. **SDK version number** -**Is the issue in the browser/Node.js?** -Browser/Node.js +**Is the issue in the browser/Node.js/ReactNative?** +Browser/Node.js/ReactNative -**Details of the browser/Node.js version** -Paste output of `npx envinfo --browsers` or `node -v` +**Details of the browser/Node.js/ReactNative version** +Paste output of `npx envinfo --browsers` or `node -v` or `react-native -v` **To Reproduce (observed behavior)** Steps to reproduce the behavior (please share code or minimal repo)