We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
promotion
1 parent 048b4e3 commit 8fc7c7eCopy full SHA for 8fc7c7e
src/util/contribution-types.js
@@ -1,7 +1,7 @@
1
const _ = require('lodash/fp')
2
const repo = require('../repo')
3
4
-const defaultTypes = function(repoType) {
+const defaultTypes = function (repoType) {
5
return {
6
a11y: {
7
symbol: '️️️️♿️',
@@ -136,9 +136,13 @@ const defaultTypes = function(repoType) {
136
symbol: '📹',
137
description: 'Videos',
138
},
139
+ promotion: {
140
+ symbol: '📣',
141
+ description: 'Promotion',
142
+ },
143
}
144
145
-module.exports = function(options) {
146
+module.exports = function (options) {
147
return _.assign(defaultTypes(options.repoType), options.types)
148
0 commit comments