From a72a7bc2c2f5ce541106819018b13e65d82e8866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Tue, 10 Oct 2017 11:39:26 -0700 Subject: [PATCH] Add missing template label when closing using a bot command --- bots/IssueCommands.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bots/IssueCommands.txt b/bots/IssueCommands.txt index 0f11bb172bdd3c..904d2c398f01aa 100644 --- a/bots/IssueCommands.txt +++ b/bots/IssueCommands.txt @@ -26,8 +26,9 @@ add-label Needs Response from Author close @facebook-github-bot no-template -comment Hey, thanks for reporting this issue! It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the [Issue Template](https://raw.githubusercontent.com/facebook/react-native/master/.github/ISSUE_TEMPLATE.md)? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! See ["What to Expect from Maintainers"](https://facebook.github.io/react-native/docs/maintainers.html#handling-issues) to learn more. +comment Hey, thanks for reporting this issue! It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the [Issue Template](https://raw.githubusercontent.com/facebook/react-native/master/.github/ISSUE_TEMPLATE.md)? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided and someone will take a look. See ["What to Expect from Maintainers"](https://facebook.github.io/react-native/docs/maintainers.html#handling-issues) to learn more. add-label Needs more information +add-label Missing required information from template close @facebook-github-bot close