From f884c85b9b100eacbf66f0751be2356b8b4e06dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Wed, 7 Sep 2016 12:50:54 -0700 Subject: [PATCH] Add new NMI saved reply --- browser-extension.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser-extension.json b/browser-extension.json index 0dc312391..7f1e6d154 100644 --- a/browser-extension.json +++ b/browser-extension.json @@ -5,6 +5,7 @@ "internalRepository": "fbsource", "cannedReplies": { "Stack Overflow": "Thanks for your question!\n\nWe want to make sure to keep signal strong in the GitHub issue tracker – to make sure that it remains the best place to track issues that affect the development of React Native.\n\nQuestions like yours deserve a purpose-built Q&A forum. Would you like to [post this question to Stack Overflow with the tag #react-native](http://stackoverflow.com/questions/tagged/react-native)? We'll be happy to answer there. Post a link to your Stack Overflow question here, so that we don't lose track of it.", - "Reject Showcase App": "Thanks for sending this pull request. According to the guidelines in that file, \"infoLink\" must be one of:\n\n 1/ An English-language news article discussing the app, built either by a funded startup or for a public company\n2/ An English-language technical post on a funded startup or public company blog discussing React Native\n\nI am going to close this, but if you have one of those two things, feel free to reopen with a new link." + "Reject Showcase App": "Thanks for sending this pull request. According to the guidelines in that file, \"infoLink\" must be one of:\n\n 1/ An English-language news article discussing the app, built either by a funded startup or for a public company\n2/ An English-language technical post on a funded startup or public company blog discussing React Native\n\nI am going to close this, but if you have one of those two things, feel free to reopen with a new link.", + "Needs More Info": "Hey, thanks for reporting this issue!\n\nIt looks like your description is missing some necessary information. Can you please add all the details specified in the [template](https://github.com/facebook/react-native/blob/master/.github/ISSUE_TEMPLATE.md)? This is necessary for people to be able to understand and reproduce the issue being reported.\n\nI am going to close this, but we can reopen if additional information is provided. Thanks!" } }