mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
feat: add a11y contribution type (#223)
* feat: add a11y contribution type * Fix missing comma in `contribution-types.js`
This commit is contained in:
parent
8cb283bee8
commit
f38e0c8e87
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ const repo = require('../repo')
|
|||
|
||||
const defaultTypes = function(repoType) {
|
||||
return {
|
||||
a11y: {
|
||||
symbol: '️️️️♿️',
|
||||
description: 'Accessibility',
|
||||
},
|
||||
blog: {
|
||||
symbol: '📝',
|
||||
description: 'Blogposts',
|
||||
|
|
Loading…
Reference in a new issue