From 31584d8e5518da596cfc0b963e7a403a461e098f Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis <axilleas@axilleas.me> Date: Sat, 20 Aug 2016 18:41:57 +0300 Subject: [PATCH] Add links to landing page and youtube video --- doc/user/project/issue_board.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md index 33db21d442b..9df9ed9c9da 100644 --- a/doc/user/project/issue_board.md +++ b/doc/user/project/issue_board.md @@ -6,6 +6,11 @@ The GitLab Issue Board is a software project management tool used to plan, organize, and visualize a workflow for a feature or product release. It can be seen like a light version of a [Kanban] or a [Scrum] board. +Other interesting links: + +- [GitLab Issue Board landing page on about.gitlab.com][landing] +- [YouTube video introduction to Issue Boards][youtube] + ## Overview The Issue Board builds on GitLab's existing issue tracking functionality and @@ -179,3 +184,5 @@ A few things to remember: [kanban]: https://en.wikipedia.org/wiki/Kanban_(development) [create-labels]: ./labels.md#create-new-labels [label-priority]: ./labels.md#prioritize-labels +[landing]: https://about.gitlab.com/solutions/issueboard +[youtube]: https://www.youtube.com/watch?v=UWsJ8tkHAa8 -- GitLab