From 48177831ee9d3da5f1a45f971b03f385848e5205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 25 Apr 2022 21:35:59 +0200 Subject: [PATCH] Add version placeholder to the example doc in contributing.md --- docs/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index bf814f27..addeb5c9 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -136,6 +136,8 @@ should use. It provides you with the top anchor mentioned to link to # Cool feature +> [Introduced](https://github.com/catchorg/Catch2/pull/123456) in Catch2 X.Y.Z + Text that explains how to use the cool feature.