Skip to content

Commit

Permalink
feat(types): add new contribution type: Ideas, Planning, & Feedback (#45
Browse files Browse the repository at this point in the history
)

* Add new contribution type: Ideas & Planning

* add feedback to ideas

* Update README.md
  • Loading branch information
jamesplease authored and Kent C. Dodds committed Aug 3, 2017
1 parent ce3cbef commit e5bd3b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions lib/util/contribution-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ var defaultTypes = {
eventOrganizing: {
symbol: '📋',
description: 'Event Organizing'
},
ideas: {
symbol: '🤔',
description: 'Ideas, Planning, & Feedback'
}
};

Expand Down

0 comments on commit e5bd3b4

Please sign in to comment.