Custom emojis supported by Buildkite which you can use in your build pipelines and terminal output.
To contribute a new custom emoji simply:
- Fork this repo
- Add the image (as a
64x64
PNG) to theimg-buildkite-64
directory - Add it to the top of the
img-buildkite-64.json
file - Add it to the top of the table in this markdown file
- Send a pull request
If we're missing a Unicode emoji, please check if it's been added to our upstream data source, iamcal/emoji-data, and if so, either poke us to update it, or follow these instructions to construct a PR:
- Clone this repo
- Make sure you have Ruby, Bundler, Node and Yarn installed
- Run
bundle install && yarn && yarn upgrade --latest emoji-datasource-apple && rake sync && rake verify
- If that all works without errors, copy the output of running
rake default
and paste it, replacing the contents of the "Emoji Reference" section, into this Readme - Commit, push, and open a PR!
Each logo is owned by their respective creators.