mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-10 05:56: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) {
|
const defaultTypes = function(repoType) {
|
||||||
return {
|
return {
|
||||||
|
a11y: {
|
||||||
|
symbol: '️️️️♿️',
|
||||||
|
description: 'Accessibility',
|
||||||
|
},
|
||||||
blog: {
|
blog: {
|
||||||
symbol: '📝',
|
symbol: '📝',
|
||||||
description: 'Blogposts',
|
description: 'Blogposts',
|
||||||
|
|
Loading…
Reference in a new issue