diff --git a/bots/question-bookmarklet.js b/bots/question-bookmarklet.js new file mode 100644 index 000000000..f8d0ce52e --- /dev/null +++ b/bots/question-bookmarklet.js @@ -0,0 +1 @@ +javascript:(function(){$('#new_comment_field')[0].value='Hey and thanks for reporting this!\n\nThis issue looks like a question - please use [Stack Overflow](http://stackoverflow.com/questions/tagged/react-native) for questions. It\'s the best system for Q&A and the best way to get questions answered.\n\nMany people from the community hang out on Stack Overflow and will be able to see your question and be more likely to answer because of the reputation system. If after reading this you think your question is better suited for Stack Overflow, please consider closing this issue.';$('button.btn-primary:contains("Comment")').click()})() \ No newline at end of file