From 0518eeb0c320149fea33da92c5886d013cbfc57d Mon Sep 17 00:00:00 2001
From: Andrey Postnikov <2684-andypost@users.noreply.drupalcode.org>
Date: Fri, 25 Apr 2025 13:21:02 +0000
Subject: [PATCH] Issue #3520470: Deprecate the Contact module (WIP)

---
 core/modules/contact/contact.info.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/modules/contact/contact.info.yml b/core/modules/contact/contact.info.yml
index 38d010868c33..ac1a5fabe5cb 100644
--- a/core/modules/contact/contact.info.yml
+++ b/core/modules/contact/contact.info.yml
@@ -4,3 +4,5 @@ description: 'Provides site-wide contact forms and forms to contact individual u
 package: Core
 version: VERSION
 configure: entity.contact_form.collection
+lifecycle: deprecated
+lifecycle_link: https://www.drupal.org/node/3223395#s-contact
-- 
GitLab