summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-11-21 16:08:12 +0000
committerRobert Speicher <robert@gitlab.com>2015-11-21 16:08:12 +0000
commite2d5f9a83a5150a82144036aea1224377cfae921 (patch)
treed0e86ba46b85f9741d11ae6c6c68191fa2c11fae
parent4427e80fb5a8b42b1de04f8346bf0dd431e7dd86 (diff)
parentc113e23489fe4ee0a0d0be837090597595800553 (diff)
downloadgitlab-ce-e2d5f9a83a5150a82144036aea1224377cfae921.tar.gz
Merge branch 'award-emoji-doc' into 'master'
Use award emoticons in GitLab workflow Remove the old voting slides and use the emoji bar. [ci skip] See merge request !1863
-rw-r--r--doc/workflow/gitlab_flow.md9
-rw-r--r--doc/workflow/voting_slider.pngbin5329 -> 0 bytes
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/workflow/gitlab_flow.md b/doc/workflow/gitlab_flow.md
index 31495bce76e..8965e5b3654 100644
--- a/doc/workflow/gitlab_flow.md
+++ b/doc/workflow/gitlab_flow.md
@@ -244,13 +244,12 @@ Developing software happen in small messy steps and it is OK to have your histor
You can use tools to view the network graphs of commits and understand the messy history that created your code.
If you rebase code the history is incorrect, and there is no way for tools to remedy this because they can't deal with changing commit identifiers.
-## Voting on merge requests
+## Award emojis on issues and merge requests
-![Voting slider in GitLab](voting_slider.png)
+![Emoji bar in GitLab](award_emoji.png)
-It is common to voice approval or disapproval by using +1 or -1 emoticons.
-In GitLab the +1 and -1 are aggregated and shown at the top of the merge request.
-As a rule of thumb anything that doesn't have two times more +1's than -1's is suspect and should not be merged yet.
+It is common to voice approval or disapproval by using +1 or -1. In GitLab you
+can use emojis to give a virtual high five on issues and merge requests.
## Pushing and removing branches
diff --git a/doc/workflow/voting_slider.png b/doc/workflow/voting_slider.png
deleted file mode 100644
index 4c660ef9593..00000000000
--- a/doc/workflow/voting_slider.png
+++ /dev/null
Binary files differ