mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36: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
|
||||
```
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue