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:
James, please 2017-08-03 09:36:29 -07:00 committed by Kent C. Dodds
parent ce3cbeff09
commit e5bd3b4c70
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -85,6 +85,10 @@ var defaultTypes = {
eventOrganizing: {
symbol: '📋',
description: 'Event Organizing'
},
ideas: {
symbol: '🤔',
description: 'Ideas, Planning, & Feedback'
}
};