Skip to content

release 0.2

Roxanne Lee edited this page Feb 21, 2023 · 295 revisions

Release 0.2

Due Date

Sunday October 31

Overview

This second release is meant to get you contributing to real open source projects, furthering your git, GitHub, and open source experience.

For the month of October, we will be participating in Hacktoberfest, a yearly event to encourage new people to get involved in the open source community.

I have created a video to discuss Hacktoberfest and this release in more detail, which you are encouraged to watch before you begin.

You can also read my blog posts about Seneca open source students doing Hacktoberfest in the past:

Learning Goals

The goal of this second release is to help you gain experience and confidence in contributing to open source projects through direct involvement in a number of real projects. As a result, you will learn more about what it's like to work within the open source development community. Finally, you will participate in a global event, and get a chance to network in the industry.

This release will also help you to continue to develop your blogging skills, and practice software planning, estimating, and scheduling, as you work to complete your pull requests each week.

Hacktoberfest

Start by registering with your GitHub info on the Hacktoberfest web page. You might also want to join the Hacktoberfest Discord server, in order to get help or find interesting projects.

You are then asked to complete 4 pull requests during October, doing roughly 1 pull request per week. All 4 PRs must be completed by Saturday Oct 31, and you are asked to work on 3 separate repos/projects (i.e., you can't do all 4 PRs in one project). You will also be required to blog each week about your progress (see below). The complete list of rules for Hacktoberfest are here.

You are expected to make steady progress through your 4 pull requests. That is, each one should build on the previous one in some way. You can't, for example, fix 4 spelling mistakes in a single project. Rather, use each pull request as an opportunity to try something new, and to push yourself a little bit further. Your 4th PR should be more complex and larger than your first.

You shouldn't take on huge issues in projects you don't understand and overwhelm yourself. But you should challenge yourself to work just a bit outside your current skill and comfort zones. The goal is to progress in your experience, competence, and confidence.

NOTE: many people "cheat" at Hacktoberfest by creating repositories that are simply lists of words, movie titles, algorithms, etc and aren't really open source projects. Please refrain from contributing to these. Make sure you are picking issues from real open source projects. If you're not sure, ask your professor.

Picking Open Source Projects

You can work on any GitHub hosted open source project, but be aware of the following:

  1. You may not work on a student project, or a project for another class (e.g., I will not count PRs to the link checking repos from 0.1)
  2. Look for repos with the Hacktoberfest topic and/or Issues with the Hacktoberfest label. If you want to work on a repo/issue that doesn't have the "Hacktoberfest" topic or label, ask the maintainers of the project if they can add it for your PR.
  3. Look at the projects that previous Seneca students worked on during Hacktoberfest in 2018, 2019, and 2020.
  4. You should avoid "Hacktoberfest" specific repos, which are created simply to allow people to create silly PRs (i.e., "add your name to this list!"). Pick real open source projects.
  5. You should avoid projects that are abandoned or no longer actively maintained. Pick active projects, where you can get your work merged.
  6. You need to work on 3 different project repos during the month.

If you are unsure whether a repo or project is acceptable, ask your professor.

Finding Issues to Work on

Finding good issues takes time, so be patient and leave yourself plenty of time. Also be aware that there will be thousands of other people contributing to Hacktoberfest, and competing with you for issues.

Here are some links to queries and tools for finding potential issues to work on:

Some other tips when searching for issues on GitHub:

  • You can specify the user field, if you want to limit your search to an organization or company, for example user:microsoft would show only issues belonging to Microsoft repos.
  • You can limit to a particular programming language using the language field, language:python.

Fixing Your Issues

I have created two videos to walk you through the process of contributing to open source projects on GitHub:

When you find an issue that you want to work on, you are encouraged to leave a comment telling the project maintainers. This will help signal to other developers that you are working on it, and (hopefully) not submit a fix. Some people don't follow this rule, and submit fixes anyway.

Submit a pull request for your fix, following all guidelines for the project (see their README.md and CONTRIBUTING.md docs). Make sure your pull request is high quality, doesn't touch lines/files that aren't related to your fix, and has proper indenting and code formatting. Pay attention to small things.

You are expected to make any fixes that your reviewers request in subsequent commits. Be professional in your communication and the code you submit.

Getting Help

At every stage of your work, make sure you ask for help, and get feedback from others in the community by asking questions. Don't struggle on your own and get stuck, or miss the due date.

Please use Slack to help with communication. If you can't get a maintainer for a repository to respond to your Issues, or give feedback on reviews, you should try and reach out on Slack. If that doesn't work, consider switching to contribute to another repository.

Weekly Blogging

Each week during October you will be asked to blog about your progress. These blogs will help you stay on track, and spread your work out during the month. You cannot possibly do this assignment the week or night before it is due, so manage your time well.

Your blog posts should include things like:

  • Which issue did your work on? Always include links to URLs so readers can find them.
  • What was the issue about?
  • What did you need to do to prepare the fix? Was their much setup?
  • What did you need to learn in order to make the fix?
  • Explain the code for your fix. How does it work?
  • If possible, include some kind of demo of the code before/after the fix (not all issues will lend themselves to this, but if you can, consider using screenshots, etc).
  • What research did you do? Were there aspects of the issue that you found difficult?
  • Did you have any interesting interactions with the project maintainers?
  • What did you find difficult? How did you overcome this?
  • Link to your Pull Request

Requirements

You will be graded on the following. Please make sure you have addressed everything that makes sense below:

  • Four (4) approved Pull Requests completed on time (i.e., not all in the final week) and including at least 3 different project repos.
  • Clear progression in your work (i.e., you did more than fix 4 spelling mistakes)
  • Professional and respectful interactions in your issue with maintainers, good communication in issues and pull requests.
  • Pull Requests should reference the Issue Number in its description (e.g., "Fixes #7: Add feature to do ..."), and include sufficient information about changes you made
  • All work is done on a new branch (e.g., if you are fixing Issue 123, use issue-123 as your branch name)
  • Proper code to fix your Issues
  • Code follows style of the original repository author(s)
  • All review comments have been addressed, and subsequent commits have been added to correct any problems. Ideally your Pull Request is merged.
  • Blog Posts for all Pull Requests
    • Discussion of the changes you made. What was your process? What did you learn? What would you do differently next time, or what worked and you would do again?
    • Link to the Issues you filed, and discuss the bug/problem/addition you wanted to address.
    • Link to the Pull Requests you created, and discuss the fix.
    • Discussion of what you did to address your review comments.

Submission

Please add a section for yourself to this document, copy/pasting the template below. Each week you should update your data for blogs, pull requests and issues you are working on:


GitHubUserName - Student Name

Issues
Pull Requests
  1. https://github.com/example/pull/1
  2. https://github.com/example2/pull/2
  3. https://github.com/example3/pull/3
  4. https://github.com/example4/pull/4
Blog Posts
  1. https://student.blog.com/hacktoberfest-week-one
  2. https://student.blog.com/hacktoberfest-week-two
  3. https://student.blog.com/hacktoberfest-week-three
  4. https://student.blog.com/hacktoberfest-week-four
  5. https://student.blog.com/hacktoberfest-recap


a-rokay - Ahmad Rokay

Issues
  1. https://github.com/TroyTae/game-of-life/issues/1415
  2. https://github.com/quelea-projection/Quelea/issues/409
  3. https://github.com/runelite/runelite/issues/14233
  4. https://github.com/takelley1/OCVBot/issues/4
Pull Requests
  1. https://github.com/TroyTae/game-of-life/pull/1418
  2. https://github.com/quelea-projection/Quelea/pull/410
  3. https://github.com/runelite/runelite/pull/14280 (not merged)
  4. https://github.com/takelley1/OCVBot/pull/6
Blog Posts
  1. https://dev.to/ar/first-hacktoberfest-contribution-486m
  2. https://dev.to/ar/second-hacktoberfest-contribution-3164
  3. https://dev.to/ar/third-hacktoberfest-contribution-340m
  4. https://dev.to/ar/fourth-contribution-55bb
  5. https://dev.to/ar/02-recap-1273

ycechungAI - Eugene Chung

Issues
  1. https://github.com/microsoft/Quantum/issues/432
  2. https://github.com/ManimCommunity/manim/issues/1172
  3. https://github.com/sevazhidkov/prompts-ai/issues/9
  4. https://github.com/chengstone/cchess-zero/issues/16
Pull Requests
  1. https://github.com/microsoft/Quantum/pull/556
  2. https://github.com/ManimCommunity/manim/pull/2184
  3. https://github.com/sevazhidkov/prompts-ai/pull/10
  4. https://github.com/chengstone/cchess-zero/pull/17
Blog Posts
  1. https://ycechung-opensource.blogspot.com/2021/10/osd600-first-hacktoberfest-issue.html
  2. https://ycechung-opensource.blogspot.com/2021/10/yet-another-successful-hacktoberfest.html
  3. https://ycechung-opensource.blogspot.com/2021/10/deadlines-and-backup-plan-in.html
  4. https://ycechung-opensource.blogspot.com/2021/10/translated-chinese-version-of-alphazero.html

juuuuuuun - Jun Song

Issues
  1. https://github.com/nirajacharyaa/todo-app/issues/4
  2. https://github.com/code4charity/YouTube-Extension/issues/1073
  3. https://github.com/watson-hex/frontend-collabamigo/issues/78
  4. -https://github.com/nirajacharyaa/todo-app/issues/34
Pull Requests
  1. https://github.com/nirajacharyaa/todo-app/pull/7
  2. https://github.com/code4charity/YouTube-Extension/pull/1075
  3. https://github.com/watson-hex/frontend-collabamigo/pull/88
  4. -https://github.com/nirajacharyaa/todo-app/pull/35
Blog Posts
  1. https://dev.to/juuuuuuun/first-time-my-hacktoberfest-55ig
  2. https://dev.to/juuuuuuun/fixed-function-in-repo-550j
  3. https://dev.to/juuuuuuun/applied-design-part-gpc
  4. https://dev.to/juuuuuuun/comeback-to-first-project-2h33

menghif - Francesco Menghi

Issues
  1. https://github.com/DenverCoder1/github-readme-streak-stats/issues/141
  2. https://github.com/JoschuaSchneider/mehrzahl/issues/2
  3. https://github.com/mozilla/bedrock/issues/10255
  4. https://github.com/Seneca-CDOT/telescope/issues/2360
Pull Requests
  1. https://github.com/DenverCoder1/github-readme-streak-stats/pull/165
  2. https://github.com/JoschuaSchneider/mehrzahl/pull/3
  3. https://github.com/mozilla/bedrock/pull/10583
  4. https://github.com/Seneca-CDOT/telescope/pull/2367
Blog Posts
  1. https://dev.to/menghif/hacktoberfest-1-5721
  2. https://dev.to/menghif/hacktoberfest-2-3j2j
  3. https://dev.to/menghif/contributing-to-mozilla-45l2
  4. https://dev.to/menghif/adding-a-feature-to-telescope-adi
  5. https://dev.to/menghif/hacktoberfest-recap-2bbp

trangntt-016 - Trang Nguyen

Issues
  1. https://github.com/trebol-ecommerce/spring-boot-backend/issues/14
  2. https://github.com/trebol-ecommerce/spring-boot-backend/issues/56
  3. https://github.com/meilisearch/meilisearch-java/issues/128
  4. https://github.com/assertj/assertj-core/issues/2378
Pull Requests
  1. https://github.com/trebol-ecommerce/spring-boot-backend/pull/59
  2. https://github.com/trebol-ecommerce/spring-boot-backend/pull/60
  3. https://github.com/meilisearch/meilisearch-java/pull/251
  4. https://github.com/assertj/assertj-core/pull/2387
Blog Posts
  1. https://tracy016.medium.com/osd600-first-hacktoberfest-contribution-d11d5cba7c58
  2. https://tracy016.medium.com/osd600-week3-35c679040f48
  3. https://tracy016.medium.com/osd600-contributing-to-melisearchs-documentation-c34443da356b
  4. https://tracy016.medium.com/osd600-contributing-to-assertj-core-87c7007388cb

AmasiaNalbandian - Amasia Nalbandian

Issues
Pull Requests
  1. PR 1
  2. PR 2
  3. PR 3
  4. PR 4
Blog Posts
  1. Small changes make a big impact
  2. Different uses of GitHub
  3. Learning new technologies
  4. Dear Maintainers,

kiennguyenchi - Chi Kien Nguyen

Issues
  1. https://github.com/Lol3rrr/waswolf/issues/4
  2. https://github.com/jpalacio0612/react-neon-ui-demo/issues/18
  3. https://github.com/dylan-snyder/site-color-visualizer/issues/10
  4. https://github.com/ACM-VIT/sticky-links/issues/2
Pull Requests
  1. https://github.com/Lol3rrr/waswolf/pull/13
  2. https://github.com/jpalacio0612/react-neon-ui-demo/pull/20
  3. https://github.com/dylan-snyder/site-color-visualizer/pull/13
  4. https://github.com/ACM-VIT/sticky-links/pull/32
Blog Posts
  1. https://dev.to/kiennguyenchi/osd600-week-5-release-0-2-hacktoberfest-3nl
  2. https://dev.to/kiennguyenchi/hacktoberfest-working-with-react-4ihd
  3. https://dev.to/kiennguyenchi/hacktoberfest-working-with-v-tooltip-22o3
  4. https://dev.to/kiennguyenchi/hacktoberfest-working-with-swift-7m

Kevan-Y - Kevan Yang

Issues
  1. https://github.com/WordPress/openverse-frontend/issues/215
  2. https://github.com/heylinda/heylinda-app/issues/84
  3. https://github.com/Canvasbird/canvasboard/issues/327
  4. https://github.com/Seneca-CDOT/telescope/issues/2322
Pull Requests
  1. https://github.com/WordPress/openverse-frontend/pull/272
  2. https://github.com/heylinda/heylinda-app/pull/85
  3. https://github.com/Canvasbird/canvasboard/pull/436
  4. https://github.com/Seneca-CDOT/telescope/pull/2337
Blog Posts
  1. https://dev.to/pandanoxes/my-first-contribution-to-a-open-sources-p5j
  2. https://dev.to/pandanoxes/first-contribution-on-a-react-native-repo-29ee
  3. https://dev.to/pandanoxes/hacktoberfest-3-canvasboard-401o
  4. https://dev.to/pandanoxes/hacktoberfest-4-telescope-dji

mqnguyen5 - Minh Quan Nguyen

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2323
  2. https://github.com/medusajs/medusa/pull/534#event-5458335301
  3. https://github.com/medusajs/medusa/pull/545#event-5458875103
  4. https://github.com/Greenstand/treetracker-admin-client/pull/182
Blog Posts
  1. https://dev.to/mqnguyen/happy-hacktoberfest-part-1-71i
  2. https://dev.to/mqnguyen/happy-hacktoberfest-part-2-1od0
  3. https://dev.to/mqnguyen/happy-hacktoberfest-part-3-4deb
  4. https://dev.to/mqnguyen/happy-hacktoberfest-part-4-3543

mkim219 - Minsu Kim

Issues
  1. https://github.com/RajMhatre20/color-generator/issues/1
  2. https://github.com/neeleshio/login-form/issues/2
  3. https://github.com/mohitjaisal/VXPlayer/issues/14
  4. https://github.com/swapnilsparsh/ChatSociety/issues/13
Pull Requests
  1. https://github.com/RajMhatre20/color-generator/pull/2
  2. https://github.com/neeleshio/login-form/pull/6
  3. https://github.com/mohitjaisal/VXPlayer/pull/15
  4. https://github.com/swapnilsparsh/ChatSociety/issues/13
Blog Posts
  1. https://dev.to/mkim219/hacktoberfest-1-m88
  2. https://dev.to/mkim219/hacktoberfest-2-3c4l
  3. https://dev.to/mkim219/hacktoberfest-3-2615
  4. https://dev.to/mkim219/hacktoberfest-4-1844

andrewillomitzer - Andre Willomitzer

Issues
  1. https://github.com/openaq/openaq-api/issues/467
  2. https://github.com/jasmine/jasmine/issues/1854
  3. https://github.com/openaq/openaq.org/issues/760
  4. https://github.com/kibertoad/toad-scheduler/issues/24
Pull Requests
  1. https://github.com/openaq/openaq-api/pull/482
  2. https://github.com/jasmine/jasmine/pull/1937
  3. https://github.com/openaq/openaq.org/pull/764/commits/63542a43055879de1092069d0e9d6cca3403d083
  4. https://github.com/kibertoad/toad-scheduler/pull/53
Blog Posts
  1. https://dev.to/andrewillomitzer/openaq-my-first-open-source-pr-3k32
  2. https://dev.to/andrewillomitzer/testing-the-testers-jasmine-contribution-2i1g
  3. https://dev.to/andrewillomitzer/sometimes-its-the-little-things-3rd-pr-51hd
  4. https://dev.to/andrewillomitzer/setinterval-and-the-32-bit-debacle-5bnm

Antonio-Bennett - Antonio Bennett

Issues
  1. https://github.com/grzi/scion/issues/193
  2. https://github.com/aquelemiguel/parrot/issues/10
  3. https://github.com/ynn1k/simple-js-tasklist/issues/4
  4. https://github.com/ynn1k/simple-js-tasklist/issues/3
Pull Requests
  1. https://github.com/grzi/scion/pull/198
  2. https://github.com/aquelemiguel/parrot/pull/24
  3. https://github.com/ynn1k/simple-js-tasklist/pull/19
  4. https://github.com/ynn1k/simple-js-tasklist/pull/20
Blog Posts
  1. https://dev.to/antoniobennett/hacktoberfest-week-1-4ebc
  2. https://dev.to/antoniobennett/hacktoberfest-week-2-39l9
  3. https://dev.to/antoniobennett/pure-js-is-hard-41ob
  4. https://dev.to/antoniobennett/pure-js-is-hard-2-2hpk

dhillonks - Kunwarvir Dhillon

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2392
  2. https://github.com/grommet/grommet/pull/5737
  3. https://github.com/grommet/grommet/pull/5740
  4. https://github.com/redxzeta/Awesome-Adoption/pull/210
Blog Posts
  1. https://dev.to/dhillonks/fixing-a-bug-in-an-open-source-project-telescope-akc
  2. https://dev.to/dhillonks/working-on-grommet-8lc
  3. https://dev.to/dhillonks/hacktoberfest-3rd-contribution-5bdl
  4. https://dev.to/dhillonks/adding-a-new-component-for-my-fourth-hacktoberfest-contribution-4k0o

Issues
  1. https://github.com/RosaliaNightsong/discord-bot/issues/124
  2. https://github.com/osmlab/name-suggestion-index/issues/5482
    2.5. https://github.com/robotichead/NearBeach/issues/268
  3. https://github.com/Greenstand/treetracker-admin-client/issues/170
  4. https://github.com/Tetracyl/EarTensifier/issues/59
Pull Requests
  1. https://github.com/RosaliaNightsong/discord-bot/pull/126
  2. https://github.com/osmlab/name-suggestion-index/pull/5484
    2.5 https://github.com/robotichead/NearBeach/pull/269
  3. https://github.com/Greenstand/treetracker-admin-client/pull/175
  4. https://github.com/Tetracyl/EarTensifier/pull/67
Blog Posts
  1. https://medium.com/@lmpham1/dps909-starting-off-hacktoberfest-with-an-easy-pull-request-10785b56334c
  2. https://medium.com/@lmpham1/dps909-continuing-my-hacktoberfest-journey-f3b221ed13af
  3. https://medium.com/@lmpham1/dps909-third-week-of-hacktoberfest-8eeecf1df80f
  4. https://medium.com/@lmpham1/dps909-adding-a-new-command-to-a-discord-bot-for-hacktoberfest-2984f92bc024
  5. https://medium.com/@lmpham1/dps909-hacktoberfest-recap-ea3af09c6a7

lyu4321 - Leyang Yu

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/2299
  2. https://github.com/WordPress/openverse-catalog/issues/176
  3. https://github.com/microsoft/fluentui/issues/20166
  4. https://github.com/mihaiborbea/recipe-app/issues/25
  5. https://github.com/Mayank0255/Atari-Space-Invaders/issues/19
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2336
  2. https://github.com/WordPress/openverse-catalog/pull/230
  3. https://github.com/microsoft/fluentui/pull/20229 (not reviewed)
  4. https://github.com/mihaiborbea/recipe-app/pull/28
  5. https://github.com/Mayank0255/Atari-Space-Invaders/pull/23
Blog Posts
  1. https://dev.to/lyu4321/hacktoberfest-week-1-khe
  2. https://dev.to/lyu4321/hacktoberfest-week-2-2hlp
  3. https://dev.to/lyu4321/hacktoberfest-week3-b99
  4. https://dev.to/lyu4321/hacktoberfest-week-4-22ni
  5. https://dev.to/lyu4321/hacktoberfest-recap-f91

oliver-pham - Oliver Pham

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/2212
  2. https://github.com/vector-im/element-web/issues/19180
  3. https://github.com/stepzen-samples/stepzen-spacex-graphql/issues/14
  4. https://github.com/appwrite/appwrite/issues/1920
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2327
  2. https://github.com/matrix-org/matrix-react-sdk/pull/6898
  3. https://github.com/stepzen-samples/stepzen-spacex-graphql/pull/30
  4. https://github.com/appwrite/demos-for-functions/pull/248
Blog Posts
  1. https://dev.to/oliverpham/getting-started-with-hacktoberfest-4k3j
  2. https://dev.to/oliverpham/mistakes-to-avoid-before-submitting-your-pull-request-3nl8
  3. https://dev.to/oliverpham/learn-graphql-through-contributing-to-stepzen-6op
  4. https://dev.to/oliverpham/3-ways-to-get-unstuck-while-fixing-bugs-4ec9

GMOTGIT - Gustavo Tavares

Issues
  1. https://github.com/arnav1776/Hogwarts/issues/3
  2. https://github.com/time-it-app/time-it-app/issues/2
  3. https://github.com/ortelius/ortelius/issues/403
  4. https://github.com/carlsberg/jira-remote-link-action/issues/5
Pull Requests
  1. https://github.com/arnav1776/Hogwarts/pull/7
  2. https://github.com/time-it-app/time-it-app/pull/6
  3. https://github.com/ortelius/ortelius/pull/405
  4. https://github.com/carlsberg/jira-remote-link-action/pull/7
Blog Posts
  1. https://dev.to/gmotgit/my-first-collaboration-40bi
  2. https://dev.to/gmotgit/time-it-app-lets-go-59a
  3. https://dev.to/gmotgit/ortelius-simplifying-the-implementation-of-microservices-joe
  4. https://dev.to/gmotgit/the-last-hacktober-pr-2m3f

rc-lee - Roxanne Lee

Issues
  1. https://github.com/chesslablab/php-chess/issues/76
  2. https://github.com/ACM-VIT/fludget/issues/279
  3. 3.1 https://github.com/grommet/grommet/issues/5735
  4. 3.2 https://github.com/DavidGolodetsky/GeekScore/issues/132
  5. https://github.com/directus/directus/issues/9167
Pull Requests
  1. https://github.com/chesslablab/php-chess/pull/82
  2. https://github.com/ACM-VIT/fludget/pull/312
  3. 3.1 https://github.com/grommet/grommet/pull/5764
  4. 3.2 https://github.com/DavidGolodetsky/GeekScore/pull/208
  5. https://github.com/directus/directus/pull/9267
Blog Posts
  1. https://medium.com/@Roxanne.Lee/hacktoberfest-week-1-fda1792d8d52
  2. https://medium.com/@Roxanne.Lee/hacktober-02-c508182532a1
  3. https://medium.com/@Roxanne.Lee/hacktober-03-498c2aaf5dd1
  4. https://medium.com/@Roxanne.Lee/hacktober-04-b7c4cd479e45
  5. https://medium.com/@Roxanne.Lee/hacktober-recap-8f695ca6ef17

roman-rezinkin - Roman Rezinkin

Issues
  1. https://github.com/nocodb/nocodb/issues/627
  2. https://github.com/Alexandria/match-three-game/issues/59
  3. https://github.com/tallboy/snowgo.at/issues/18
  4. https://github.com/askbuddie/buddies-tube/issues/24
Pull Requests
  1. https://github.com/nocodb/nocodb/pull/632
  2. https://github.com/Alexandria/match-three-game/pull/60
  3. https://github.com/tallboy/snowgo.at/pull/22
  4. https://github.com/askbuddie/buddies-tube/pull/25
Blog Posts
  1. https://dev.to/romanrezinkin/dps909-release-0-2-w1-11cf
  2. https://dev.to/romanrezinkin/dps909-release-02-w2-d75
  3. https://dev.to/romanrezinkin/dps909-release-02-w3-29p3
  4. https://dev.to/romanrezinkin/dps909-release-02-w4-55k9

Yoda-Canada - Tengzhen Zhao

Issues
  1. https://github.com/amanjha8100/chords/issues/32 (Done)
  2. https://github.com/fossology/Nirjas/issues/36 (Done)
  3. https://github.com/Agrover112/fliscopt/issues/35 (Done)
  4. https://github.com/meilisearch/meilisearch-python/issues/350 (Done)
Pull Requests
  1. https://github.com/amanjha8100/chords/pull/67 (Merged)
  2. https://github.com/fossology/Nirjas/pull/42 (Merged)
  3. https://github.com/Agrover112/fliscopt/pull/48 (Merged)
  4. https://github.com/meilisearch/meilisearch-python/pull/351 (Merged)
Blog Posts
  1. https://dev.to/yodacanada/release0-2-week-one-1a8n
  2. https://dev.to/yodacanada/release02-week-two-366o
  3. https://dev.to/yodacanada/release02-week-three-4mo2
  4. https://dev.to/yodacanada/release02-week-four-3aj9

nguyenhung15913 - Hung Nguyen

Issues
  1. https://github.com/vikas-ukani/react-next-portfolio-dev/issues/6
  2. https://github.com/time-it-app/time-it-app/issues/3
  3. https://github.com/Yashdew/Assessor/issues/37
  4. https://github.com/drph4nt0m/avbot-charts/issues/353
Pull Requests
  1. https://github.com/vikas-ukani/react-next-portfolio-dev/pull/7
  2. https://github.com/time-it-app/time-it-app/pull/7, https://github.com/time-it-app/time-it-app/pull/9
  3. https://github.com/Yashdew/Assessor/pull/41
  4. https://github.com/drph4nt0m/avbot-charts/pull/356
Blog Posts
  1. https://dev.to/nguyenhung15913/first-pull-request-in-hacktoberfest-1fkm
  2. https://dev.to/nguyenhung15913/contribution-to-time-it-2iad
  3. https://dev.to/nguyenhung15913/contributed-to-assessor-2pn8
  4. https://dev.to/nguyenhung15913/contributed-to-avbot-charts-3389

JerryHue - Gerardo Enrique Arriaga Rendon

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/2314
  2. https://github.com/MichaelCurrin/badge-generator/issues/117
  3. https://github.com/libp2p/rust-libp2p/issues/2259
  4. https://github.com/google/blockly/issues/5273
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2342
  2. https://github.com/MichaelCurrin/badge-generator/pull/125
  3. https://github.com/libp2p/rust-libp2p/pull/2322
  4. https://github.com/google/blockly/pull/5656
Blog Posts
  1. https://dev.to/jerryhue/my-first-time-contributing-to-telescope-5bfp
  2. https://dev.to/jerryhue/contributing-to-badge-generator-5a9
  3. https://dev.to/jerryhue/contributing-to-rust-libp2p-cdd
  4. https://dev.to/jerryhue/contributing-to-blockly-46h2

TueNguyen2911 - Tue Nguyen

Issues
  1. https://github.com/fawazahmed0/youtube-uploader/issues/45
  2. https://github.com/codefordenver/partner-finder/issues/134
  3. https://github.com/codefordenver/partner-finder/issues/170
  4. https://github.com/uclaacm/opensource/issues/23
Pull Requests
  1. https://github.com/fawazahmed0/youtube-uploader/pull/46
  2. https://github.com/codefordenver/partner-finder/pull/151
  3. https://github.com/codefordenver/partner-finder/pull/206
  4. https://github.com/uclaacm/opensource/pull/28
Blog Posts
  1. https://dev.to/tuenguyen2911_67/hacktoberfest-s-first-commit-1oak
  2. https://dev.to/tuenguyen2911_67/hacktoberfest-2-3ffl
  3. https://dev.to/tuenguyen2911_67/python-and-sql-17ko
  4. https://dev.to/tuenguyen2911_67/the-end-of-hacktoberfest-3d40

joshuali7536 - Joshua Li

Issues
  1. https://github.com/ustaxes/UsTaxes/issues/618
  2. https://github.com/Project-Reclass/toynet-react/issues/248
  3. https://github.com/Seneca-CDOT/telescope/issues/653
  4. https://github.com/stxarixdust/looperman-desktop/issues/7
Pull Requests
  1. https://github.com/ustaxes/UsTaxes/pull/619
  2. https://github.com/Project-Reclass/toynet-react/pull/250
  3. https://github.com/Seneca-CDOT/telescope/pull/2388
  4. https://github.com/stxarixdust/looperman-desktop/pull/13
Blog Posts
  1. https://dev.to/jli/my-first-hacktoberfest-pr-3c9j
  2. https://dev.to/jli/hacktoberfest-pr-2-ji3
  3. https://dev.to/jli/my-3rd-hacktoberfest-pr-2p8h
  4. https://dev.to/jli/my-4th-hacktoberfest-pr-306a

LuigiZaccagnini - Luigi Zaccagnini

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/2325
  2. https://github.com/google/site-kit-wp/issues/4227 + https://github.com/microsoft/playwright/issues/9434
  3. https://github.com/notifirehq/notifire/issues/57
  4. https://github.com/Seneca-CDOT/telescope/issues/2387
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2343
  2. https://github.com/google/site-kit-wp/pull/4233
  3. https://github.com/notifirehq/notifire/pull/65
  4. https://github.com/Seneca-CDOT/telescope/pull/2503
Blog Posts
  1. https://dev.to/luigizaccagnini/first-pr-during-hacktoberfest-2021-mf
  2. https://dev.to/luigizaccagnini/contributing-to-a-google-open-source-project-5e37
  3. https://dev.to/luigizaccagnini/final-hacktoberfest-pull-requests-39p6

aserputov - Anatoliy Serputov

Issues
  1. https://github.com/antonioolf/backing-tracks-i18n/issues/11
    1.1 https://github.com/kubernetes/website/issues/30281
    1.2 https://github.com/taosdata/TDengine/issues/8451
  2. https://github.com/Heptagram-Bot/heptagram.xyz/issues/65
    2.1 https://github.com/Heptagram-Bot/heptagram.xyz/issues/68
  3. https://github.com/ustaxes/UsTaxes/issues/650
  4. https://github.com/vimcolorschemes/vimcolorschemes/issues/408
Pull Requests
  1. https://github.com/antonioolf/backing-tracks-i18n/pull/73
    1.1 https://github.com/kubernetes/website/pull/30282
    1.2 https://github.com/taosdata/TDengine/pull/8460
  2. https://github.com/Heptagram-Bot/heptagram.xyz/pull/72
    2.1 https://github.com/Heptagram-Bot/heptagram.xyz/pull/75
  3. https://github.com/ustaxes/UsTaxes/pull/668
  4. https://github.com/vimcolorschemes/vimcolorschemes/pull/411
Blog Posts
  1. https://medium.com/@aserputov/release-2-0-2b24b7fcc64c
  2. https://medium.com/p/deb7ebba53ca/edit
  3. https://medium.com/p/bf6286d428c5/edit
  4. https://medium.com/p/20e69745be67/edit

Reza9472 - Reza Poursafa

Issues
  1. https://github.com/hakash/termit/issues/11
  2. https://github.com/pixijs/pixijs/issues/7159
  3. https://github.com/anjali1102/Hacktober2021/issues/11
  4. https://github.com/lablnet/board/issues/17
Pull Requests
  1. https://github.com/hakash/termit/pull/20
  2. https://github.com/pixijs/pixijs/pull/7876/files
  3. https://github.com/anjali1102/Hacktober2021/pull/85
  4. https://github.com/lablnet/board/pull/19
Blog Posts
  1. https://medium.com/@rezapscodes/my-first-contribution-to-hacktoberfest-8d7d91c64f22
  2. https://medium.com/@rezapscodes/my-second-project-in-hacktoberfest-6f45bb835b58
  3. https://medium.com/@rezapscodes/my-third-contribution-to-hacktoberfest-bb8b67f450a6
  4. https://medium.com/@rezapscodes/my-last-contribution-to-hacktobrefest-906f8c86e8a6

MizuhoOkimoto - Mizuho Okimoto

Issues
  1. https://github.com/Artificial-Brix/artix-component-library/issues/63
  2. https://github.com/akshat157/meditate-app/issues/32
  3. https://github.com/cisco-sbg-ui/atomic-react/issues/987
  4. https://github.com/Crease29/pageliner/issues/20
Pull Requests
  1. https://github.com/Artificial-Brix/artix-component-library/pull/68
  2. https://github.com/akshat157/meditate-app/pull/35
  3. https://github.com/cisco-sbg-ui/atomic-react/pull/992
  4. https://github.com/Crease29/pageliner/pull/31
Blog Posts
  1. https://dev.to/okimotomizuho/hacktoberfest-my-first-contribution-4enf
  2. https://dev.to/okimotomizuho/hacktoberfest-2021-my-second-contribution-50nl
  3. https://dev.to/okimotomizuho/hacktoberfest-2021-my-third-contribution-5h51
  4. https://dev.to/okimotomizuho/small-contributions-may-have-more-importance-than-you-realize-526e

JiaHua-Zou - Jia Hua Zou

Issues
  1. https://github.com/arshadkazmi42/ak-cli/issues/193
  2. https://github.com/EddieHubCommunity/LinkFree/issues/525
  3. https://github.com/GitHubExperts-LK/GitHubExperts-LK.github.io/issues/71
  4. https://github.com/Planet-NULLCAST/curriculum/issues/345
Pull Requests
  1. https://github.com/arshadkazmi42/ak-cli/pull/194
  2. https://github.com/EddieHubCommunity/LinkFree/pull/529
  3. https://github.com/GitHubExperts-LK/GitHubExperts-LK.github.io/pull/72
  4. https://github.com/Planet-NULLCAST/curriculum/pull/355
Blog Posts
  1. https://medium.com/@jhzou/hacktoberfest-ada786bc759a

Andrew Tassone - Andrew Tassone

Issues
  1. https://github.com/SnapITSolutions/snapit-hacktoberfest/issues/114
  2. https://github.com/SnapITSolutions/snapit-hacktoberfest/issues/113
  3. https://github.com/redxzeta/Awesome-Adoption/issues/198
  4. https://github.com/questdb/questdb/issues/1420
Pull Requests
  1. https://github.com/SnapITSolutions/snapit-hacktoberfest/pull/127
  2. https://github.com/SnapITSolutions/snapit-hacktoberfest/pull/125
  3. https://github.com/redxzeta/Awesome-Adoption/pull/202
  4. https://github.com/questdb/questdb/pull/1475
Blog Posts
  1. https://dev.to/drew5494/first-pull-requests-snapit-hacktoberfest-434e
  2. https://dev.to/drew5494/my-last-pull-requests-for-hacktoberfest-jch

Andrei Batomunkuev - Andrei Batomunkuev

Issues
  1. https://github.com/pandas-dev/pandas/issues/41676
  2. https://github.com/optuna/optuna/issues/3037
  3. https://github.com/numpy/numpy/issues/20239
  4. https://github.com/mlflow/mlflow/issues/4897
Pull Requests
  1. https://github.com/pandas-dev/pandas/pull/44007
  2. https://github.com/optuna/optuna/pull/3070
  3. https://github.com/numpy/numpy/pull/20282
  4. https://github.com/mlflow/mlflow/pull/5003
Blog Posts
  1. https://medium.com/@andreibatomunkuev/my-first-contribution-to-data-science-open-source-project-300af1f8ac38
  2. https://medium.com/@andreibatomunkuev/contributing-to-machine-learning-open-source-project-writing-unit-tests-84ccfbc2a86b
  3. https://medium.com/@andreibatomunkuev/contributing-to-open-source-library-numpy-working-with-environment-variables-949df072110d
  4. https://medium.com/@andreibatomunkuev/my-contribution-to-mlflow-working-with-http-errors-5926fe424a42

Sirinoks - Alex Romanova

Issues
  1. https://github.com/web3community/devprotocol.xyz/issues/14
    2.1. https://github.com/mylorik/King-of-the-Garbage-Hill/issues/2
    2.2. https://github.com/mylorik/King-of-the-Garbage-Hill/issues/1
  2. https://github.com/arsdever/lcd/issues/22
  3. (devs used clickUp instead of issues)
Pull Requests
  1. https://github.com/web3community/devprotocol.xyz/pull/30
    2.1. https://github.com/mylorik/King-of-the-Garbage-Hill/commit/fa343038c26387c2c62e342cbe01b7668a5bf378
    2.2. https://github.com/mylorik/King-of-the-Garbage-Hill/commit/00aa315374ec6d543190b3c40bbd0b83ccfe13d5
  2. https://github.com/arsdever/lcd/pull/34
  3. https://github.com/SevenTV/WebsiteVue/pull/134
Blog Posts

1+2. https://dev.to/sirinoks/first-batch-of-prs-1ibd
3. https://dev.to/sirinoks/small-fixes-big-projects-21n8
4. https://dev.to/sirinoks/finally-being-useful-almost-3klo


Japneetsingh035 - Japneet Singh Kalra

Issues
  1. https://github.com/mozilla-mobile/focus-ios/issues/1851
  2. https://github.com/redxzeta/Awesome-Adoption/issues/173
  3. https://github.com/ACM-VIT/fludget/issues/284
  4. https://github.com/bacloud14/WeatherVenue/issues/49
  5. https://github.com/Seneca-CDOT/telescope/issues/2377
Pull Requests
  1. https://github.com/mozilla-mobile/focus-ios/pull/2589
  2. https://github.com/redxzeta/Awesome-Adoption/pull/175
  3. https://github.com/ACM-VIT/fludget/pull/295
  4. https://github.com/bacloud14/WeatherVenue/pull/66
Blog Posts
  1. https://dev.to/japneetsingh035/hacktoberfest-progress-week-1-2-16gg
  2. https://dev.to/japneetsingh035/hacktoberfest-progress-week-3-17i9
  3. https://dev.to/japneetsingh035/hacktoberfest-final-week-1056

jjung99 - Jiyun Jung

Issues
  1. https://github.com/taosdata/TDengine/issues/8297
  2. https://github.com/dschandrasekara/learn-typescript/issues/72
  3. https://github.com/atapas/webapis-playground/issues/25
Pull Requests
  1. https://github.com/taosdata/TDengine/pull/8300
  2. https://github.com/dschandrasekara/learn-typescript/pull/98
  3. https://github.com/atapas/webapis-playground/pull/103
Blog Posts
  1. https://dev.to/jjung99/stepping-into-the-real-open-source-by-first-contribution-bac
  2. https://dev.to/jjung99/code-design-pattern-singleton-55nk
  3. https://dev.to/jjung99/og-image-error-2n7p

Andrewnt219 - Tuan Phong Nguyen

Issues
  1. https://github.com/microsoft/vscode-vsce/issues/603
  2. https://github.com/transitive-bullshit/nextjs-notion-starter-kit/issues/162
  3. https://github.com/Seneca-CDOT/telescope/issues/2360
  4. https://github.com/microsoft/vscode-jupyter/issues/7829
Pull Requests
  1. https://github.com/microsoft/vscode-vsce/pull/628
  2. https://github.com/transitive-bullshit/nextjs-notion-starter-kit/pull/175
  3. https://github.com/Seneca-CDOT/telescope/issues/2360
  4. https://github.com/microsoft/vscode-jupyter/pull/7955
Blog Posts
  1. https://blog.andrewnt.dev/post/microsoft-vsce-warn-users-about-missing-LICENSE
  2. https://blog.andrewnt.dev/post/transitive-bullshitnextjs-notion-starter-kit-fix-embedded-video-overflows
  3. https://blog.andrewnt.dev/post/telescope-show-repos-issues-pull-requests-mentioned-in-posts
  4. https://blog.andrewnt.dev/post/vscode-jupyter-fix-cell-matcher
  5. Bonus, I would send a PR if there was an open repo: https://andrewnt.dev/using-backface-visiblity-in-flipping-cards

gusmccallum - Gus McCallum

Issues
Pull Requests
  1. PR 1
  2. PR 2
  3. PR 3
  4. PR 4
Blog Posts
  1. Blog 1
  2. Blog 2
  3. Blog 3
  4. Blog 4
  5. Blog 5
  6. Blog 6
  7. Blog 7

minhhang107 - Minh Hang Nguyen

Issues
  1. https://github.com/smaranjitghose/awesome-portfolio-websites/issues/1066
  2. https://github.com/space-voyager-21/space-voyager/issues/44
  3. https://github.com/tyler-morales/game-night/issues/30
  4. https://github.com/DavidGolodetsky/GeekScore/issues/131
Pull Requests
  1. https://github.com/smaranjitghose/awesome-portfolio-websites/pull/1088
  2. https://github.com/space-voyager-21/space-voyager/pull/45
  3. https://github.com/tyler-morales/game-night/pull/50
  4. https://github.com/DavidGolodetsky/GeekScore/pull/202
Blog Posts
  1. https://dev.to/minhhang107/hacktoberfest-1st-contribution-2jne
  2. https://dev.to/minhhang107/hacktoberfest-2nd-contribution-3i5h
  3. https://dev.to/minhhang107/hacktoberfest-3rd-contribution-1mhh
  4. https://dev.to/minhhang107/hacktoberfest-4th-contribution-14mp


Suhhee Kim - Suhhee Kim

Issues
  1. https://github.com/kubernetes/website/issues/29027
  2. https://github.com/Alexandria/match-three-game/issues/33
  3. https://github.com/Alexandria/match-three-game/issues/71
  4. https://github.com/redxzeta/Awesome-Adoption/issues/145
Pull Requests
  1. https://github.com/kubernetes/website/pull/30287
  2. https://github.com/Alexandria/match-three-game/pull/70
  3. https://github.com/Alexandria/match-three-game/pull/72
  4. https://github.com/redxzeta/Awesome-Adoption/pull/214
Blog Posts
  1. https://dev.to/suhhee1011/my-first-blog-post-for-hactoberfest-386b
  2. https://dev.to/suhhee1011/adding-new-feature-on-open-source-project-p4e
  3. https://dev.to/suhhee1011/create-pull-request-of-what-i-found-4m2p
  4. https://dev.to/suhhee1011/last-pull-request-for-hacktoberfest-5fle
  5. https://dev.to/suhhee1011/ending-the-hacktoberfeset-kib

DukeManh - Duc Bui Manh

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2348
  2. https://github.com/grafana/grafana/pull/40544
  3. https://github.com/redwoodjs/redwood/pull/3616
  4. https://github.com/Seneca-CDOT/telescope/pull/2406
Blog Posts
  1. #1
  2. #2
  3. #3
  4. #4


tuanthanh2067 - Tuan Thanh Tan

Issues
Pull Requests
  1. https://github.com/code4romania/seismic-risc/pull/748
  2. https://github.com/redxzeta/Awesome-Adoption/pull/90
  3. https://github.com/rosekamallove/youtemy/pull/75
  4. https://github.com/NotWoods/maskable/pull/65
Blog Posts
  1. https://dev.to/tuanthanh2067/my-first-pr-in-hacktoberfest-2021-2dcf
  2. https://dev.to/tuanthanh2067/my-second-accepted-pr-for-hacktoberfest-4ip2
  3. https://dev.to/tuanthanh2067/my-third-accepted-pr-on-github-hacktoberfest-51bm
  4. https://dev.to/tuanthanh2067/my-fourth-accepted-pr-on-github-hacktoberfest-jla
  5. https://dev.to/tuanthanh2067/recap-of-my-experience-with-hacktoberfest-2021-22j5

hlavu - Vivian Vu

Issues
  1. https://github.com/MareikeW/dashboard-project/issues/34
  2. https://github.com/vaishnav-sh/todo-app/issues/29
  3. https://github.com/MSTC-DA-IICT/REST-API-Node/issues/59
  4. https://github.com/aadityamp01/Androapps/issues/53
Pull Requests
  1. https://github.com/MareikeW/dashboard-project/pull/38
  2. https://github.com/vaishnav-sh/todo-app/pull/45
  3. https://github.com/MSTC-DA-IICT/REST-API-Node/pull/60
  4. https://github.com/aadityamp01/Androapps/pull/67
Blog Posts
  1. https://dev.to/vivianvu/osd600-my-first-hacktoberfest-contribution-1cl6
  2. https://dev.to/vivianvu/osd600-my-second-hacktoberfest-contribution-4530
  3. https://dev.to/vivianvu/osd600-my-third-hacktoberfest-contribution-pie
  4. https://dev.to/vivianvu/osd600-my-fourth-hacktoberfest-contribution-1a17

tcvan0707 - Thanh Cong Van

Issues
  1. https://github.com/befreestudios-io/web-components-sandbox/issues/5
  2. https://github.com/dschandrasekara/learn-typescript/issues/86
  3. https://github.com/trebol-ecommerce/ngx-trebol-frontend/issues/80
  4. https://github.com/redxzeta/Awesome-Adoption/issues/255
Pull Requests
  1. https://github.com/befreestudios-io/web-components-sandbox/pull/7
  2. https://github.com/dschandrasekara/learn-typescript/pull/93
  3. https://github.com/trebol-ecommerce/ngx-trebol-frontend/pull/95
  4. https://github.com/redxzeta/Awesome-Adoption/pull/263
Blog Posts
  1. https://dev.to/tcvan0707/osd600-hacktoberfest-1-552c
  2. https://dev.to/tcvan0707/osd600-hacktoberfest-2-1fmk
  3. https://dev.to/tcvan0707/osd600-hacktoberfest-3-15li
  4. https://dev.to/tcvan0707/release-02-update-5111

Xiongye Jiang - Xiongye Jiang

Issues
  1. https://github.com/iamHrithikRaj/AMIMUN/issues/19
  2. https://github.com/TogaTech/helpful.js/issues/16
  3. https://github.com/stefanoskapa/SudokuBase/issues/9
  4. https://github.com/Crease29/pageliner/issues/28
Pull Requests
  1. https://github.com/iamHrithikRaj/AMIMUN/pull/24
  2. https://github.com/TogaTech/helpful.js/pull/20/files
  3. https://github.com/stefanoskapa/SudokuBase/pull/13
  4. https://github.com/Crease29/pageliner/pull/29
Blog Posts
  1. https://dev.to/derekjxy/first-hacktoberfest-contribution-2e8e
  2. https://dev.to/derekjxy/second-hacktoberfest-contribution-1o0p
  3. https://dev.to/derekjxy/third-hacktoberfest-contribution-4k5g
  4. https://dev.to/derekjxy/fourth-hacktoberfest-contribution-3c8i

tpmai - James Mai

Issues
  1. https://github.com/aniket328/hacktober_website/issues/22
  2. https://github.com/pxblue/progress-icons/issues/19
  3. https://github.com/Seneca-CDOT/telescope/issues/2362
  4. https://github.com/Seneca-CDOT/telescope/issues/2407
Pull Requests
  1. https://github.com/aniket328/hacktober_website/pull/26
  2. https://github.com/pxblue/progress-icons/pull/20
  3. https://github.com/Seneca-CDOT/telescope/pull/2386
  4. https://github.com/Seneca-CDOT/telescope/pull/2408#event-5544732573
  5. https://github.com/Seneca-CDOT/telescope/pull/2400
Blog Posts
  1. https://dev.to/beamazedvariable/joining-hackoctorbefest-and-the-first-2-pr-388k
  2. https://dev.to/beamazedvariable/my-third-pr-contribute-to-telescope-4h1f
  3. https://dev.to/beamazedvariable/my-last-contributions-for-hackoctoberfest-19bo
  4. https://dev.to/beamazedvariable/hackoctober-recap-5a1g

dbelokon - Diana Belokon

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/2356
  2. https://github.com/Seneca-CDOT/telescope/pull/2391
  3. https://github.com/MichaelCurrin/badge-generator/pull/124
  4. https://github.com/ustaxes/UsTaxes/pull/699
Blog Posts
  1. https://dev.to/belokond/first-time-participating-in-hacktoberfest-3ijb
  2. https://dev.to/belokond/hacktoberfest-contribution-one-line-of-code-36hb
  3. https://dev.to/belokond/hacktoberfest-challenge-3-1482
  4. https://dev.to/belokond/hacktoberfest-final-challenge-42d

ritikbheda - Ritik Bheda

Issues
Pull Requests
  1. https://github.com/refined-github/refined-github/pull/4875
  2. https://github.com/npmhub/npmhub/pull/144
  3. https://github.com/fregante/github-issue-link-status/pull/65
  4. https://github.com/npmhub/npmhub/pull/146
Blog Posts
  1. https://dev.to/ritikbheda/removing-the-white-node-from-1fe0
  2. https://dev.to/ritikbheda/fixing-csshtml-for-match-the-format-on-the-page-12da
  3. https://dev.to/ritikbheda/using-npm-package-icons-instead-of-local-4p5c
  4. https://dev.to/ritikbheda/showing-versions-of-the-dependencies-kme

irenejoeunpark - Irene Park

Issues
Pull Requests
  1. https://github.com/meilisearch/meilisearch-java/pull/271#pullrequestreview-791560872
  2. https://github.com/gdscjgec/gdscjgec.github.io/pull/40
  3. https://github.com/mohitbalwani/Citi-site/pull/4
  4. https://github.com/meilisearch/meilisearch-java/pull/274
Blog Posts
  1. https://dev.to/irenejoeunpark/my-first-pull-request-on-hacktoberfest-2021-3mho
  2. https://dev.to/irenejoeunpark/hacktoberfest-2021-fixes-ui-of-the-application-5d3n
  3. https://dev.to/irenejoeunpark/hacktoberfest-2021-responsive-design-with-css-19ii
  4. https://dev.to/irenejoeunpark/hacktoberfest-2021-fourth-and-the-last-pull-request-ef2

Qiwen-Yu - Qiwen Yu

Issues
Pull Requests
  1. https://github.com/quelea-projection/Quelea/pull/498
  2. https://github.com/ploomber/ploomber/pull/394
  3. https://github.com/flyteorg/flytekit/pull/726
  4. https://github.com/flyteorg/flytesnacks/pull/465
Blog Posts
  1. https://dev.to/qiwenyu/hacktoberfest-quelea-remove-redundant-import-statements-24mk
  2. https://dev.to/qiwenyu/hacktoberfest-ploomber-add-venv-directory-to-gitignore-363a
  3. https://dev.to/qiwenyu/hacktoberfest-flytekit-project-update-tuple-output-examples-3300
  4. https://dev.to/qiwenyu/hacktoberfest-flytesnacks-project-update-tuple-output-examples-2k4n
  5. https://dev.to/qiwenyu/hacktoberfest-recap-20

Emily Phan - Emily Phan

Issues
Pull Requests
  1. https://hosted.weblate.org/projects/trail-sense/trail-sense-android/vi/
  2. https://github.com/medusajs/medusa/pull/541
  3. https://github.com/xtreamsrl/clockify-nlp-bot/pull/113
  4. https://github.com/code4romania/monitorizare-vot/pull/387
Blog Posts
  1. https://dev.to/hphan9/hacktoberfest-first-pr-32m6
  2. https://dev.to/hphan9/working-on-generating-api-fixture-3amd
  3. https://dev.to/hphan9/contributing-to-clockify-nlp-bot-5he6

5.https://dev.to/hphan9/hackoberfest-recap-56ci


Clone this wiki locally