From 0bd3fbdb46b81cf838f0eb391b178f31935d6deb Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 17 Mar 2015 16:18:51 -0400 Subject: [PATCH] Documentation: Add links to GitLab markdown documentation The "Review a Merge Request" section primarily depends on comments made in GitLab. Link from this section to the GitLab markdown documentation. In particular, the special reference syntax options will be very helpful. --- Documentation/dev/git/develop.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/dev/git/develop.md b/Documentation/dev/git/develop.md index 2db4cf09dd..963cef9ae2 100644 --- a/Documentation/dev/git/develop.md +++ b/Documentation/dev/git/develop.md @@ -209,6 +209,13 @@ draw their attention and have the topic reviewed. After typing `@` and some text, GitLab will offer completions for developers whose real names or user names match. +Comments use [GitLab Flavored Markdown][] for formatting. See GitLab +documentation on [Special GitLab References][] to add links to things +like merge requests and commits in other repositories. + +[GitLab Flavored Markdown]: https://gitlab.kitware.com/help/markdown/markdown +[Special GitLab References]: https://gitlab.kitware.com/help/markdown/markdown#special-gitlab-references + ### Human Reviews ### Developers may add comments providing feedback or to acknowledge their -- GitLab