Skip to content

Commit

Permalink
plugins/explain.py: Added explanation for do not ask to ask
Browse files Browse the repository at this point in the history
This patch adds response in case a user asks abrupt question.

Closes #389
  • Loading branch information
yashasingh committed Nov 28, 2017
1 parent 2c2ae5e commit 67d21eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins/explain.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ class Explain(BotPlugin):
'newcomer Pull Request\n- merge a difficulty/low Pull '
'Request\n- review at least a difficulty/low or higher '
'Pull Request'
'do not ask to ask': 'This is a lazy way of asking your question '
'because you\'re asking for more than what '
'you think you\'re asking. The solution is not '
'to ask to ask, but just to ask by actaully '
'formalizing it in words. Someone who is idling '
'on the channel and only occasionally glances'
'at what\'s going on is unlikely to answer '
'to your "asking to ask" question, but your '
'actual problem description may pique their '
'interest and get them to answer.'
}

ERROR_MSG = (
Expand Down

0 comments on commit 67d21eb

Please sign in to comment.