{"id":74028,"date":"2018-09-28T13:52:13","date_gmt":"2018-09-28T20:52:13","guid":{"rendered":"https:\/\/open.microsoft.com\/?p=74028"},"modified":"2025-03-03T16:17:27","modified_gmt":"2025-03-04T00:17:27","slug":"hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond","status":"publish","type":"post","link":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/","title":{"rendered":"Hacktoberfest: Tips for growing open source communities in October and beyond"},"content":{"rendered":"\n<p>For the last four years, DigitalOcean and GitHub have spearheaded <a href=\"https:\/\/hacktoberfest.digitalocean.com\/\">Hacktoberfest<\/a>, a month-long open source initiative that encourages people of all experience levels to contribute to open source projects. The premise is straightforward: open five pull requests (PRs) in any GitHub-hosted open source project and earn a limited-edition Hacktoberfest T-shirt.<\/p>\n\n\n\n<p>People have credited Hacktoberfest for getting them into open source \u2013 in fact, many Hacktoberfest PRs created by first time contributors. Others with previous open source experience have used Hacktoberfest as a way of setting aside time to revisit projects they haven\u2019t contributed to in a while.<\/p>\n\n\n\n<p>At its core, Hacktoberfest is about giving back to the projects that help us build countless libraries, services, and frameworks that we use to run our software. That\u2019s why we\u2019re excited to be <a href=\"https:\/\/open.microsoft.com\/2018\/09\/18\/hacktoberfest-2018-microsoft\/\">joining Hacktoberfest<\/a> this year, recognizing anyone who submits a pull request to <a href=\"https:\/\/opensource.microsoft.com\/\">one of our open source projects<\/a> with a limited-edition T-shirt by the one and only Ashley McNamara. (That right, you can get TWO T-shirts if you submit five PRs and if one is in <a href=\"https:\/\/opensource.microsoft.com\/\">a Microsoft repo<\/a>). You can get <a href=\"https:\/\/open.microsoft.com\/2018\/09\/18\/hacktoberfest-2018-microsoft\/\">more details on the Microsoft contest here<\/a>.<\/p>\n\n\n\n<p>To help you get the most from Hacktoberfest, below are my tips for how contributors, from experienced maintainers to open source newbies, can make Hacktoberfest meaningful and helpful for everyone.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"for-contributors\">For contributors<\/h2>\n\n\n\n<p>If you\u2019re thinking about participating in Hacktoberfest (I know I am!), start by doing research. The official Hacktoberfest website has typically highlighted suggested projects in the past, but you can contribute to any open source project that\u2019s on GitHub. Find projects either by looking for issues labeled \u201cHacktoberfest\u201d or by perusing projects listed on <a href=\"https:\/\/github.com\/explore\">GitHub\u2019s Explore page<\/a>.<\/p>\n\n\n\n<p>Once you have an idea of what project(s) you\u2019d like to contribute to, look at a project\u2019s \u201ccontributing guidelines.\u201d These guidelines will give you all the information you need to set up your environment, what you need to include in a PR, and more.<\/p>\n\n\n\n<p>And more importantly, look at the project\u2019s issue tracker. What bugs have people reported, and what features have been requested? Is there anything you\u2019ve noticed that hasn\u2019t been reported or requested yet? If you find something listed in the issue tracker you\u2019d like to work on, let people know that you\u2019d like to start working on it and submit a PR to address the problem. Or submit a PR for something that hasn\u2019t been reported and include a detailed explanation that outlines what the problem is and how your PR solves it.<\/p>\n\n\n\n<p>Resources:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/opensource.guide\/how-to-contribute\/#finding-a-project-to-contribute-to\">Finding a project to contribute to<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/blog.github.com\/2015-01-21-how-to-write-the-perfect-pull-request\/\">How to write the perfect pull request<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"code-review\">Code review<\/h2>\n\n\n\n<p>Once you open a PR, don\u2019t forget about it! Open a PR with the goal of it solving a problem and eventually getting the solution merged into the project. If you notice a test in your PR is failing, troubleshoot it, and if a maintainer asks you to make adjustments to the PR, address them.<\/p>\n\n\n\n<p>These conversations are a part of the open source contribution experience and are essential, as they help project maintainers keep the integrity of the project. In other words, the dialogue keeps the projects people use\u2014intact. Set up GitHub notifications and watch out for updates about any of your open PRs.<\/p>\n\n\n\n<p>Resources:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/blog.digitalocean.com\/how-to-conduct-effective-code-reviews\/\">How to conduct code reviews<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/hackernoon.com\/the-art-of-pull-requests-6f0f099850f9\">The art of pull requests<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"having-empathy-for-project-maintainers\">Having empathy for project maintainers<\/h2>\n\n\n\n<p>Many of the projects we use are maintained by individual volunteers who balance their open source work with other commitments, and much of this open source work is unpaid. Hacktoberfest is an exciting time, but it can also be an overwhelming time for many project maintainers, who see a huge uptick in issues and PRs that need to be reviewed. The best approach is to ask a maintainer how you can help and to be patient.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"for-maintainers\">For maintainers<\/h2>\n\n\n\n<p>Hacktoberfest is a great time to drum up excitement for your projects by getting external contributors on board. If you\u2019d like to promote your project and get some contributions, here are a few things to keep in mind:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Be sure to highlight important information about your project in the README.<\/strong> This includes a project description, a project license, a code of conduct and a link to your contributor guidelines.<\/li>\n\n\n\n<li><strong>Consider creating issue templates.<\/strong> If your issue tracker contains a mix of support questions, bug reports, feature requests, and other miscellaneous items, using issue templates can help you better triage your issues (especially if you expect an increase in activity during Hacktoberfest).<\/li>\n\n\n\n<li><strong>Add descriptive labels to issues.<\/strong> Adding labels provides additional context to your issues and it\u2019s a way of helping potential contributors identify what issues they can start working on (and which issues are already being addressed by someone else).<\/li>\n<\/ul>\n\n\n\n<p>There are many other ways that you as a maintainer can and should set expectations with contributors. Check out the \u201cbest practices for maintainers\u201d link below for more information.<\/p>\n\n\n\n<p>Resources:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/blog.github.com\/2018-07-10-optimizing-open-source-projects-with-github-apps\/\">Optimizing your open source project with GitHub Apps<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/opensource.guide\/best-practices\/\">Best practices for maintainers<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n\n<p>Hacktoberfest is many things to many people. Whatever your reasons for participating in Hacktoberfest, being mindful of your contributions and feeling empathy with open source projects and the communities of people who keep our projects running is always a laudable goal.<\/p>\n\n\n\n<p><em>Follow us at <a href=\"http:\/\/www.twitter.com\/openatmicrosoft\">@OpenAtMicrosoft <\/a>for Hacktoberfest updates. You can get started with one of our open source projects <a href=\"https:\/\/opensource.microsoft.com\/\">here<\/a>.<\/em><\/p>\n\n\n\n<p><em>Questions or feedback? Let us know in the comments below.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For the last four years, DigitalOcean and GitHub have spearheaded Hacktoberfest, a month-long open source initiative that encourages people of all experience levels to contribute to open source projects. The premise is straightforward: open five pull requests (PRs) in any GitHub-hosted open source project and earn a limited-edition Hacktoberfest T-shirt.<\/p>\n","protected":false},"author":5562,"featured_media":95480,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"msxcm_post_with_no_image":false,"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[136,158,400],"content-type":[],"topic":[2240],"programming-languages":[],"coauthors":[2306],"class_list":["post-74028","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-github","tag-kubernetes","tag-vs-code","topic-application-development","review-flag-alway-1593580310-39","review-flag-conte-1593580323-303"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hacktoberfest: Tips for growing open source communities in October and beyond | Microsoft Open Source Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hacktoberfest: Tips for growing open source communities in October and beyond | Microsoft Open Source Blog\" \/>\n<meta property=\"og:description\" content=\"For the last four years, DigitalOcean and GitHub have spearheaded Hacktoberfest, a month-long open source initiative that encourages people of all experience levels to contribute to open source projects. The premise is straightforward: open five pull requests (PRs) in any GitHub-hosted open source project and earn a limited-edition Hacktoberfest T-shirt.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Open Source Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-28T20:52:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-04T00:17:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC21_homeGaming_Surface_002.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"640\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Stephanie Morillo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:site\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stephanie Morillo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/\"},\"author\":[{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/author\/stephanie-morillo\/\",\"@type\":\"Person\",\"@name\":\"Stephanie Morillo\"}],\"headline\":\"Hacktoberfest: Tips for growing open source communities in October and beyond\",\"datePublished\":\"2018-09-28T20:52:13+00:00\",\"dateModified\":\"2025-03-04T00:17:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/\"},\"wordCount\":921,\"commentCount\":6,\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC21_homeGaming_Surface_002.webp\",\"keywords\":[\"GitHub\",\"Kubernetes\",\"VS Code\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/\",\"name\":\"Hacktoberfest: Tips for growing open source communities in October and beyond | Microsoft Open Source Blog\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC21_homeGaming_Surface_002.webp\",\"datePublished\":\"2018-09-28T20:52:13+00:00\",\"dateModified\":\"2025-03-04T00:17:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#primaryimage\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC21_homeGaming_Surface_002.webp\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC21_homeGaming_Surface_002.webp\",\"width\":1170,\"height\":640},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/opensource.microsoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hacktoberfest: Tips for growing open source communities in October and beyond\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"name\":\"Microsoft Open Source Blog\",\"description\":\"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability\",\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\",\"name\":\"Microsoft Open Source Blog\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft Open Source Blog\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/OpenAtMicrosoft\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hacktoberfest: Tips for growing open source communities in October and beyond | Microsoft Open Source Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/","og_locale":"en_US","og_type":"article","og_title":"Hacktoberfest: Tips for growing open source communities in October and beyond | Microsoft Open Source Blog","og_description":"For the last four years, DigitalOcean and GitHub have spearheaded Hacktoberfest, a month-long open source initiative that encourages people of all experience levels to contribute to open source projects. The premise is straightforward: open five pull requests (PRs) in any GitHub-hosted open source project and earn a limited-edition Hacktoberfest T-shirt.","og_url":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/","og_site_name":"Microsoft Open Source Blog","article_published_time":"2018-09-28T20:52:13+00:00","article_modified_time":"2025-03-04T00:17:27+00:00","og_image":[{"width":1170,"height":640,"url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC21_homeGaming_Surface_002.png","type":"image\/png"}],"author":"Stephanie Morillo","twitter_card":"summary_large_image","twitter_creator":"@OpenAtMicrosoft","twitter_site":"@OpenAtMicrosoft","twitter_misc":{"Written by":"Stephanie Morillo","Est. reading time":"4 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#article","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/"},"author":[{"@id":"https:\/\/opensource.microsoft.com\/blog\/author\/stephanie-morillo\/","@type":"Person","@name":"Stephanie Morillo"}],"headline":"Hacktoberfest: Tips for growing open source communities in October and beyond","datePublished":"2018-09-28T20:52:13+00:00","dateModified":"2025-03-04T00:17:27+00:00","mainEntityOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/"},"wordCount":921,"commentCount":6,"publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC21_homeGaming_Surface_002.webp","keywords":["GitHub","Kubernetes","VS Code"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/","url":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/","name":"Hacktoberfest: Tips for growing open source communities in October and beyond | Microsoft Open Source Blog","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#primaryimage"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC21_homeGaming_Surface_002.webp","datePublished":"2018-09-28T20:52:13+00:00","dateModified":"2025-03-04T00:17:27+00:00","breadcrumb":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#primaryimage","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC21_homeGaming_Surface_002.webp","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC21_homeGaming_Surface_002.webp","width":1170,"height":640},{"@type":"BreadcrumbList","@id":"https:\/\/opensource.microsoft.com\/blog\/2018\/09\/28\/hacktoberfest-tips-for-growing-open-source-communities-in-october-and-beyond\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/opensource.microsoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Hacktoberfest: Tips for growing open source communities in October and beyond"}]},{"@type":"WebSite","@id":"https:\/\/opensource.microsoft.com\/blog\/#website","url":"https:\/\/opensource.microsoft.com\/blog\/","name":"Microsoft Open Source Blog","description":"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability","publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/opensource.microsoft.com\/blog\/#organization","name":"Microsoft Open Source Blog","url":"https:\/\/opensource.microsoft.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft Open Source Blog"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/OpenAtMicrosoft"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Open Source Blog","distributor_original_site_url":"https:\/\/opensource.microsoft.com\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/74028","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/users\/5562"}],"replies":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/comments?post=74028"}],"version-history":[{"count":2,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/74028\/revisions"}],"predecessor-version":[{"id":97199,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/74028\/revisions\/97199"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media\/95480"}],"wp:attachment":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media?parent=74028"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/post_tag?post=74028"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/content-type?post=74028"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/topic?post=74028"},{"taxonomy":"programming-languages","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/programming-languages?post=74028"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/coauthors?post=74028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}