Skip to content

Commit

Permalink
Added red and green button emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
keithpitt committed Nov 10, 2015
1 parent c64a76c commit 0bfa8e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ To contribute a new custom emoji simply:

Emoji | Aliases
----- | -------
<img src="https://raw.githubusercontent.com/buildkite/emojis/master/images/green_button.png" width="20" height="20" alt="green_button"/> | green_button
<img src="https://raw.githubusercontent.com/buildkite/emojis/master/images/red_button.png" width="20" height="20" alt="red_button"/> | red_button
<img src="https://raw.githubusercontent.com/buildkite/emojis/master/images/compute.png" width="20" height="20" alt="compute"/> | compute, gcompute
<img src="https://raw.githubusercontent.com/buildkite/emojis/master/images/appengine.png" width="20" height="20" alt="appengine"/> | appengine, gappengine
<img src="https://raw.githubusercontent.com/buildkite/emojis/master/images/googlecloud.png" width="20" height="20" alt="googlecloud"/> | googlecloud, gcloud
Expand Down
4 changes: 3 additions & 1 deletion emojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@
"route53": true,
"googlecloud": ["gcloud"],
"appengine": ["gappengine"],
"compute": ["gcompute"]
"compute": ["gcompute"],
"red_button": true,
"green_button": true
}
Binary file added images/green_button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/red_button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0bfa8e9

Please sign in to comment.