From f38e0c8e87dc199e47bafdd60c2d549366958b18 Mon Sep 17 00:00:00 2001 From: Nicolas Goutay Date: Wed, 13 Nov 2019 11:38:04 +0100 Subject: [PATCH] feat: add a11y contribution type (#223) * feat: add a11y contribution type * Fix missing comma in `contribution-types.js` --- src/util/contribution-types.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/contribution-types.js b/src/util/contribution-types.js index dbb22570..a27d4364 100644 --- a/src/util/contribution-types.js +++ b/src/util/contribution-types.js @@ -3,6 +3,10 @@ const repo = require('../repo') const defaultTypes = function(repoType) { return { + a11y: { + symbol: '️️️️♿️', + description: 'Accessibility', + }, blog: { symbol: '📝', description: 'Blogposts',