From add64fea45a2c20c15b6a5c0dee5c51a68cb1e78 Mon Sep 17 00:00:00 2001
From: Marc Saleiko <msaleiko@gitlab.com>
Date: Thu, 4 Jul 2024 14:52:20 +0000
Subject: [PATCH] Adds migration note to architecture design docs dangerfile

---
 danger/architecture/Dangerfile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/danger/architecture/Dangerfile b/danger/architecture/Dangerfile
index e5d79f18b4780..5e3fe156570ed 100644
--- a/danger/architecture/Dangerfile
+++ b/danger/architecture/Dangerfile
@@ -13,6 +13,12 @@ MSG
 BLUEPRINT_LONG_MESSAGE = <<~MSG
 ## Architecture Evolution Review
 
+:exclamation: We plan to [move the architecture and design documents](https://gitlab.com/gitlab-com/content-sites/handbook/-/issues/279)
+to the [public GitLab handbook](https://handbook.gitlab.com/handbook/engineering/architecture/).
+This will change how you contribute to the documents. Follow the
+[migration issue](https://gitlab.com/gitlab-com/content-sites/handbook/-/issues/279)
+and join the `#architecture` and `#handbook` Slack channels for updates.
+
 #{BLUEPRINT_SHORT_MESSAGE}
 
 The following files, which might require the additional review, have been changed:
-- 
GitLab