From 30fdcf139b1c3702b720ccc39994a7cea83c490d Mon Sep 17 00:00:00 2001
From: Mike Jang <mjang@gitlab.com>
Date: Tue, 9 Mar 2021 11:02:13 +0000
Subject: [PATCH] Update doc dangerfile to point to metadata

---
 danger/documentation/Dangerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/danger/documentation/Dangerfile b/danger/documentation/Dangerfile
index 240c374435c6c..df7d0337e94f5 100644
--- a/danger/documentation/Dangerfile
+++ b/danger/documentation/Dangerfile
@@ -41,6 +41,7 @@ markdown(<<~MARKDOWN)
 
   The review does not need to block merging this merge request. See the:
 
-  - [Technical Writers assignments](https://about.gitlab.com/handbook/engineering/technical-writing/#designated-technical-writers) for the appropriate technical writer for this review.
+  - [Metadata for the `*.md` files](https://docs.gitlab.com/ee/development/documentation/#metadata) that you've changed. The first few lines of each `*.md` file identify the stage and group most closely associated with your docs change.
+  - The [Technical Writer assigned](https://about.gitlab.com/handbook/engineering/technical-writing/#designated-technical-writers) for that stage and group.
   - [Documentation workflows](https://docs.gitlab.com/ee/development/documentation/workflow.html) for information on when to assign a merge request for review.
 MARKDOWN
-- 
GitLab