diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-22 12:59:28 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-22 12:59:28 +0200 |
commit | e53707fc9ea65f7a547c7b70d0ed465acc00e7a3 (patch) | |
tree | d4161198f5d7cca38a32708fe7ef769faecea733 | |
parent | f4a13f0844a44ec045828d2cbe3feba45410bc87 (diff) | |
download | gitlab-ce-e53707fc9ea65f7a547c7b70d0ed465acc00e7a3.tar.gz |
Refactor award emoji doc a bit
[ci skip]
-rw-r--r-- | doc/workflow/award_emoji.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/workflow/award_emoji.md b/doc/workflow/award_emoji.md index ee662ff0034..70b35c58be6 100644 --- a/doc/workflow/award_emoji.md +++ b/doc/workflow/award_emoji.md @@ -3,9 +3,9 @@ >**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! +When you're collaborating online, 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) @@ -41,7 +41,7 @@ Sort by least popular issues/merge requests. --- 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 +with 18 upvotes and 5 downvotes is considered more popular than an issue with 17 upvotes and no downvotes. [2871]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2781 |