docs: add alt text to symbols in the README (#43)

This commit is contained in:
Jeroen Engels 2017-04-15 16:40:06 +02:00 committed by Kent C. Dodds
parent f99b4701d3
commit ce3cbeff09

View file

@ -54,25 +54,25 @@ all-contributors add <username> <contribution>
all-contributors add jfmengels code,doc 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)): 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: 💻 - code: [💻](# "Code")
- plugin: 🔌 - plugin: [🔌](# "Plugin/utility libraries")
- tool: 🔧 - tool: [🔧](# "Tools")
- infra: 🚇 - infra: [🚇](# "Infrastructure (Hosting, Build-Tools, etc)")
- doc: 📖 - doc: [📖](# "Documentation")
- translation: 🌍 - translation: [🌍](# "Translation")
- question: 💬 - question: [💬](# "Answering Questions")
- test: ⚠️ - test: [⚠️](# "Tests")
- bug: 🐛 - bug: [🐛](# "Bug reports")
- example: 💡 - example: [💡](# "Examples")
- blog: 📝 - blog: [📝](# "Blogposts")
- tutorial: - tutorial: [](# "Tutorials")
- video: 📹 - video: [📹](# "Videos")
- talk: 📢 - talk: [📢](# "Talks")
- design: 🎨 - design: [🎨](# "Design")
- review: 👀 - review: [👀](# "Reviewed Pull Requests")
- financial: 💵 - financial: [💵](# "Financial")
- fundingFinding: 🔍 - fundingFinding: [🔍](# "Funding Finding")
- eventOrganizing: 📋 - eventOrganizing: [📋](# "Event Organizing")
## Configuration ## Configuration