From 7197ae4b77ba143df52a4f5f4da9f338137f385f Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Thu, 9 Jun 2022 07:51:28 +1000 Subject: [PATCH] docs: clarify that we're not merging any new plugins (not just DNS) --- certbot/docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/docs/contributing.rst b/certbot/docs/contributing.rst index e8ba87fcf..ac8488e08 100644 --- a/certbot/docs/contributing.rst +++ b/certbot/docs/contributing.rst @@ -313,7 +313,7 @@ configuration checkpoints and rollback. Writing your own plugin ----------------------- -.. note:: The Certbot team is not currently accepting any new DNS plugins +.. note:: The Certbot team is not currently accepting any new plugins because we want to rethink our approach to the challenge and resolve some issues like `#6464 `_, `#6503 `_, and `#6504