From ce3cbeff09689d1cf9f1a7031ea67e0ca6e38030 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Sat, 15 Apr 2017 16:40:06 +0200 Subject: [PATCH] docs: add alt text to symbols in the README (#43) --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index d2f930c..d7d6a63 100644 --- a/README.md +++ b/README.md @@ -54,25 +54,25 @@ all-contributors add all-contributors add jfmengels code,doc ``` Where `username` is the user's GitHub username, and `contribution` is a `,`-separated list of ways to contribute, from the following list ([see the specs](https://github.com/kentcdodds/all-contributors#emoji-key)): - - code: 💻 - - plugin: 🔌 - - tool: 🔧 - - infra: 🚇 - - doc: 📖 - - translation: 🌍 - - question: 💬 - - test: ⚠️ - - bug: 🐛 - - example: 💡 - - blog: 📝 - - tutorial: ✅ - - video: 📹 - - talk: 📢 - - design: 🎨 - - review: 👀 - - financial: 💵 - - fundingFinding: 🔍 - - eventOrganizing: 📋 + - code: [💻](# "Code") + - plugin: [🔌](# "Plugin/utility libraries") + - tool: [🔧](# "Tools") + - infra: [🚇](# "Infrastructure (Hosting, Build-Tools, etc)") + - doc: [📖](# "Documentation") + - translation: [🌍](# "Translation") + - question: [💬](# "Answering Questions") + - test: [⚠️](# "Tests") + - bug: [🐛](# "Bug reports") + - example: [💡](# "Examples") + - blog: [📝](# "Blogposts") + - tutorial: [✅](# "Tutorials") + - video: [📹](# "Videos") + - talk: [📢](# "Talks") + - design: [🎨](# "Design") + - review: [👀](# "Reviewed Pull Requests") + - financial: [💵](# "Financial") + - fundingFinding: [🔍](# "Funding Finding") + - eventOrganizing: [📋](# "Event Organizing") ## Configuration