mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
feat(types): add platform type (#75)
This commit is contained in:
parent
383b3fd015
commit
6fa55d5bd5
2 changed files with 5 additions and 0 deletions
|
@ -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")
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue