Skip to content

Commit

Permalink
feat(types): add platform type (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvangelder authored and Kent C. Dodds committed Nov 25, 2017
1 parent 383b3fd commit 6fa55d5
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 @@ -115,6 +115,7 @@ Where `username` is the user's GitHub username, and `contribution` is a
* fundingFinding: [🔍](# "Funding Finding")
* ideas: [🤔](# "Ideas, Planning, & Feedback")
* infra: [🚇](# "Infrastructure (Hosting, Build-Tools, etc)")
* platform: [📦](# "Packaging/porting to new platform")
* plugin: [🔌](# "Plugin/utility libraries")
* question: [💬](# "Answering Questions")
* review: [👀](# "Reviewed Pull Requests")
Expand Down
4 changes: 4 additions & 0 deletions src/util/contribution-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ const defaultTypes = {
symbol: '🚇',
description: 'Infrastructure (Hosting, Build-Tools, etc)',
},
platform: {
symbol: '📦',
description: 'Packaging/porting to new platform',
},
plugin: {
symbol: '🔌',
description: 'Plugin/utility libraries',
Expand Down

0 comments on commit 6fa55d5

Please sign in to comment.