diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-20 18:41:57 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-22 16:09:26 +0300 |
commit | 31584d8e5518da596cfc0b963e7a403a461e098f (patch) | |
tree | d3a45c74c080e9a2fb1b8fbe29b2daa5639dbba4 | |
parent | fa72b5fa1481f49758cef45fa37c6d1d4e261e3a (diff) | |
download | gitlab-ce-31584d8e5518da596cfc0b963e7a403a461e098f.tar.gz |
Add links to landing page and youtube video
-rw-r--r-- | doc/user/project/issue_board.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |