From 3b146cdac1801948cfe26897ed501a7af52d1ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Wed, 8 Mar 2017 16:08:32 -0800 Subject: [PATCH] Add dev tools version to new issue template Summary: It's sometimes helpful to provide the Xcode version being used, as in the case of #12795. Closes https://github.com/facebook/react-native/pull/12811 Differential Revision: D4677123 Pulled By: hramos fbshipit-source-id: 28890d1ac65400d4e98ae2eb77e2d7a1a02b9d05 --- .github/ISSUE_TEMPLATE.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ad776d931..c7b878bad 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,11 @@ -We use GitHub Issues for bugs. +Please read the following carefully before opening a new issue. -If you have a non-bug question, ask on Stack Overflow: http://stackoverflow.com/questions/tagged/react-native +We use GitHub Issues for tracking bugs in React Native. -If you have a feature request, post it on Product Pains: https://productpains.com/product/react-native/ +- If you have a non-bug question, ask on Stack Overflow: http://stackoverflow.com/questions/tagged/react-native +- If you have a feature request, post it on Canny: https://react-native.canny.io/feature-requests + +Your issue may be closed without explanation if it does not provide the information required by this template. --- Please use this template, and delete everything above this line before submitting your issue --- @@ -23,3 +26,4 @@ If you have a feature request, post it on Product Pains: https://productpains.co * React Native version: [FILL THIS OUT: Does the bug reproduce on the latest RN release?] * Platform: [FILL THIS OUT: iOS, Android, or both?] * Operating System: [FILL THIS OUT: MacOS, Linux, or Windows?] +* Dev tools: [FILL THIS OUT: Xcode or Android Studio version, iOS or Android SDK version, if applicable]