From 457377af4db7691c7f5125589c45ac30218c6bdc Mon Sep 17 00:00:00 2001
From: Amy Qualls <aqualls@gitlab.com>
Date: Mon, 28 Nov 2022 16:05:11 -0800
Subject: [PATCH] Add caveat for non-GitLab projects

A couple of outside projects maintained by GitLab should be called
by name in version history notes, rather than declaring a GitLab
version that may or may not be applicable.
---
 doc/development/documentation/versions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/development/documentation/versions.md b/doc/development/documentation/versions.md
index 030bdec036121..14a5845259856 100644
--- a/doc/development/documentation/versions.md
+++ b/doc/development/documentation/versions.md
@@ -46,7 +46,7 @@ The item text must include these words in order. Capitalization doesn't matter.
 
 - `introduced`, `enabled`, `deprecated`, `changed`, `moved`, `recommended`, `removed`, or `renamed`
 - `in` or `to`
-- `GitLab`
+- `GitLab` (or, for external projects, the name of the project)
 
 If possible, include a link to the related issue, merge request, or epic.
 Do not link to the pricing page. Do not include the subscription tier.
-- 
GitLab