Skip to content

Commit 67d21eb

Browse files
committed
plugins/explain.py: Added explanation for do not ask to ask
This patch adds response in case a user asks abrupt question. Closes #389
1 parent 2c2ae5e commit 67d21eb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

plugins/explain.py

+10
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ class Explain(BotPlugin):
8383
'newcomer Pull Request\n- merge a difficulty/low Pull '
8484
'Request\n- review at least a difficulty/low or higher '
8585
'Pull Request'
86+
'do not ask to ask': 'This is a lazy way of asking your question '
87+
'because you\'re asking for more than what '
88+
'you think you\'re asking. The solution is not '
89+
'to ask to ask, but just to ask by actaully '
90+
'formalizing it in words. Someone who is idling '
91+
'on the channel and only occasionally glances'
92+
'at what\'s going on is unlikely to answer '
93+
'to your "asking to ask" question, but your '
94+
'actual problem description may pique their '
95+
'interest and get them to answer.'
8696
}
8797

8898
ERROR_MSG = (

0 commit comments

Comments
 (0)