Skip to content

Commit

Permalink
add line for deletions (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamentry authored Apr 10, 2024
1 parent 7d60cbc commit 0bee201
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ftsbot/cogs/textcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,16 +273,17 @@ async def adminrequestrequirements(
description=(
'__What are the minimum requirements for any admin requests?__\n'
+ '- provide an explanation what should be done\n'
+ '- be as precise as possible and include links where possible\n'
+ '- be as precise as possible and include links when possible\n'
+ ' - for bans, it helps to link to contributions pages or edits that are ban worthy\n'
+ ' - for changes on locked pages, link to the page that is to be changed\n'
+ ' - for changes on locked pages, link to the page that needs to be changed\n'
+ ' - for bot runs, if you know the exact command it is appreciated, if you do not '
+ 'know it, write down exactly what is to be done and on which wiki\n'
+ 'know it, write down exactly what should be changed and on which wiki\n'
+ ' - for page deletions, link the pages and explain why they should be deleted\n'
+ '- explain why it should be done\n'
+ ' - for changes on locked pages (e.g. css sheets), this includes specific examples '
+ 'that get fixed/improved due to the change and if possible also a reasoning why it '
+ ' - for changes on locked pages (e.g. css sheets), include specific examples '
+ 'that will be fixed/improved due to the change and if possible also a reasoning why it '
+ 'doesn\'t break other stuff\n'
+ ' - for bans, it includes the reasons why you think a ban is needed as well as an '
+ ' - for bans, include the reasons why you think a ban is needed as well as an '
+ 'example (a change they did that you think is ban-worthy)\n'
+ '- be polite and patient instead of demanding, remember that admins help on Liquipedia '
+ 'voluntarily in their free time'
Expand Down

0 comments on commit 0bee201

Please sign in to comment.