Skip to content

Commit bcc0d99

Browse files
authored
feat(contribution-types): add missing contribution types (#261)
1 parent e987eb0 commit bcc0d99

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/util/contribution-types.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ const defaultTypes = function(repoType) {
77
symbol: '️️️️♿️',
88
description: 'Accessibility',
99
},
10+
audio: {
11+
symbol: '🔊',
12+
description: 'Audio',
13+
},
1014
blog: {
1115
symbol: '📝',
1216
description: 'Blogposts',

0 commit comments

Comments
 (0)