diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-22 11:50:16 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-22 11:50:16 +0200 |
commit | 1030ebb89fe299e3327e9ffe1f50d822a85baa70 (patch) | |
tree | 84940010718fbf1a030bb0e41056a93cf6a09bbe /doc/workflow | |
parent | e8585d29ef7e3695809458eca711375c01d1a1d5 (diff) | |
download | gitlab-ce-1030ebb89fe299e3327e9ffe1f50d822a85baa70.tar.gz |
Add award emoji docs
[ci skip]
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/award_emoji.md | 48 | ||||
-rw-r--r-- | doc/workflow/img/award_emoji_select.png | bin | 0 -> 65985 bytes | |||
-rw-r--r-- | doc/workflow/img/award_emoji_votes_least_popular.png | bin | 0 -> 144501 bytes | |||
-rw-r--r-- | doc/workflow/img/award_emoji_votes_most_popular.png | bin | 0 -> 136577 bytes | |||
-rw-r--r-- | doc/workflow/img/award_emoji_votes_sort_options.png | bin | 0 -> 162251 bytes |
5 files changed, 48 insertions, 0 deletions
diff --git a/doc/workflow/award_emoji.md b/doc/workflow/award_emoji.md new file mode 100644 index 00000000000..ee662ff0034 --- /dev/null +++ b/doc/workflow/award_emoji.md @@ -0,0 +1,48 @@ +# Award emojis + +>**Note:** +This feature was [introduced][1825] in GitLab 8.2. + +As a remote worker, you get fewer opportunities for high-fives and thumbs-ups. +In order to make virtual celebrations easier, you can now vote on issues and +merge requests using emoji! + +![Award emoji](img/award_emoji_select.png) + +This makes it much easier to give and receive feedback, without a long comment +thread. Any comment that contains only the thumbs up or down emojis is +converted to a vote and depicted in the emoji area. + +You can then use that functionality to sort issues and merge requests based on +popularity. + +## Sort issues and merge requests on vote count + +>**Note:** +This feature was [introduced][2871] in GitLab 8.5. + +You can quickly sort the issues or merge requests by the number of votes they +have received. The sort option can be found in the right dropdown menu. + +![Votes sort options](img/award_emoji_votes_sort_options.png) + +--- + +Sort by most popular issues/merge requests. + +![Votes sort by most popular](img/award_emoji_votes_most_popular.png) + +--- + +Sort by least popular issues/merge requests. + +![Votes sort by least popular](img/award_emoji_votes_least_popular.png) + +--- + +The number of upvotes and downvotes is not summed up. That means that an issue +with 18 upvotes and 5 downvotes is considered most popular than an issue with +17 upvotes and no downvotes. + +[2871]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2781 +[1825]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1825 diff --git a/doc/workflow/img/award_emoji_select.png b/doc/workflow/img/award_emoji_select.png Binary files differnew file mode 100644 index 00000000000..fffdfedda5d --- /dev/null +++ b/doc/workflow/img/award_emoji_select.png diff --git a/doc/workflow/img/award_emoji_votes_least_popular.png b/doc/workflow/img/award_emoji_votes_least_popular.png Binary files differnew file mode 100644 index 00000000000..2ef5be7154f --- /dev/null +++ b/doc/workflow/img/award_emoji_votes_least_popular.png diff --git a/doc/workflow/img/award_emoji_votes_most_popular.png b/doc/workflow/img/award_emoji_votes_most_popular.png Binary files differnew file mode 100644 index 00000000000..5b089730d93 --- /dev/null +++ b/doc/workflow/img/award_emoji_votes_most_popular.png diff --git a/doc/workflow/img/award_emoji_votes_sort_options.png b/doc/workflow/img/award_emoji_votes_sort_options.png Binary files differnew file mode 100644 index 00000000000..9bbf3f82a0b --- /dev/null +++ b/doc/workflow/img/award_emoji_votes_sort_options.png |