From 03c16bdde81f64f47ce5220565f10f46cef9a9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Fri, 25 Jan 2019 17:07:58 -0800 Subject: [PATCH] Template Tweak Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/23164 Differential Revision: D13829188 Pulled By: hramos fbshipit-source-id: 2631bf7a766496f6b1440e73a5059124a0392860 --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d31f3a36c..b6468a065 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,3 @@ -GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. +Please use one of the provided templates: +- https://github.com/facebook/react-native/issues/new/choose -Please take a look at the issue templates at https://github.com/facebook/react-native/issues/new/choose before submitting a new issue. Following one of the issue templates will ensure maintainers can route your request efficiently. Thanks!