From ef05278537c9365f25ca051589f85ad2697355fe Mon Sep 17 00:00:00 2001 From: Brandon Frohs Date: Tue, 6 May 2014 11:22:01 -0400 Subject: [PATCH] Show code necessary to create emoji Touch screens without `:hover` are unable to see the tooltip. --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 823deb597..f06bf34d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,11 +52,11 @@ in the proper package's repository. * Use the present tense * Reference issues and pull requests liberally * Consider starting the commit message with an applicable emoji: - * :lipstick: when improving the format/structure of the code - * :racehorse: when improving performance - * :non-potable_water: when plugging memory leaks - * :memo: when writing docs - * :penguin: when fixing something on Linux + * :lipstick: `:lipstick:` when improving the format/structure of the code + * :racehorse: `:racehorse:` when improving performance + * :non-potable_water: `:non-potable_water:` when plugging memory leaks + * :memo: `:memo:` when writing docs + * :penguin: `:penguin:` when fixing something on Linux ## CoffeeScript Styleguide