all-contributors-cli/.all-contributorsrc
Kevin Jalbert f99b4701d3 feat: add alt text to emoji (#42)
* Add alt text (description) on all emoji

Using markdown its possible to attach an alt text (really the title
attribute) on a link, where the value of the link is the the emoji. As
for the actual href, using #xxxxx lets you not mess with the navigation
assuming you have unique keys. In my example, I'm simply using the
emoji's key and github user name (i.e., `<emoji-username>`).

All emojis are links even if they don't have any real url attached.

For example, `[👀](#eyes-kevinjalbert "Reviewed Pull Requests")`

* Add kevinjalbert to all-contributorsrc
2017-04-15 16:15:31 +02:00

85 lines
2.1 KiB
JSON

{
"projectOwner": "jfmengels",
"projectName": "all-contributors-cli",
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "jfmengels",
"name": "Jeroen Engels",
"avatar_url": "https://avatars.githubusercontent.com/u/3869412?v=3",
"profile": "https://github.com/jfmengels",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "kentcdodds",
"name": "Kent C. Dodds",
"avatar_url": "https://avatars.githubusercontent.com/u/1500684?v=3",
"profile": "http://kentcdodds.com/",
"contributions": [
"doc",
"code"
]
},
{
"login": "jccguimaraes",
"name": "João Guimarães",
"avatar_url": "https://avatars.githubusercontent.com/u/14871650?v=3",
"profile": "https://github.com/jccguimaraes",
"contributions": [
"code"
]
},
{
"login": "ben-eb",
"name": "Ben Briggs",
"avatar_url": "https://avatars.githubusercontent.com/u/1282980?v=3",
"profile": "http://beneb.info",
"contributions": [
"code"
]
},
{
"login": "itaisteinherz",
"name": "Itai Steinherz",
"avatar_url": "https://avatars.githubusercontent.com/u/22768990?v=3",
"profile": "https://github.com/itaisteinherz",
"contributions": [
"doc",
"code"
]
},
{
"login": "alexjoverm",
"name": "Alex Jover",
"avatar_url": "https://avatars.githubusercontent.com/u/5701162?v=3",
"profile": "https://github.com/alexjoverm",
"contributions": [
"code",
"doc"
]
},
{
"login": "jerodsanto",
"name": "Jerod Santo",
"avatar_url": "https://avatars3.githubusercontent.com/u/8212?v=3",
"profile": "https://jerodsanto.net",
"contributions": [
"code"
]
},
{
"login": "kevinjalbert",
"name": "Kevin Jalbert",
"avatar_url": "https://avatars1.githubusercontent.com/u/574871?v=3",
"profile": "https://github.com/kevinjalbert",
"contributions": [
"code"
]
}
]
}