diff --git a/README.md b/README.md index 6dfa16b..68e82ab 100644 --- a/README.md +++ b/README.md @@ -133,11 +133,13 @@ Where `username` is the user's GitHub or Gitlab username, and `contribution` is - plugin: [🔌](# 'Plugin/utility libraries') - question: [💬](# 'Answering Questions') - review: [👀](# 'Reviewed Pull Requests') +- security: [🛡](# 'Security') - talk: [📢](# 'Talks') - test: [⚠️](# 'Tests') - tool: [🔧](# 'Tools') - translation: [🌍](# 'Translation') - tutorial: [✅](# 'Tutorials') +- tutorial: [📓](# 'User Testing') - video: [📹](# 'Videos') Please note that if you are using a self-hosted gitlab instance, before adding diff --git a/src/util/contribution-types.js b/src/util/contribution-types.js index 181252a..63d389b 100644 --- a/src/util/contribution-types.js +++ b/src/util/contribution-types.js @@ -66,6 +66,10 @@ const defaultTypes = function(repoType) { symbol: '👀', description: 'Reviewed Pull Requests', }, + security: { + symbol: '🛡️', + description: 'Security', + }, talk: { symbol: '📢', description: 'Talks', @@ -87,6 +91,10 @@ const defaultTypes = function(repoType) { symbol: '✅', description: 'Tutorials', }, + userTesting: { + symbol: '📓', + description: 'User Testing', + }, video: { symbol: '📹', description: 'Videos',