mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
feat(types): add new contribution type: Ideas, Planning, & Feedback (#45)
* Add new contribution type: Ideas & Planning * add feedback to ideas * Update README.md
This commit is contained in:
parent
ce3cbeff09
commit
e5bd3b4c70
2 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,7 @@ Where `username` is the user's GitHub username, and `contribution` is a `,`-sepa
|
|||
- financial: [💵](# "Financial")
|
||||
- fundingFinding: [🔍](# "Funding Finding")
|
||||
- eventOrganizing: [📋](# "Event Organizing")
|
||||
- ideas: [🤔](# "Ideas, Planning, & Feedback")
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
@ -85,6 +85,10 @@ var defaultTypes = {
|
|||
eventOrganizing: {
|
||||
symbol: '📋',
|
||||
description: 'Event Organizing'
|
||||
},
|
||||
ideas: {
|
||||
symbol: '🤔',
|
||||
description: 'Ideas, Planning, & Feedback'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue