{
    "componentChunkName": "component---src-components-blog-post-jsx",
    "path": "/blog/set-yourself-up-for-success-open-source-contributions/",
    "result": {"data":{"site":{"siteMetadata":{"author":"Monica Powell","siteUrl":"https://www.aboutmonica.com"}},"mdx":{"id":"7fc2070c-63b0-51de-97b5-7af57016eb44","timeToRead":4,"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Set Yourself Up For Success During Hacktoberfest\",\n  \"date\": \"2020-10-01T13:08:03.480Z\",\n  \"template\": \"post\",\n  \"draft\": true,\n  \"slug\": \"set-yourself-up-for-success-open-source-contributions\",\n  \"category\": [\"tutorial\"],\n  \"tags\": [\"GitHub\"],\n  \"description\": \"This article walks through some tips for making meaningful contributions to Open Source software during Hacktoberfest and beyond.\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar Callout = makeShortcode(\"Callout\");\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"Throughout \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://hacktoberfest.digitalocean.com/\"\n  }, \"Hacktoberfest\"), \" (October) people are encouraged to contribute to open-source to secure a t-shirt along with other swag. I have long been a fan of Hacktoberfest as some of my initial contributions to open-source software occurred during Hacktoberfest. Although, a downside to Hacktoberfest for some project maintainers is that people are encouraged to submit low-quality, spammy pull requests which directly increases the time required for them to maintain their projects without the benefit of being able to incorporate the code that was submitted [Update: \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://hacktoberfest.digitalocean.com/hacktoberfest-update\"\n  }, \"As of 10/03/2020 project maintainers must opt-in to participating in Hacktoberfest\"), \"]. A lot of project maintainers for projects without large corporate funding are unpaid (or underpaid) volunteers.\"), mdx(\"p\", null, \"As I've contributed to larger open-source projects and maintained smaller projects over the years I've learned more about what types of open-source contributions are generally accepted. I recently read through \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://press.stripe.com/#working-in-public\"\n  }, \"Working in Public\"), \" by Nadia Eghbal (and \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/blog/working-in-public-notes/\"\n  }, \"shared my notes\"), \") which is a great primer if you are interested in learning more about the labor that goes into maintaining open-source software and norms for participating in various types of open-source communities. Below are some of my thoughts on how to make quality contributions to open-source during Hacktoberfest and beyond! I plan on updating this post over time.\"), mdx(\"h2\", {\n    \"id\": \"1-finding-issues\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#1-finding-issues\",\n    \"aria-label\": \"1 finding issues permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"1. Finding Issues\"), mdx(\"p\", null, \"If you're newer to contributing and are looking for issues that are designed to be smaller in scope, instead of opening pull requests with unsolicited, 1 character changes, I'd recommend using GitHub's issues filter to \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://github.com/issues?q=label%3A%22good+first+issue%22+label%3Ahacktoberfest+\"\n  }, \"search for \\\"Hacktoberfest\\\" or \\\"Good First Issue\\\"\"), \" or checking out these sites that help people find beginner-level issues that you're interested in contributing to:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://goodfirstissue.dev/\"\n  }, \"https://goodfirstissue.dev/\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://www.firsttimersonly.com/\"\n  }, \"https://www.firsttimersonly.com/\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://github.com/MunGell/awesome-for-beginners\"\n  }, \"https://github.com/MunGell/awesome-for-beginners\"))), mdx(\"p\", null, \"The benefit of spending the time to find issues that are well-scoped to your interest and experience level is that if you make an attempt at resolving an issue based on the requirements usually maintainers are more willing to work with you to help get your changes accepted into a project.\"), mdx(\"p\", null, \"In addition to using the above resources to find good first issues, I'd also recommend contributing to projects you already use or check out the following projects:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://github.com/wesbos/awesome-uses/\"\n  }, \"awesome-uses\"), \" \", \"\\u2022\", \" share your developer setup, gear, software and configs.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://github.com/M0nica/httriri\"\n  }, \"httriri: HTTRiRi - HTTP Status Codes as Portrayed by Rihanna GIFs \\u2728\\uD83D\\uDC84\"), \" \", \"\\u2022\", \" submit your favorite Rihanna GIF that accurately potrays a status code and improve an educational resource for those looking for an HTTP status code reference.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://github.com/twilio-labs/open-pixel-art\"\n  }, \"twilio-labs/open-pixel-art\"), \" \", \"\\u2022\", \" Contribute to a fun, collaborative pixel art project to teach people how to contribute to open-source.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"https://github.com/selfdefined/web-app/issues\"\n  }, \"selfdefined/web-app: Dictionary database with future API and bot integrations\"), \" \", \"\\u2022\", \" submit definitions and enhancements to the selfdefined dictionary.\")), mdx(Callout, {\n    variant: \"danger\",\n    mdxType: \"Callout\"\n  }, \"Hacktoberfest has been updated to require maintainers to opt-in to having contributions to their projects count towards Hacktoberfest. If you would like your contributions to count towards the Hacktoberfest requirements, explore the\", \" \", mdx(\"a\", {\n    href: \"https://github.com/topics/hacktoberfest\"\n  }, \"Hacktoberfest topic on GitHub\"), \"to find projects that have explicitly opted-in to participating.\"), mdx(\"h2\", {\n    \"id\": \"2-claiming-issues\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#2-claiming-issues\",\n    \"aria-label\": \"2 claiming issues permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"2. Claiming Issues\"), mdx(\"p\", null, \"Different projects have different norms for indicating that someone is planning on working on an issue. As a starter, I would recommend commenting on any issues that you are interested in working on to reduce the chances of multiple people submitting duplicate changes to resolve the same issues. Generally, unless a maintainer already had someone in mind to work on an issue whoever \\\"claims\\\" an issue first and submits a pull request first will be prioritized and later submissions may be viewed as spammy. Also, note that not all issues are opened by project maintainers and core contributors so it's helpful to read the conversation and tags on an issue to determine if a maintainer is interested in resolving the issues that were raised in the issue.\"), mdx(\"h2\", {\n    \"id\": \"3-read-the-documentation\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#3-read-the-documentation\",\n    \"aria-label\": \"3 read the documentation permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"3. Read the Documentation\"), mdx(\"p\", null, \"I would recommend focusing on contributing to projects that have at least a basic README that outlines how to get started with contributing and what the expectations are for contributors. Another file that some repositories have to help provide more context for contributors is a\\nCONTRIBUTING.md which indicates what the expectations are for how people should contribute to a project. For example, for my project \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.httriri.com/\"\n  }, \"https://www.httriri.com/\"), \"\\nI've shared guidelines for how files should be named and how to make changes that are more likely to be accepted (i.e, not submitting duplicate content, checking open issues before submitting unsolicited changes) in the README file to help make it easier for new contributors to get new status code submissions accepted:\"), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"The GIF should include Rihanna and not already be included on \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.httriri.com/\"\n  }, \"https://www.httriri.com/\"), \". In rare cases, a GIF that already exists in the HTTRIRI collection can be used for another status code but within the same set of proposed changes, a new GIF should be chosen for the other status code to ensure there are no duplicate images and the overall size of the collection is growing. Excerpt from \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://github.com/M0nica/httriri\"\n  }, \"HTTRIRI Documentation\"))), mdx(\"p\", null, \"If there are things specified within a repository regarding naming conventions, testing practices, where files should live, etc. these are usually requirements and not suggestions unless otherwise indicated. Therefore, it's in your best interest to follow those guidelines to hopefully have your changes accepted and to reduce the back and forth required to finalize your pull request.\"), mdx(\"h2\", {\n    \"id\": \"4-opening-a-pull-request\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#4-opening-a-pull-request\",\n    \"aria-label\": \"4 opening a pull request permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"4. Opening a Pull request\"), mdx(\"p\", null, \"Once you feel like your changes adequately address an issue you should open a pull request in the repository. It's generally a best practice to reference the issue that you are resolving in your pull request and to add a link to your PR on the issue. Some projects will include a checklist or template when opening a new pull request, this generally should be filled out completely unless something is not applicable and gives you another chance to check that your contribution meets the requirements. For example, if a checklist indicates that unit tests should be updated or added for all changes then you should make sure that is done in your pull request and if not indicate why you have decided to forgo a particular requirement.\"), mdx(\"p\", null, \"If you're not quite ready to submit a PR for feedback but need assistance I'd recommend \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://github.blog/2019-02-14-introducing-draft-pull-requests/\"\n  }, \"opening a draft PR\"), \" or sharing a link to your branch on the issue and requesting guidance from other contributors. Depending on the project they may indicate that other forums like Discord should be used to solicit help with contributing. Not all projects have the same capacity to help newer contributors, so you may have to ask for help from others that aren't necessarily directly involved in the project. For example, if you're contributing to a popular, React repository a project maintainer may not be able to answer a lot of follow-up questions but someone in a popular React Discord might be able to help you.\"), mdx(\"h2\", {\n    \"id\": \"summary\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#summary\",\n    \"aria-label\": \"summary permalink\",\n    \"className\": \"anchor before\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Summary\"), mdx(\"p\", null, \"Overall, to increase the chance of your pull request being accepted I would recommend first identifying an open issue that a maintainer has already given the green light to be worked on, indicating that you are interested in that issue if it's still up for grabs and hasn't been claimed, reading through the project documentation and guidelines to make sure your contribution is aligned with their expectations for contributions and opening a pull request once you've completed the previous steps. I hope these tips help you get closer to successfully contributing to open-source software!\"));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"url":"#1-finding-issues","title":"1. Finding Issues"},{"url":"#2-claiming-issues","title":"2. Claiming Issues"},{"url":"#3-read-the-documentation","title":"3. Read the Documentation"},{"url":"#4-opening-a-pull-request","title":"4. Opening a Pull request"},{"url":"#summary","title":"Summary"}]},"frontmatter":{"title":"Set Yourself Up For Success During Hacktoberfest","date":"October 01, 2020","description":"This article walks through some tips for making meaningful contributions to Open Source software during Hacktoberfest and beyond.","tags":["GitHub"]}},"allWebMentionEntry":{"edges":[{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1318717950392782849/1320520905576058883","wmProperty":"repost-of","wmId":887495,"type":"entry","url":"https://twitter.com/laurennor/status/1320520905576058883","likeOf":null,"author":{"url":"https://twitter.com/laurennor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fc280e87e05c34d940202071beb30007c20a7d8b785f823fbab5412900a35a3e.png","name":"Lauren Murphy👩🏾‍💻"},"published":"October 26, 2020","content":{"text":"Thanks for having me @wscnewyorkcity & @WSCAustin  teach a workshop! My slides on Getting Started with Open Source tucked away at https://t."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1318717950392782849/298000230","wmProperty":"like-of","wmId":887496,"type":"entry","url":"https://twitter.com/waterproofheart/status/1318717950392782849#favorited-by-298000230","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/laurennor","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fc280e87e05c34d940202071beb30007c20a7d8b785f823fbab5412900a35a3e.png","name":"Lauren Murphy👩🏾‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1318717950392782849/3715673362","wmProperty":"like-of","wmId":885371,"type":"entry","url":"https://twitter.com/waterproofheart/status/1318717950392782849#favorited-by-3715673362","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/getminsar","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/be653079504826c0a5bb8f27e72dddf64ffd6e9f1e10a630806ef35db5407efc.jpg","name":"MINSAR"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1318717950392782849/1318872560893939715","wmProperty":"repost-of","wmId":883189,"type":"entry","url":"https://twitter.com/nicole_majeske/status/1318872560893939715","likeOf":null,"author":{"url":"https://twitter.com/nicole_majeske","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d1ce59ae8c757b6fcfd4ecf6fd3e570bfec462255e91bfc70a36d7f93f6ec8cb.jpg","name":"Nicole Majeske"},"published":"October 21, 2020","content":{"text":"Thanks for having me @wscnewyorkcity & @WSCAustin  teach a workshop! My slides on Getting Started with Open Source tucked away at https://t."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1318717950392782849/916344600788336641","wmProperty":"like-of","wmId":883188,"type":"entry","url":"https://twitter.com/waterproofheart/status/1318717950392782849#favorited-by-916344600788336641","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/nicole_majeske","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d1ce59ae8c757b6fcfd4ecf6fd3e570bfec462255e91bfc70a36d7f93f6ec8cb.jpg","name":"Nicole Majeske"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1318717950392782849/1318810086299607040","wmProperty":"repost-of","wmId":883002,"type":"entry","url":"https://twitter.com/nikazawila/status/1318810086299607040","likeOf":null,"author":{"url":"https://twitter.com/nikazawila","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b04f00f568cbaf641243b1efd4969044b212a603b66efb598ad7bfe15a355dc5.jpg","name":"Nika Zawila"},"published":"October 21, 2020","content":{"text":"Thanks for having me @wscnewyorkcity & @WSCAustin  teach a workshop! My slides on Getting Started with Open Source tucked away at https://t."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1318717950392782849/145303963","wmProperty":"like-of","wmId":883001,"type":"entry","url":"https://twitter.com/waterproofheart/status/1318717950392782849#favorited-by-145303963","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/nikazawila","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b04f00f568cbaf641243b1efd4969044b212a603b66efb598ad7bfe15a355dc5.jpg","name":"Nika Zawila"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1318717950392782849/1164706810508562433","wmProperty":"like-of","wmId":882941,"type":"entry","url":"https://twitter.com/waterproofheart/status/1318717950392782849#favorited-by-1164706810508562433","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/CatzoliLuz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ac6246e0cba8412b38f003077d81f6a4d0d82d9964bc14b86cb322f41028e7e3.jpg","name":"Luz Catzoli"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1318717950392782849/1315745858537873417","wmProperty":"like-of","wmId":882844,"type":"entry","url":"https://twitter.com/waterproofheart/status/1318717950392782849#favorited-by-1315745858537873417","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/astrolabus_dev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/df38f7714c99d9859e9bc6cad72cb5b25780641db61989f8f36653c4ca9ec451.jpg","name":"astrolabus dev"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1318717950392782849/3228345065","wmProperty":"like-of","wmId":882730,"type":"entry","url":"https://twitter.com/waterproofheart/status/1318717950392782849#favorited-by-3228345065","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/wscnewyorkcity","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/71fdbea34cc1c7a30fa7f740334abe7570b5de23ba57bf6a4af26c54dbc3c737.jpg","name":"WriteSpeakCodeNYC"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1318717950392782849/1318726816182448142","wmProperty":"repost-of","wmId":882729,"type":"entry","url":"https://twitter.com/wscnewyorkcity/status/1318726816182448142","likeOf":null,"author":{"url":"https://twitter.com/wscnewyorkcity","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/71fdbea34cc1c7a30fa7f740334abe7570b5de23ba57bf6a4af26c54dbc3c737.jpg","name":"WriteSpeakCodeNYC"},"published":"October 21, 2020","content":{"text":"Thanks for having me @wscnewyorkcity & @WSCAustin  teach a workshop! My slides on Getting Started with Open Source tucked away at https://t."}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1318717950392782849/441914762","wmProperty":"like-of","wmId":882728,"type":"entry","url":"https://twitter.com/waterproofheart/status/1318717950392782849#favorited-by-441914762","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/dennyperez18","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7fd50295b46eccab681829312aa3890f0cf6b69fbae79eca86c9b7106f25abda.jpg","name":"Denny Perez"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1318717950392782849/77569492","wmProperty":"like-of","wmId":882682,"type":"entry","url":"https://twitter.com/waterproofheart/status/1318717950392782849#favorited-by-77569492","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/sophia_wyl","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/bd5274e29914762857f8ca34f33b912d5fd623542d1b07e14bca8c1ce04c449d.jpg","name":"Sophia Li"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1318717950392782849/1126215020872912896","wmProperty":"like-of","wmId":882680,"type":"entry","url":"https://twitter.com/waterproofheart/status/1318717950392782849#favorited-by-1126215020872912896","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/WSCAustin","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a25a5884b222cf72745de83eb4fc450495b55689bad91d1e552f2c2cf1e42df3.png","name":"Write/Speak/Code ATX"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1318717950392782849/1078859832210456576","wmProperty":"like-of","wmId":882681,"type":"entry","url":"https://twitter.com/waterproofheart/status/1318717950392782849#favorited-by-1078859832210456576","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/hackergem","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9fc052594c6b54d134566f708b6a26698c3ab3a0339212445f47f525ba5e8afe.jpg","name":"shanice.sh"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1312230169491447815/1313063979137331200","wmProperty":"repost-of","wmId":865816,"type":"entry","url":"https://twitter.com/azrael/status/1313063979137331200","likeOf":null,"author":{"url":"https://twitter.com/azrael","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a570c5b1763259612b93dc5a3cdcbadcba82efe1f66099e5249c1d7c6845654c.jpg","name":"Alessandro"},"published":"October 05, 2020","content":{"text":"I’ve shared some advice for people who are looking to get started with contributing to open-source in an effort to increase the likelihood o"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/2929589081","wmProperty":"like-of","wmId":865099,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-2929589081","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/sillymino","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d3aeb58ac480fae766ed1ef68bbd30c060408517e94014bfea60c8431f5225bf.jpg","name":"Nikki Schmidt"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/19504534","wmProperty":"like-of","wmId":864494,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-19504534","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/karessmcgrath","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/255cf16e7e2709183059da118d18a6a68ae1711f4d3d885f3478df3b153bd90f.jpg","name":"Karess McGrath"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/759440011280265216","wmProperty":"like-of","wmId":864468,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-759440011280265216","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/foughfibre","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/734a9c089897c38b42a833481da80474f8e0b060c92f2e2a1159fb4a383ef6e1.jpg","name":"Erin “Ernie” L. Fough"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1312230169491447815/1312495581403652096","wmProperty":"repost-of","wmId":864457,"type":"entry","url":"https://twitter.com/dev_nikema/status/1312495581403652096","likeOf":null,"author":{"url":"https://twitter.com/dev_nikema","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/51d955c314df1ab44e6ac6f49dda897587ae0e829091a91f411ebc620b1c17b5.jpg","name":"Nikema Prophet ❤️✨ she/her"},"published":"October 03, 2020","content":{"text":"I’ve shared some advice for people who are looking to get started with contributing to open-source in an effort to increase the likelihood o"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1312230169491447815/1312493136086626304","wmProperty":"repost-of","wmId":864458,"type":"entry","url":"https://twitter.com/shelbyspees/status/1312493136086626304","likeOf":null,"author":{"url":"https://twitter.com/shelbyspees","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8eda7b365cc83c5caa24caddeacab821a10fb7ed7f168846c8c033084129275.jpg","name":"Shelby Spees (she/her)"},"published":"October 03, 2020","content":{"text":"I’ve shared some advice for people who are looking to get started with contributing to open-source in an effort to increase the likelihood o"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1312230169491447815/1312496834514837504","wmProperty":"repost-of","wmId":864455,"type":"entry","url":"https://twitter.com/tankwasp/status/1312496834514837504","likeOf":null,"author":{"url":"https://twitter.com/tankwasp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/46abccdc6f6117cd39f863a5fd626c2b578c5114052a0b6444ef7f55d493d092.jpg","name":"NeedsCoffeeStat☕🖤"},"published":"October 03, 2020","content":{"text":"I’ve shared some advice for people who are looking to get started with contributing to open-source in an effort to increase the likelihood o"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1312230169491447815/1312494894728925184","wmProperty":"repost-of","wmId":864456,"type":"entry","url":"https://twitter.com/venikunche/status/1312494894728925184","likeOf":null,"author":{"url":"https://twitter.com/venikunche","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b54dda7d523466e5713bbc72e224149961ab2fef7e64f83e04e9f376178d99bb.jpg","name":"Veni Kunche"},"published":"October 03, 2020","content":{"text":"I’ve shared some advice for people who are looking to get started with contributing to open-source in an effort to increase the likelihood o"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/18940793","wmProperty":"like-of","wmId":864454,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-18940793","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/elnatnal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d8b630304bafd561a3d75b29af9918df30f847e0895018139865988e4cb2aab1.jpg","name":"Jonathan Stephens"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/21693","wmProperty":"like-of","wmId":864453,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-21693","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/Folletto","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/40ad8fb4db147876e0f225ec0650bd0b6df5ac89a772853576afa58427d04a6c.jpg","name":"Erin 'Folletto' Casali"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/24483185","wmProperty":"like-of","wmId":864451,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-24483185","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/madalynrose","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b88a0eb31135fe0054945d7e69c7ccbd7e3e80b8277998a3d22345def0f8ca47.jpg","name":"madalyn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/4838347769","wmProperty":"like-of","wmId":864452,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-4838347769","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/Dkrest1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/27c65adfba3703618087a871ef217e328c546e79c91eccf6a31ef808d8fa97d8.jpg","name":"Oluwatosin Akande"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/2304086942","wmProperty":"like-of","wmId":864450,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-2304086942","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/tankwasp","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/46abccdc6f6117cd39f863a5fd626c2b578c5114052a0b6444ef7f55d493d092.jpg","name":"NeedsCoffeeStat☕🖤"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/297102985","wmProperty":"like-of","wmId":864448,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-297102985","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/venikunche","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b54dda7d523466e5713bbc72e224149961ab2fef7e64f83e04e9f376178d99bb.jpg","name":"Veni Kunche"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/3852838154","wmProperty":"like-of","wmId":864449,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-3852838154","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/shelbyspees","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8eda7b365cc83c5caa24caddeacab821a10fb7ed7f168846c8c033084129275.jpg","name":"Shelby Spees (she/her)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/3161815217","wmProperty":"like-of","wmId":864409,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-3161815217","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/iyer_san","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2d3053a238307bcdd62716b4586bb1a48832a9ba431c4e838619e86810be6b56.jpg","name":"Santosh Iyer"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/261719963","wmProperty":"like-of","wmId":864384,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-261719963","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/debrakayelliott","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ca78346285aa621eedce7fa271025576c97a19577b4820c9951853d09a829ad8.png","name":"Debra-Kaye Elliott"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/270006742","wmProperty":"like-of","wmId":864330,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-270006742","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/raschneiderman","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/37890c358e8ff1f667c57d89959e583af37ef66d39b6d3c372d9b7988f5a377f.jpg","name":"Anders Schneiderman"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/773294","wmProperty":"like-of","wmId":864314,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-773294","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/azrael","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a570c5b1763259612b93dc5a3cdcbadcba82efe1f66099e5249c1d7c6845654c.jpg","name":"Alessandro"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/1291019017990225920","wmProperty":"like-of","wmId":864286,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-1291019017990225920","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/Gokusaint1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/575ba8dd86d21b6b2caeb832628db26a17668b2e08d60d66966abbe7366af651.jpg","name":"ƃoʞn ɟɐn"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1312230169491447815/1312380075162005505","wmProperty":"repost-of","wmId":864284,"type":"entry","url":"https://twitter.com/Gokusaint1/status/1312380075162005505","likeOf":null,"author":{"url":"https://twitter.com/Gokusaint1","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/575ba8dd86d21b6b2caeb832628db26a17668b2e08d60d66966abbe7366af651.jpg","name":"ƃoʞn ɟɐn"},"published":"October 03, 2020","content":{"text":"I’ve shared some advice for people who are looking to get started with contributing to open-source in an effort to increase the likelihood o"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1312230169491447815/1312379007841656832","wmProperty":"repost-of","wmId":864285,"type":"entry","url":"https://twitter.com/PKodmad/status/1312379007841656832","likeOf":null,"author":{"url":"https://twitter.com/PKodmad","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6d30ab9699a89779a1120e762d517f00cc6b5bb63dc45939dd8f71b96c99137c.jpg","name":"Pavithra Kodmad"},"published":"October 03, 2020","content":{"text":"I’ve shared some advice for people who are looking to get started with contributing to open-source in an effort to increase the likelihood o"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/727491848214831107","wmProperty":"like-of","wmId":864282,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-727491848214831107","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/okandavutcom","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c09fff5c3d65f2517c511654de8345a65d809c793acabbeb6f3f3de31a58dc6b.jpg","name":"Okan DAVUT"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/158111326","wmProperty":"like-of","wmId":864281,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-158111326","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/tentakellady","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/56d4020526811281865b995161e5f54c76bfa0f74eec92e2fddacceff666d994.jpg","name":"Gianna Brachetti-Truskawa 🐙🏳️‍🌈 ⚢"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/1268965997622378496","wmProperty":"like-of","wmId":864204,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-1268965997622378496","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/code_rams","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/54f70025e5bf1c49644173011e2656c1fdbd7ed5be5f812e24506051c3d5ab60.jpg","name":"Rams codes ✨"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1312361613459107840","wmProperty":"mention-of","wmId":864203,"type":"entry","url":"https://twitter.com/martinwoodward/status/1312320628465246209","likeOf":null,"author":{"url":"https://twitter.com/martinwoodward","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/35c387d7325b085c3013e7abffe1e269a5c425c626ac6b0287ed63f541b81fd6.jpg","name":"Martin Woodward"},"published":"October 03, 2020","content":{"text":"Great write up from @waterproofheart on how to get started finding a project for #Hacktoberfest and how to make a meaningful contribution to an open source project in your spare time"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1312230169491447815/1312353947458383872","wmProperty":"repost-of","wmId":864202,"type":"entry","url":"https://twitter.com/g33konaut/status/1312353947458383872","likeOf":null,"author":{"url":"https://twitter.com/g33konaut","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b98d29c4f5bf769aa228d28eaf703e8eb4bf56529a62ac23b73bb686d7c200af.jpg","name":"Martin Splitt @ home 🏡🇨🇭"},"published":"October 03, 2020","content":{"text":"I’ve shared some advice for people who are looking to get started with contributing to open-source in an effort to increase the likelihood o"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/158272788","wmProperty":"like-of","wmId":864201,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-158272788","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/FeyNudibranch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/39c39b6c9b4febbb2ce87998899093c6557048a94ce221149c4dee40f139f406.jpg","name":"feynudibranch"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/736000039512768513","wmProperty":"like-of","wmId":864200,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-736000039512768513","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/PraveenPal4232","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/138416af4bc67f43edf1676bf8855d8f63eb3a2e17860177e03310e50c0be029.jpg","name":"Praveen Pal ⚡ #DevFestIndia"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1312230169491447815/1312353394229678083","wmProperty":"repost-of","wmId":864189,"type":"entry","url":"https://twitter.com/FeyNudibranch/status/1312353394229678083","likeOf":null,"author":{"url":"https://twitter.com/FeyNudibranch","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/39c39b6c9b4febbb2ce87998899093c6557048a94ce221149c4dee40f139f406.jpg","name":"feynudibranch"},"published":"October 03, 2020","content":{"text":"I’ve shared some advice for people who are looking to get started with contributing to open-source in an effort to increase the likelihood o"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/post/twitter/waterproofheart/1312320628465246209","wmProperty":"mention-of","wmId":864070,"type":"entry","url":"https://twitter.com/martinwoodward/status/1312320628465246209","likeOf":null,"author":{"url":"https://twitter.com/martinwoodward","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/35c387d7325b085c3013e7abffe1e269a5c425c626ac6b0287ed63f541b81fd6.jpg","name":"Martin Woodward"},"published":"October 03, 2020","content":{"text":"Great write up from @waterproofheart on how to get started finding a project for #Hacktoberfest and how to make a meaningful contribution to an open source project in your spare time"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/2363981468","wmProperty":"like-of","wmId":864030,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-2363981468","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/peateasea","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/af97818f6671d38dd02cedb06c996e836aaf22a20d928f661960258a5bbc8e51.jpg","name":"Paul Cochrane 🇪🇺"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/14252897","wmProperty":"like-of","wmId":864022,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-14252897","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/martinwoodward","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/35c387d7325b085c3013e7abffe1e269a5c425c626ac6b0287ed63f541b81fd6.jpg","name":"Martin Woodward"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/145303963","wmProperty":"like-of","wmId":863987,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-145303963","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/nikazawila","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b04f00f568cbaf641243b1efd4969044b212a603b66efb598ad7bfe15a355dc5.jpg","name":"Nika Zawila"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1312230169491447815/1312264926237351936","wmProperty":"repost-of","wmId":863988,"type":"entry","url":"https://twitter.com/sjengle/status/1312264926237351936","likeOf":null,"author":{"url":"https://twitter.com/sjengle","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cd1d7dcf84742d5f4499c26a2248ff7ee32a82ac9ae405d1d7fff7f81d406323.jpg","name":"Sophie Engle"},"published":"October 03, 2020","content":{"text":"I’ve shared some advice for people who are looking to get started with contributing to open-source in an effort to increase the likelihood o"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1312230169491447815/36206557","wmProperty":"like-of","wmId":863890,"type":"entry","url":"https://twitter.com/waterproofheart/status/1312230169491447815#favorited-by-36206557","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/RococoCode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c224c8ed102d0ff04b3208d1e354e2ad73c59a071d609a1c9c461343beb5028.jpg","name":"Alice Chang"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1312230169491447815/1312232267071320066","wmProperty":"repost-of","wmId":863891,"type":"entry","url":"https://twitter.com/RococoCode/status/1312232267071320066","likeOf":null,"author":{"url":"https://twitter.com/RococoCode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c224c8ed102d0ff04b3208d1e354e2ad73c59a071d609a1c9c461343beb5028.jpg","name":"Alice Chang"},"published":"October 03, 2020","content":{"text":"I’ve shared some advice for people who are looking to get started with contributing to open-source in an effort to increase the likelihood o"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/145303963","wmProperty":"like-of","wmId":862994,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-145303963","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/nikazawila","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b04f00f568cbaf641243b1efd4969044b212a603b66efb598ad7bfe15a355dc5.jpg","name":"Nika Zawila"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/3117997247","wmProperty":"like-of","wmId":862723,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-3117997247","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/JDameau","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ea010f557e6400ad0a57c47fc465d58c99128a66c4c723f5e45a345c3fb6ab7e.jpg","name":"Juliette"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/53689240","wmProperty":"like-of","wmId":862667,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-53689240","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/khaostheory34","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/032df5a0f71d0477181132e38bdcbbbf61a7c1fbc718f8dda99f550008c68f0c.jpg","name":"Sean"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311813914766831617","wmProperty":"repost-of","wmId":862632,"type":"entry","url":"https://twitter.com/Wisdom_Ekpotu/status/1311813914766831617","likeOf":null,"author":{"url":"https://twitter.com/Wisdom_Ekpotu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/40c160fa002f439c44ac97b2fd2f47881ac63afca13eb8b8dd10378e9297f685.jpg","name":"Wisdom Ekpotu 🚀"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/758325923313754112","wmProperty":"like-of","wmId":862631,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-758325923313754112","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/Wisdom_Ekpotu","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/40c160fa002f439c44ac97b2fd2f47881ac63afca13eb8b8dd10378e9297f685.jpg","name":"Wisdom Ekpotu 🚀"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/372978756","wmProperty":"like-of","wmId":862598,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-372978756","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/AishaBlake","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/588fbab4c142374e60ebc3e5200729b82d6b5d7a4b6fa46aaad3d72a44ccc7a7.jpg","name":"Aisha Blake"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/372321316","wmProperty":"like-of","wmId":862596,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-372321316","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/adriathomas","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ad47cfd74254903a24b6823f52aa22a16b59e317668441d88450692f79d619ca.jpg","name":"Adrian Thomas"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/3188626982","wmProperty":"like-of","wmId":862597,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-3188626982","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/fabcodingzest","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2e6710747dea62aa19cd45ee7db7286d28a468ef2c46c21389d38a5e070596cb.jpg","name":"Fab🧕💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/221738327","wmProperty":"like-of","wmId":862581,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-221738327","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/taylorpage71","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dea545b6506e2e625c7d3a98dafa61edd0340d553d5a042dab1d1810c6590095.jpg","name":"Taylor Page"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311767533922455553","wmProperty":"repost-of","wmId":862580,"type":"entry","url":"https://twitter.com/JeromeHardaway/status/1311767533922455553","likeOf":null,"author":{"url":"https://twitter.com/JeromeHardaway","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/129cc4b37f0ce6401fcf2def3e8cce3d09f41153abd68d2789399ff1413931cc.jpg","name":"Jerome Hardaway 🇺🇸🇺🇸🇺🇸"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311777758952017922","wmProperty":"repost-of","wmId":862579,"type":"entry","url":"https://twitter.com/matiasfha/status/1311777758952017922","likeOf":null,"author":{"url":"https://twitter.com/matiasfha","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/47521b05b354df06792591308f36c87ee4ecdeba7bba7e5b10e06bb160784d74.jpg","name":"Matías Hernández Arellano"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311768081103020033","wmProperty":"repost-of","wmId":862578,"type":"entry","url":"https://twitter.com/andrewbaisden/status/1311768081103020033","likeOf":null,"author":{"url":"https://twitter.com/andrewbaisden","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/96e985f09360f66e0435c9cc9dd1a98404eab421a1c1e6bf6d442d1b84fb819c.jpg","name":"Andrew Baisden"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311770063532224513","wmProperty":"repost-of","wmId":862577,"type":"entry","url":"https://twitter.com/wingmattdev/status/1311770063532224513","likeOf":null,"author":{"url":"https://twitter.com/wingmattdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c927789d2753c768315eaa899a5f592f4a4901fcb02a48ae42bb1924e9b21640.jpg","name":"Matt Wing 🦇"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311780484553175041","wmProperty":"repost-of","wmId":862575,"type":"entry","url":"https://twitter.com/mindfullycrafts/status/1311780484553175041","likeOf":null,"author":{"url":"https://twitter.com/mindfullycrafts","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f8e24f630cea55db172c044356744ded6359b751b1439df02c9353fab5f74626.jpg","name":"Yenly"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311779054153019394","wmProperty":"repost-of","wmId":862576,"type":"entry","url":"https://twitter.com/emmaindal/status/1311779054153019394","likeOf":null,"author":{"url":"https://twitter.com/emmaindal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2fd9f6f9cd758d411a95a6b7dc6a3ec6e435c29851c5a8b0bf0083cf827f3e68.jpg","name":"Emma Indal"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/760692446904872961","wmProperty":"like-of","wmId":862573,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-760692446904872961","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/mindfullycrafts","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f8e24f630cea55db172c044356744ded6359b751b1439df02c9353fab5f74626.jpg","name":"Yenly"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/25129421","wmProperty":"like-of","wmId":862574,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-25129421","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/LuciCodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b0436bd0d318698132fe1002abdf5d264941874a384f67b8a229fd351272c06c.jpg","name":"laTiaLuci"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1032532833812795393","wmProperty":"like-of","wmId":862572,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1032532833812795393","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/emmaindal","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2fd9f6f9cd758d411a95a6b7dc6a3ec6e435c29851c5a8b0bf0083cf827f3e68.jpg","name":"Emma Indal"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1050624749301198848","wmProperty":"like-of","wmId":862568,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1050624749301198848","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/wingmattdev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/c927789d2753c768315eaa899a5f592f4a4901fcb02a48ae42bb1924e9b21640.jpg","name":"Matt Wing 🦇"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311738831142637569","wmProperty":"repost-of","wmId":862529,"type":"entry","url":"https://twitter.com/dpkreativ/status/1311738831142637569","likeOf":null,"author":{"url":"https://twitter.com/dpkreativ","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cb6a348822b71b0908fd699f2885564165a379527e6fb3a28e0be8013dec6cb5.jpg","name":"Divine 🛸🇳🇬🦅"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311745644437135365","wmProperty":"repost-of","wmId":862528,"type":"entry","url":"https://twitter.com/Jessica39500090/status/1311745644437135365","likeOf":null,"author":{"url":"https://twitter.com/Jessica39500090","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b74d411e76993f32df26307888dc05ae0a4ce892b8be0b47ea9a940286a4a284.jpg","name":"Jessica Rengifo"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1288555226329489417","wmProperty":"like-of","wmId":862527,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1288555226329489417","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/Jessica39500090","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b74d411e76993f32df26307888dc05ae0a4ce892b8be0b47ea9a940286a4a284.jpg","name":"Jessica Rengifo"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/745582409257713665","wmProperty":"like-of","wmId":862526,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-745582409257713665","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/vchrombie","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8dd6548968f3f425db3827a506140a1ffca2dfbe0afce488a2a4025f78697ecc.jpg","name":"Venu Vardhan Reddy Tekula"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1272486620411944971","wmProperty":"like-of","wmId":862525,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1272486620411944971","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/danielp_johnson","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/25835c6be8289cdf3dc584b3211d26ff28743b32f29d068ca6cd529d59294098.jpg","name":"Daniel Philip Johnson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1137297915104366593","wmProperty":"like-of","wmId":862524,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1137297915104366593","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/dpkreativ","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/cb6a348822b71b0908fd699f2885564165a379527e6fb3a28e0be8013dec6cb5.jpg","name":"Divine 🛸🇳🇬🦅"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/759395244249124864","wmProperty":"like-of","wmId":862523,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-759395244249124864","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/NatalieMarleny","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7d82903c4c16290343af3e35e5770cf01e01bbce28940eec58ccea1c19a242d6.jpg","name":"Natalie Marleny"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/779073147832184832","wmProperty":"like-of","wmId":862512,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-779073147832184832","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/_iammartinn","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9aa7a2b1826db8875102c1ff294e480ae6bb750c9f7c7371c21842f2f796cb2c.jpg","name":"Martin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/36206557","wmProperty":"like-of","wmId":862491,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-36206557","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/RococoCode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2c224c8ed102d0ff04b3208d1e354e2ad73c59a071d609a1c9c461343beb5028.jpg","name":"Alice Chang"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/723034394739384320","wmProperty":"like-of","wmId":862490,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-723034394739384320","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/p_omovoiye","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/a062a7618e6b58bb92a8f9f6211a56f61fe93a7ddb932def2d86e819cef3d289.jpg","name":"Precious Omovoiye"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/272107180","wmProperty":"like-of","wmId":862489,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-272107180","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/OscarRieken","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/04acaa3925acbc9c7e7f825a68422e9c34d1004ae6ee255ad18571097115ce99.jpg","name":"Oscar.Rieken"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/3306039860","wmProperty":"like-of","wmId":862488,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-3306039860","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/smsdlibrarian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/926cee006aa26960aad600bd58504c158ca055985b4ae6e40f8aacfa5938af09.jpg","name":"Maggie Taylor"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/710126701297029120","wmProperty":"like-of","wmId":862376,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-710126701297029120","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/MichellleBrenda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f6ca68441dffed55ad87779f9ef7a99a5bae1407136b3ddccb762e072c37f37a.jpg","name":"BRENDA MICHELLE"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/14969240","wmProperty":"like-of","wmId":862375,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-14969240","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/Nick_Radford","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/05b2513f1ff487bfeb4f56f407993c00ab51a06e329674dc07c65d0d60b01105.jpg","name":"Nick Radford (he/him)"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311710142820474883","wmProperty":"repost-of","wmId":862374,"type":"entry","url":"https://twitter.com/MichellleBrenda/status/1311710142820474883","likeOf":null,"author":{"url":"https://twitter.com/MichellleBrenda","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/f6ca68441dffed55ad87779f9ef7a99a5bae1407136b3ddccb762e072c37f37a.jpg","name":"BRENDA MICHELLE"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/610794677","wmProperty":"like-of","wmId":862373,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-610794677","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/sleeepybun","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/33a12940958d7c26f9da775ae71b35c0b33911ebe777868948c2f434eb00ba62.jpg","name":"hanan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/3487839254","wmProperty":"like-of","wmId":862372,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-3487839254","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/aplusrise","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/6df5329e84f7d52e01f2ef486c6dee19540e2ba0d0cfe2542f9deee591270550.png","name":"aPlusRise"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/26033849","wmProperty":"like-of","wmId":862371,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-26033849","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/quantastic","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ff154e37a616967a66ed29833fa322aa7dcd3efdc3df3e9103dcd8ae0f6287e7.jpg","name":"AJ"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/389873566","wmProperty":"like-of","wmId":862351,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-389873566","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/Hsensation88","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0192b08e69b2af30cc5ee37bbe25739671853412f116bf0a9585d12ac53dae92.jpg","name":"Fabrice"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311690678376726534","wmProperty":"repost-of","wmId":862350,"type":"entry","url":"https://twitter.com/AmrutaRanade/status/1311690678376726534","likeOf":null,"author":{"url":"https://twitter.com/AmrutaRanade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/91d818937497abee3d686116fdaa38229d6d553408ca8a7f95e6c90b3fa4ea50.jpg","name":"Amruta Ranade"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311690986574225418","wmProperty":"repost-of","wmId":862349,"type":"entry","url":"https://twitter.com/ceeoreo_/status/1311690986574225418","likeOf":null,"author":{"url":"https://twitter.com/ceeoreo_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7735f8415bb840ca231527a813c87e7db288de22449fac60b3f3735655d4990b.jpg","name":"ceora⛅️"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311691071412412423","wmProperty":"repost-of","wmId":862348,"type":"entry","url":"https://twitter.com/cardosodev/status/1311691071412412423","likeOf":null,"author":{"url":"https://twitter.com/cardosodev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3ab4307a9a09882ece9efbb277a29e86ae5e45f908d38c59517e1aea7aeee0a6.png","name":"Matheus Cardoso"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311691626750902273","wmProperty":"repost-of","wmId":862346,"type":"entry","url":"https://twitter.com/srosebaxter/status/1311691626750902273","likeOf":null,"author":{"url":"https://twitter.com/srosebaxter","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/09550d74d1fcd9f2217f0c232f78d713bae4bc7de47cf60ef15675e46fee439c.jpg","name":"Savanna Baxter"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/753747828497756160","wmProperty":"like-of","wmId":862347,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-753747828497756160","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/Dynamite7A","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/06811723860ab6e9632547309aa0d4cca1fecde0ccfcb1887f1b5afa32694619.jpg","name":"Dynamite⁷"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1078763152479866882","wmProperty":"like-of","wmId":862345,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1078763152479866882","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/FabrciaDiniz","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/37ac7c6e46ed79bf324e6c975cae1e0e0ac3c639e3e5ac9fcf85ec0bbddb58e9.jpg","name":"nomad Codemist"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/370622863","wmProperty":"like-of","wmId":862344,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-370622863","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/nellykiboi","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/e8bb139c617deba97a56d0abf16b95856ad1f414539617b9da5659062e2b9f11.jpg","name":"nellykiboi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/573140277","wmProperty":"like-of","wmId":862343,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-573140277","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/apchiarelli","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/450d39f3300e24ae8a31cadb0faa85bd1c17dec80c24076bd4397a920da98ade.jpg","name":"Ana Chiarelli"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/250392690","wmProperty":"like-of","wmId":862342,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-250392690","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/Liat_Moss","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/70dfc172d88b16fa67a6b542b1302c04fa89ec224dbe1fb5980ec823d2767703.jpg","name":"Liat 👩‍🏭👩‍💻"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1103507196","wmProperty":"like-of","wmId":862341,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1103507196","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/AmrutaRanade","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/91d818937497abee3d686116fdaa38229d6d553408ca8a7f95e6c90b3fa4ea50.jpg","name":"Amruta Ranade"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/2986847421","wmProperty":"like-of","wmId":862340,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-2986847421","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/jessC617","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/92a78e526a8186aedc8f7f07ec750050ad357aaaaacf6f74649d722728b71629.jpg","name":"Jess"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/171772351","wmProperty":"like-of","wmId":862338,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-171772351","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/mintiiB","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/2e47b05a31465cbcf1eb041da463a520cee39065d48e34e452b8f2f597cc2423.png","name":"Brittney Braxton"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/16562139","wmProperty":"like-of","wmId":862339,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-16562139","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/JavaFXpert","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/8b95d8807e331b5fbf84d361a20b3e12b10869740b75e31478e8b62bb25be270.jpg","name":"JavaFXpert"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/431019226","wmProperty":"like-of","wmId":862337,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-431019226","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/emmalearnscode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/74e6415664ba32a3a914117f6e921c1590e22aae4a87887191e995a75c57ab01.jpg","name":"Emma Dawson"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/738052671236628481","wmProperty":"like-of","wmId":862336,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-738052671236628481","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/cardosodev","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/3ab4307a9a09882ece9efbb277a29e86ae5e45f908d38c59517e1aea7aeee0a6.png","name":"Matheus Cardoso"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1042530264532971520","wmProperty":"like-of","wmId":862335,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1042530264532971520","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/ceeoreo_","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/7735f8415bb840ca231527a813c87e7db288de22449fac60b3f3735655d4990b.jpg","name":"ceora⛅️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1108061535862177792","wmProperty":"like-of","wmId":862334,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1108061535862177792","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/lazaro_ambrosio","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b7cccada4590d728ccb26bfcf6591ae98475d199699d126445fab73db04bb829.jpg","name":"LAmbrosio 〽️"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1307251212077727749","wmProperty":"like-of","wmId":862290,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1307251212077727749","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/Vuedian","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/d6517f06fa5bf3dab048702cd9f65b2e8cf6c5bf8861d52fea34b305c243ad34.jpg","name":"Ezekiel Michael"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311671486386708480","wmProperty":"repost-of","wmId":862288,"type":"entry","url":"https://twitter.com/IkegahRuth/status/1311671486386708480","likeOf":null,"author":{"url":"https://twitter.com/IkegahRuth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dac7c75c62eba350faa986b03839a419b8e9f9a354aecb01dcfd4d42f037d866.jpg","name":"💛"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/repost/twitter/waterproofheart/1311670554223611904/1311671008064045062","wmProperty":"repost-of","wmId":862289,"type":"entry","url":"https://twitter.com/jaybeekeeper/status/1311671008064045062","likeOf":null,"author":{"url":"https://twitter.com/jaybeekeeper","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1705e252eb5ccc1c42d669b305df980cb0fea88b204f265fa989a18771ef32af.jpg","name":"🐝.rb"},"published":"October 01, 2020","content":{"text":"It should go without saying but Hacktoberfest is a lot more fun without spammy pull request! Here are some tips to get your pull requests me"}}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1058744590658887680","wmProperty":"like-of","wmId":862287,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1058744590658887680","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/IkegahRuth","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/dac7c75c62eba350faa986b03839a419b8e9f9a354aecb01dcfd4d42f037d866.jpg","name":"💛"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/395950420","wmProperty":"like-of","wmId":862286,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-395950420","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/lannonbr","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/0666849f6ac5faf6a9030bc80bc4f15e93705c599c44cdcd2ef83c65b052e0a3.jpg","name":"Benjamin Lannon"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/785221407802294272","wmProperty":"like-of","wmId":862285,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-785221407802294272","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/coffeecraftcode","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/9509f7b4fe5f9e69c2a2b7b5083e13e79c2197372b8390b67f59014ff1138921.jpg","name":"Christina Gorton"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/94396562","wmProperty":"like-of","wmId":862284,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-94396562","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/dcgoodwin2112","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/188456955f02feef24f2e41e5d120d033b512b492fd1ab7761dec0b02514518a.jpg","name":"Dan Goodwin"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/259171305","wmProperty":"like-of","wmId":862282,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-259171305","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/erinfoox","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/88f24b906deabc64c7d3dc1daeff89013a8525f53c7dc99ec82385ced112d9c4.jpg","name":"Erin Fox"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/805213694355456000","wmProperty":"like-of","wmId":862283,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-805213694355456000","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/anaveecodes","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/01d6500bb703c59749b33617203af68f74d09c8ee3846fa23623c8aa14e1ad9e.jpg","name":"Ana Vela"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/1108407651526995968","wmProperty":"like-of","wmId":862281,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-1108407651526995968","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/rleggos","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/ccd6b0155b3c246467ad78b35fa36341edc1c8f0092a94af59e804ded7169b46.jpg","name":"Rachel Leggett"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/2932738834","wmProperty":"like-of","wmId":862280,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-2932738834","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/techgirl1908","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/030e12121e47ef027a6255a9b520b1cce14e5b1de39fa6c1882f6a328ca71f44.jpg","name":"Angie Jones"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/3180323598","wmProperty":"like-of","wmId":862278,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-3180323598","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/kieranshb","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fa0dbafed362ab3f681a4a930c14aeee000e392be98fb7bb8c7e76ed4f021259.jpg","name":"Kieran"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/2903947763","wmProperty":"like-of","wmId":862279,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-2903947763","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/LuigiOliveira__","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b61a6aeb02b433d19c293dd390be6ad4b5d5a2d5b04260aa40e1563bd1a41980.jpg","name":"Lüigi"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/871949962074042369","wmProperty":"like-of","wmId":862277,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-871949962074042369","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/jsrioss","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/fa5c39bfe37bba6a4b9e08373947acfc2b1a01101747d8d3cdbf06c15d430c1d.jpg","name":"Juan"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/like/twitter/waterproofheart/1311670554223611904/898545822526255104","wmProperty":"like-of","wmId":862275,"type":"entry","url":"https://twitter.com/waterproofheart/status/1311670554223611904#favorited-by-898545822526255104","likeOf":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","author":{"url":"https://twitter.com/chsiedentop","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/1a21df8a71397ca88827b17fdc7e1073effbccc2500a73687345c35de1769c75.jpg","name":"Christoph Siedentop"},"published":null,"content":null}},{"node":{"wmTarget":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","wmSource":"https://brid-gy.appspot.com/comment/twitter/waterproofheart/1311670554223611904/1311672368767602690","wmProperty":"in-reply-to","wmId":862276,"type":"entry","url":"https://twitter.com/LuigiOliveira__/status/1311672368767602690","likeOf":null,"author":{"url":"https://twitter.com/LuigiOliveira__","type":"card","photo":"https://webmention.io/avatar/pbs.twimg.com/b61a6aeb02b433d19c293dd390be6ad4b5d5a2d5b04260aa40e1563bd1a41980.jpg","name":"Lüigi"},"published":"October 01, 2020","content":{"text":"For the first time, i'll try to contribute to an repository on github, thanks for the tips!"}}}]}},"pageContext":{"permalink":"https://www.aboutmonica.com/blog/set-yourself-up-for-success-open-source-contributions/","slug":"/blog/set-yourself-up-for-success-open-source-contributions/","prev":{"id":"1009dcc4-63ab-56e4-9a36-f01098c8dc9c","frontmatter":{"title":"Getting Started With Webmention and NextJS","category":["tutorial"],"date":"2020-10-03T16:51:30.675Z","slug":"getting-started-with-webmention-next-js","tags":["JavaScript","Webmention","Video","NextJS"],"redirects":null},"fields":{"slug":"/blog/getting-started-with-webmention-next-js/"}},"next":{"id":"5d3b0d04-9f35-5ba3-9e08-e58e4b4d4312","frontmatter":{"title":"How To Render Relevant Icons Based on Content","category":["tutorial"],"date":"2020-09-12T13:40:05.267Z","slug":"how-to-render-relevant-icons-based-on-content","tags":["React"],"redirects":null},"fields":{"slug":"/blog/how-to-render-relevant-icons-based-on-content/"}}}},
    "staticQueryHashes": ["1977783444","764694655"]}