diff --git a/README.md b/README.md index d7d6a63d..4af1f99b 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Where `username` is the user's GitHub username, and `contribution` is a `,`-sepa - financial: [💵](# "Financial") - fundingFinding: [🔍](# "Funding Finding") - eventOrganizing: [📋](# "Event Organizing") + - ideas: [🤔](# "Ideas, Planning, & Feedback") ## Configuration diff --git a/lib/util/contribution-types.js b/lib/util/contribution-types.js index 1868b370..477b5e70 100644 --- a/lib/util/contribution-types.js +++ b/lib/util/contribution-types.js @@ -85,6 +85,10 @@ var defaultTypes = { eventOrganizing: { symbol: '📋', description: 'Event Organizing' + }, + ideas: { + symbol: '🤔', + description: 'Ideas, Planning, & Feedback' } };