summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-08-24 15:19:36 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-08-25 09:39:59 -0300
commit3eb4c74f88dfb316d695dc9396b88555bf314189 (patch)
treee728d4a73e9e54532313f9ff0f965e4652192c81
parent3bfb94b7593c3e14fa974701d733d6dc3c744bd2 (diff)
downloadgitlab-ce-3eb4c74f88dfb316d695dc9396b88555bf314189.tar.gz
Update Issue board documentation
-rw-r--r--doc/user/project/issue_board.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/user/project/issue_board.md b/doc/user/project/issue_board.md
index 9df9ed9c9da..cac926b3e28 100644
--- a/doc/user/project/issue_board.md
+++ b/doc/user/project/issue_board.md
@@ -31,10 +31,9 @@ Below is a table of the definitions used for GitLab's Issue Board.
There are three types of lists, the ones you create based on your labels, and
two default:
-- **Backlog** (default): shows all issues that do not fall in one of the other
- lists. Always appears on the very left.
-- **Done** (default): shows all closed issues. Always appears on the very right.
-- Label list: a list based on a label. It shows all issues with that label.
+- **Backlog** (default): shows all opened issues that do not fall in one of the other lists. Always appears on the very left.
+- **Done** (default): shows all closed issues that do not fall in one of the other lists. Always appears on the very right.
+- Label list: a list based on a label. It shows all opened or closed issues with that label.
![GitLab Issue Board](img/issue_board.png)