From 41fb56f9bcdfdf7ed8b99f4d40f8168e8ff70f3b Mon Sep 17 00:00:00 2001 From: MarcoAurelio <30000615+MarcoAurelioWM@users.noreply.github.com> Date: Sun, 29 Jan 2023 15:36:25 +0100 Subject: [PATCH] new_wikis_handler: Modify wording about bot policy See . BP is automatically enabled on all content wikis by default so there's no need to propose its implementation. Rather, we need to notify them that we've added the wiki to the wikiset and if they wish to opt-out, they shall have a local discussion and let us know. --- new_wikis_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new_wikis_handler.py b/new_wikis_handler.py index d90a589..60acc06 100644 --- a/new_wikis_handler.py +++ b/new_wikis_handler.py @@ -71,7 +71,7 @@ class PostCreationHandler(object): checker() self.add_text(' [] Import from Incubator') self.add_text(' [] Clean up old interwiki links') - self.add_text(' [] Propose the implementation of the standard bot policy') + self.add_text(' [] For content wikis (not private, fishbowl, special, etc.) [[ https://meta.wikimedia.org/wiki/Stewards%27_noticeboard | Ask the stewards ]] to add the wiki to the [[ https://meta.wikimedia.org/wiki/Bot_policy| Bot policy ]] wikiset') self.add_text(' [] Inform the [[ https://meta.wikimedia.org/wiki/Talk:Countervandalism_Network | CVN ]] project for IRC monitoring') self._create_ticket()