└── docs ├── .nojekyll ├── README.md ├── _coverpage.md ├── _media └── logo.png ├── _navbar.md ├── _remark-views.md ├── _sidebar.md ├── article.md ├── blog-site-posts.md ├── books.md ├── code-project-tools.md ├── code-samples.md ├── conference-booth-presenter.md ├── conference-organizer.md ├── contributions-cycle.md ├── forums.md ├── index.html ├── linkedin.md ├── meetups.md ├── mentorship.md ├── open-source-projects.md ├── other.md ├── product-group-feedback.md ├── pt ├── README.md ├── _coverpage.md └── _navbar.md ├── site-owner.md ├── speaking.md ├── technical-social-media.md ├── translations.md ├── user-group-owner.md ├── videos.md ├── webcasts.md └── website-posts.md /docs/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MVPContributions/mvp-docs/51793f3e109de02a73d34913847299f3d65941dc/docs/.nojekyll -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- 1 | # Unofficial MVP Contribution Guide 2 | 3 | Every year we have new awesome MVPs receiving the MVP Award. Reporting our community activities always was a source of confusion and a recurring subject in our meetings. Even veterans with 10+ years as MVPs sometimes don't agree about how to report a specific contribution, so we are creating this central point of information. 4 | 5 | ## This is not official 6 | 7 | We can't repeat ourselves enough when we said this is not official. **Always ask your MVP Lead before using any information from here**. And please, if he/she disagrees, ask him/her to send us a pull-request! 8 | 9 | Live website: https://mvpcontributions.github.io/mvp-docs/#/ 10 | 11 | # Contributing 12 | 13 | If you have any doubts about an entry or find something wrong, please, create an [issue](https://github.com/MVPContributions/mvp-docs/issues) and let's discuss! :) 14 | 15 | ## Translations 16 | 17 | For a new language, create a folder with the desired language tag in the `docs` folder. 18 | 19 | Ex: 20 | - /docs -> English (default) 21 | - /docs/pt -> Portuguese 22 | 23 | You can change the current language in the upper right translations dropdown. 24 | 25 | ## Fallback 26 | 27 | The English files are the default ones. If you choose another language and there is an equal filename on the `/docs/[your language]` folder, this translated file will be shown instead. 28 | 29 | 30 | Powered by https://github.com/docsifyjs/docsify/ 31 | -------------------------------------------------------------------------------- /docs/_coverpage.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ![logo](_media/logo.png) 4 | 5 | # MVP Contributions Guide 6 | 7 | > A completely **unofficial** guide for MVP Community Contributions 8 | 9 | * A collection of information about how to inform your activities 10 | * This is not an official guideline! 11 | 12 | [GitHub](https://github.com/MVPContributions/mvp-docs) 13 | [Get Started](#main) 14 | 15 | 16 | 17 | ![color](#f0f0f0) -------------------------------------------------------------------------------- /docs/_media/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MVPContributions/mvp-docs/51793f3e109de02a73d34913847299f3d65941dc/docs/_media/logo.png -------------------------------------------------------------------------------- /docs/_navbar.md: -------------------------------------------------------------------------------- 1 | - Translations 2 | - [:en: English]() 3 | - [:pt: Portuguese](/pt/) -------------------------------------------------------------------------------- /docs/_remark-views.md: -------------------------------------------------------------------------------- 1 | ## Views from one year to another 2 | 3 | Some items like posts, articles, videos and others are more like "ongoing contributions". You put it there on the Internet and people will access it for a long time. 4 | 5 | So what if you make a contribution like that very close to the end of the cycle? It would have very few views, but that number would grow as the year goes by. 6 | 7 | ### Things to do: 8 | 9 | That's trick and there is not much agreement on what you should or shouldn't do, but here are some ideas: 10 | 11 | #### Update the contribution's views number at the end of the cycle 12 | 13 | You should do that always, as it would reflect the last state of the contribution for that cycle. 14 | 15 | #### Update the contribution and submit it again the next cycle 16 | 17 | Take some time to revisit your contribution and add new information to it. Update old links or documentation and submit it again as a new one the next cycle. Make sure to inform only the difference in views between your last submission and this new one. 18 | 19 | #### What about videos that are hard to update? 20 | 21 | If you think your video had a substantial increase in views after the submission date, add it again informing the increasement in views and explain your rational in the description section. 22 | 23 | #### Use de Description Section 24 | 25 | In case of doubt, write your rational into the description section. Remember that the people reading your contributions are really nice and reasonable. -------------------------------------------------------------------------------- /docs/_sidebar.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | * External Sites 4 | * [LinkedIn](linkedin.md) 5 | 6 | * Community Activities 7 | * [Article](article.md) 8 | * [Blog Site Posts](blog-site-posts.md) 9 | * [Books](books.md) 10 | * [Code Project - Tools](code-project-tools.md) 11 | * [Code Samples](code-samples.md) 12 | * [Conference - Organizer](conference-organizer.md) 13 | * [Conference - Booth Presenter](conference-booth-presenter.md) 14 | * [Forums](forums.md) 15 | * [Meetups](meetups.md) 16 | * [Mentorship](mentorship.md) 17 | * [Open-Source Projects](open-source-projects.md) 18 | * [Other](other.md) 19 | * [Product Group Feedback](product-group-feedback.md) 20 | * [Site Owner](site-owner.md) 21 | * [Speaking](speaking.md) 22 | * [Technical Social Media](technical-social-media.md) 23 | * [Translations](translations.md) 24 | * [User Group Owner](user-group-owner.md) 25 | * [Videos](videos.md) 26 | * [Webcasts](webcasts.md) 27 | * [Website Posts](website-posts.md) -------------------------------------------------------------------------------- /docs/article.md: -------------------------------------------------------------------------------- 1 | This type is for articles you write that are not part of your personal blog. That includes online and offline (printed on newspapers or magazines) articles. 2 | 3 | # Adding Articles 4 | 5 | You can add every article you write informing its URL and date of publication. If you have written more than one article for the same place/date, add them all at once. In that case, remember to got back there before the [submissions deadline](contributions-cycle.md) to update its number of views. 6 | 7 | # Adding many articles at once 8 | 9 | You can also add many articles at once. This is useful specially when they all share the same URL/Portal. Use the description section to identify important information about them. 10 | 11 | # Printed Articles, Newspapers and Magazines 12 | 13 | ## URL 14 | If your article is for a printed magazine or newspaper and there is no online version of it, take a picture of the physical version and upload it to your blog/onedrive/etc. Share a public link in the URL section. 15 | 16 | ## Number of views 17 | 18 | As the number of views, add the print run or circulation. 19 | 20 | # Remarks: 21 | 22 | [filename](_remark-views.md ':include') -------------------------------------------------------------------------------- /docs/blog-site-posts.md: -------------------------------------------------------------------------------- 1 | This type is for articles and posts you write on your own personal blog. 2 | 3 | # Adding one blog post 4 | 5 | 6 | # Adding many blog posts at once 7 | 8 | # Remarks: 9 | -------------------------------------------------------------------------------- /docs/books.md: -------------------------------------------------------------------------------- 1 | # Pull requests welcome! 2 | -------------------------------------------------------------------------------- /docs/code-project-tools.md: -------------------------------------------------------------------------------- 1 | # pull requests welcome! 2 | -------------------------------------------------------------------------------- /docs/code-samples.md: -------------------------------------------------------------------------------- 1 | # pull requests welcome! 2 | -------------------------------------------------------------------------------- /docs/conference-booth-presenter.md: -------------------------------------------------------------------------------- 1 | # pull requests welcome! 2 | -------------------------------------------------------------------------------- /docs/conference-organizer.md: -------------------------------------------------------------------------------- 1 | # Pull requests welcome! 2 | -------------------------------------------------------------------------------- /docs/contributions-cycle.md: -------------------------------------------------------------------------------- 1 | Your contributions submissions must be for community activities between `April 1` to `March 31` the next year. -------------------------------------------------------------------------------- /docs/forums.md: -------------------------------------------------------------------------------- 1 | # pull requests welcome! 2 | -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Unofficial MVP Contributions Docs 6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /docs/linkedin.md: -------------------------------------------------------------------------------- 1 | 2 | We are all very proud to be awarded with the Microsoft MVP Award and one of the first places one would want to share the news is on LinkedIn. 3 | 4 | # Where should I add my new/renewed MVP Award? 5 | 6 | The best place to add your MVP Award is in the `Accomplishments -> Honors & Awards` section. You can also add this information in your profile's `Summary` section. 7 | 8 | ## Don'ts: 9 | 10 | ### You should not add your MVP Award in your profile's `Headline` 11 | 12 | That could confuse people that you work for Microsoft, which is not the case. 13 | 14 | ### You should not add your MVP Award in the `Experience` section of your profile 15 | 16 | That could confuse people that you work for Microsoft, which is not the case. Remember that this is not a work experience, it is an award given by Microsoft to you. -------------------------------------------------------------------------------- /docs/meetups.md: -------------------------------------------------------------------------------- 1 | There is no official entry for Meetups, so here is how to inform your contributions: 2 | 3 | # You are a Meetup Organizer 4 | 5 | On every meetup, add a [Conference Organizer](conference-organizer.md) entry, informing the contribution area, number of attendees, etc. of that specific meeting. If you are also the speaker, add an extra entry as described below. 6 | 7 | # You are speaking at a specific Meetup 8 | 9 | Add a regular [Speaking - User Group](speaking.md) entry for that specific meeting. 10 | 11 | # You are the Organizer of a recurrent Meetup/User group 12 | 13 | If your Meetup has members and the meetings happen periodically, add an extra entry close to the end of the year's cycle (currently in March) informing the General Contribution Area, total number of members and the number of meetings that cycle had. 14 | 15 | Ex: you are a Meet Organizer, had 10 meetings that cycle and spoke on 3 of them. You should add: 16 | - 10 entries as [Conference Organizer](conference-organizer.md) (use number of attendees) 17 | - 3 entries as [Speaking - User Group](speaking.md) (use number of attendees) 18 | - 1 entry as [User Group Owner](user-group-owner.md) (use number of members) -------------------------------------------------------------------------------- /docs/mentorship.md: -------------------------------------------------------------------------------- 1 | # pull requestes welcome! 2 | -------------------------------------------------------------------------------- /docs/open-source-projects.md: -------------------------------------------------------------------------------- 1 | This type is for reporting your contributions to the open-source community 2 | 3 | # Remarks: 4 | -------------------------------------------------------------------------------- /docs/other.md: -------------------------------------------------------------------------------- 1 | # pull request welcome! 2 | -------------------------------------------------------------------------------- /docs/product-group-feedback.md: -------------------------------------------------------------------------------- 1 | # pull request welcome! 2 | -------------------------------------------------------------------------------- /docs/pt/README.md: -------------------------------------------------------------------------------- 1 | # Headline 2 | 3 | > An awesome project. 4 | -------------------------------------------------------------------------------- /docs/pt/_coverpage.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ![logo](../_media/logo.png) 4 | 5 | # MVP Contribution 6 | 7 | > A completely **unofficial** guide for MVP Community Contributions 8 | 9 | * Simple and lightweight (~19kB gzipped) 10 | * No statically built html files 11 | * Multiple themes 12 | 13 | [GitHub](https://github.com/MVPContributions/mvp-docs) 14 | [Get Started](#readme) 15 | 16 | 17 | 18 | ![color](#f0f0f0) -------------------------------------------------------------------------------- /docs/pt/_navbar.md: -------------------------------------------------------------------------------- 1 | - Translations 2 | - [:en: English]() 3 | - [:pt: Portuguese](/pt/) -------------------------------------------------------------------------------- /docs/site-owner.md: -------------------------------------------------------------------------------- 1 | # pull request welcome! 2 | -------------------------------------------------------------------------------- /docs/speaking.md: -------------------------------------------------------------------------------- 1 | This type is for reporting your contributions as a speaker on Conferences and User Groups 2 | 3 | # Conference 4 | 5 | # User Group 6 | 7 | # Remarks -------------------------------------------------------------------------------- /docs/technical-social-media.md: -------------------------------------------------------------------------------- 1 | # pull request welcome! 2 | -------------------------------------------------------------------------------- /docs/translations.md: -------------------------------------------------------------------------------- 1 | # pull request welcome! 2 | -------------------------------------------------------------------------------- /docs/user-group-owner.md: -------------------------------------------------------------------------------- 1 | # pull request welcome! 2 | -------------------------------------------------------------------------------- /docs/videos.md: -------------------------------------------------------------------------------- 1 | # pull request welcome! 2 | -------------------------------------------------------------------------------- /docs/webcasts.md: -------------------------------------------------------------------------------- 1 | # pull request welcome! 2 | -------------------------------------------------------------------------------- /docs/website-posts.md: -------------------------------------------------------------------------------- 1 | # pull request welcome! 2 | --------------------------------------------------------------------------------