From 9583dc5ee8d6d3478e963ca1a6a08ecf9773cf2e Mon Sep 17 00:00:00 2001
From: Daniel Murphy <dmurphy@gitlab.com>
Date: Thu, 13 Apr 2023 00:16:50 +0000
Subject: [PATCH] Clarify contribute pages

---
 doc/development/contributing/index.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/development/contributing/index.md b/doc/development/contributing/index.md
index c436be5edd1b5..ef3242b89c2d9 100644
--- a/doc/development/contributing/index.md
+++ b/doc/development/contributing/index.md
@@ -8,10 +8,11 @@ info: To determine the technical writer assigned to the Stage/Group associated w
 # Contribute to GitLab
 
 Thank you for your interest in contributing to GitLab. This guide details how
-to contribute to GitLab in a way that is easy for everyone.
+to contribute to the development of GitLab in a way that is easy for everyone.
 
-For a first-time step-by-step guide to the contribution process, see our
-[Contributing to GitLab](https://about.gitlab.com/community/contribute/) page.
+For a first-time step-by-step guide to the contribution process for development, see [Tutorial: Make a GitLab contribution](first_contribution.md).
+
+For other ways to contribute see our [Contributing to GitLab](https://about.gitlab.com/community/contribute/) page.
 
 Looking for something to work on? See the
 [How to contribute](#how-to-contribute) section for more information.
-- 
GitLab