feat: add a11y contribution type (#223)

* feat: add a11y contribution type

* Fix missing comma in `contribution-types.js`
This commit is contained in:
Nicolas Goutay 2019-11-13 11:38:04 +01:00 committed by Maximilian Berkmann
parent 8cb283bee8
commit f38e0c8e87

View file

@ -3,6 +3,10 @@ const repo = require('../repo')
const defaultTypes = function(repoType) {
return {
a11y: {
symbol: '️️️️♿️',
description: 'Accessibility',
},
blog: {
symbol: '📝',
description: 'Blogposts',