From af1f2728a0f0c19e9e407549d81e7f386af0f0a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Fri, 25 Jan 2019 16:12:17 -0800 Subject: [PATCH] Label issues that use the Bug Report template (#23162) Summary: This will allow the bot to more easily target issues that circumvent the bug report template. Pull Request resolved: https://github.com/facebook/react-native/pull/23162 Differential Revision: D13827908 Pulled By: hramos fbshipit-source-id: 712e0fba7b9b33f8b05cbd9294c6725f677fdb09 --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4d4307e22..d3f49e394 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: I want to report an issue with React Native. about: You want to report a reproducible bug or regression in React Native. +labels: "Bug Report" ---