From a32ad73330d49632cd4984303f384ce149890ad8 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Tue, 30 Mar 2021 13:52:51 -0400 Subject: [PATCH] Ask for node version in bug reports --- .github/ISSUE_TEMPLATE/bug_report.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e8051a803..8d9c8982e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,9 +25,10 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - WMR Version [e.g. 22] + - OS: [e.g. MacOS 11.2.3, Windows 10] + - Browser: [e.g. chrome, safari] + - Node Version: [e.g. 15.8] + - WMR Version: [e.g. 1.3.1] **Additional context** Add any other context about the problem here.