diff --git a/docs/community/dev-card.md b/docs/community/dev-card.md new file mode 100644 index 00000000..043157cd --- /dev/null +++ b/docs/community/dev-card.md @@ -0,0 +1,14 @@ +--- +id: dev-card +title: 'Showcase your open source stats with your dev card' +sidebar_label: 'Dev Card' +keywords: +- dev-card +--- + +The Dev card feature is what we like to call your "open source business card." On the front, you see your username, the number of pull requests you have created, repositories you contribute to, a `View Profile` button that takes you to your dashboard, and a green icon, which describes your activity rate. When you click on the back of your card, you see additional information, including your OpenSauced profile's headline, the date of your first contribution on GitHub, and your [PR velocity rate](../../docs/community/pr-velocity.md). +![screenshot of front and back of a dev card](../../static/img/a-dev-card.png) + +Whether you are a person who's just beginning their open source journey or a maintainer looking for more contributors and/or sponsors, the Dev Card is a shareable snapshot of your contributions, skills, and engagement in the open source community. + +Eager to get your Dev Card? Create it today and share with your network! diff --git a/sidebars.js b/sidebars.js index 97946ec6..ec09f9b3 100644 --- a/sidebars.js +++ b/sidebars.js @@ -22,6 +22,7 @@ module.exports = { "community/highlights", "community/insights", "community/faqs", + "community/dev-card", ], }, { diff --git a/static/img/a-dev-card.png b/static/img/a-dev-card.png new file mode 100644 index 00000000..1411a7a4 Binary files /dev/null and b/static/img/a-dev-card.png differ