From 8b084a355ba947570fdedae7e88841426a4bf306 Mon Sep 17 00:00:00 2001 From: MSantos Date: Tue, 22 Oct 2024 20:14:48 +0000 Subject: [PATCH] Introduce Parsoid Read Views config as new post-creation step * Add link to an example for how to enable parsoid read views * Introduce Parsoid Read Views config as new post-creation step Bug: T376827 --- new_wikis_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/new_wikis_handler.py b/new_wikis_handler.py index a953a8b..d306629 100644 --- a/new_wikis_handler.py +++ b/new_wikis_handler.py @@ -77,6 +77,7 @@ class PostCreationHandler(object): self.add_text(' [] Import from Incubator') self.add_text(' [] Clean up old interwiki links') self.add_text(' [] Add the wiki to a CVNBot for SWMT monitoring') + self.add_text(' [] [[https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/1075634|Enable parsoid as the default parser]] (except if Wikisource)') self._create_ticket() for handler in self.handlers: