Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion plugins/explain.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,19 @@ class Explain(BotPlugin):
'newcomer Pull Request\n- review at least a difficulty/'
'newcomer Pull Request\n- merge a difficulty/low Pull '
'Request\n- review at least a difficulty/low or higher '
'Pull Request'
'Pull Request',
'do not ask to ask': 'This seems a lazy way of asking your question '
'Don\'t take it personally. It\'s just that '
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use double quotes around the whole string instead of escaping the single quotes. That way you can keep the single quotes in the string more readable. (this comment applies to all of the instances)

'you\'re asking for more than what you think '
'you\'re asking. The solution is not to simply '
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the sentance The solution is not to simply [snip]... is too wordy. Please reword it to be more concise.

'question people about them, but just to '
'ask for your piece of information by actaully '
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in "actually"

'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 '
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete to

'actual problem description may pique their '
'interest and get them to answer.'
}

ERROR_MSG = (
Expand Down