mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 21:46:29 +00:00
docs: add alt text to symbols in the README (#43)
This commit is contained in:
parent
f99b4701d3
commit
ce3cbeff09
1 changed files with 19 additions and 19 deletions
38
README.md
38
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue