We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2ae5e commit 67d21ebCopy full SHA for 67d21eb
plugins/explain.py
@@ -83,6 +83,16 @@ class Explain(BotPlugin):
83
'newcomer Pull Request\n- merge a difficulty/low Pull '
84
'Request\n- review at least a difficulty/low or higher '
85
'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.'
96
}
97
98
ERROR_MSG = (
0 commit comments