Skip to content

Commit

Permalink
feat: add a11y contribution type (#223)
Browse files Browse the repository at this point in the history
* feat: add a11y contribution type

* Fix missing comma in `contribution-types.js`
  • Loading branch information
phacks authored and Berkmann18 committed Nov 13, 2019
1 parent 8cb283b commit f38e0c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/contribution-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ const repo = require('../repo')

const defaultTypes = function(repoType) {
return {
a11y: {
symbol: '️️️️♿️',
description: 'Accessibility',
},
blog: {
symbol: '📝',
description: 'Blogposts',
Expand Down

0 comments on commit f38e0c8

Please sign in to comment.