mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-10 05:56: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")
|
- financial: [💵](# "Financial")
|
||||||
- fundingFinding: [🔍](# "Funding Finding")
|
- fundingFinding: [🔍](# "Funding Finding")
|
||||||
- eventOrganizing: [📋](# "Event Organizing")
|
- eventOrganizing: [📋](# "Event Organizing")
|
||||||
|
- ideas: [🤔](# "Ideas, Planning, & Feedback")
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
@ -85,6 +85,10 @@ var defaultTypes = {
|
||||||
eventOrganizing: {
|
eventOrganizing: {
|
||||||
symbol: '📋',
|
symbol: '📋',
|
||||||
description: 'Event Organizing'
|
description: 'Event Organizing'
|
||||||
|
},
|
||||||
|
ideas: {
|
||||||
|
symbol: '🤔',
|
||||||
|
description: 'Ideas, Planning, & Feedback'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue