Skip to content

Commit f38e0c8

Browse files
phacksBerkmann18
authored andcommitted
feat: add a11y contribution type (#223)
* feat: add a11y contribution type * Fix missing comma in `contribution-types.js`
1 parent 8cb283b commit f38e0c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/util/contribution-types.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ const repo = require('../repo')
33

44
const defaultTypes = function(repoType) {
55
return {
6+
a11y: {
7+
symbol: '️️️️♿️',
8+
description: 'Accessibility',
9+
},
610
blog: {
711
symbol: '📝',
812
description: 'Blogposts',

0 commit comments

Comments
 (0)