Add a bookmarklet to comment on questions
For higher accuraccy (and less clowniness) it might be better to have the question bot only label issues that are potentially questions and then have people quickly go through those issues and use this bookmarklet to comment on them.
This commit is contained in:
parent
0fe074acbd
commit
848a151ff8
|
@ -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()})()
|
Loading…
Reference in New Issue