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.
research
promotion
1 parent 17b99a6 commit 3b8b079Copy full SHA for 3b8b079
1 file changed
lib/parse-comment.js
@@ -35,6 +35,8 @@ const validContributionTypes = [
35
"tutorial",
36
"usertesting",
37
"video",
38
+ "research",
39
+ "promotion",
40
];
41
42
// Types that are valid multi words, that we need to re map back to their camelCase parts
@@ -91,6 +93,7 @@ const contributionTypeMappings = {
91
93
translations: "translation",
92
94
tutorials: "tutorial",
95
videoes: "video",
96
+ advertisement: "promotion",
97
};
98
99
// Additional terms to match to types (plurals, aliases etc) that are multi word
@@ -108,6 +111,7 @@ const contributionTypeMultiWordMapping = {
108
111
"user testing": "userTesting",
109
112
"business development": "business",
110
113
"project management": "projectManagement",
114
+ "social media": "promotion",
115
116
117
const Contributions = {};
0 commit comments