-
Notifications
You must be signed in to change notification settings - Fork 5
release 0.2
Sunday October 31
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:
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.
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.
You can work on any GitHub hosted open source project, but be aware of the following:
- 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)
- 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.
- Look at the projects that previous Seneca students worked on during Hacktoberfest in 2018, 2019, and 2020.
- 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.
- You should avoid projects that are abandoned or no longer actively maintained. Pick active projects, where you can get your work merged.
- 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 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:
- Awesome For Beginners - a list of open source projects in various languages that are known to be welcoming to new developers
- Issues labelled 'Hacktoberfest' - be aware that there will likely be a lot of competition for these
- Issues labelled 'good first issue' - sorted by least commented. Try different ways of sorting them, for example by newest
- Up For Grabs - curated list of projects with beginner-friendly issues
- Finding Open Source Projects on GitHub - an article on different ways to search for projects on GitHub
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
.
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.
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.
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
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.
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
- https://github.com/example/issues/1
- https://github.com/example2/issues/2
- https://github.com/example3/issues/3
- https://github.com/example4/issues/4
- https://github.com/example/pull/1
- https://github.com/example2/pull/2
- https://github.com/example3/pull/3
- https://github.com/example4/pull/4
- https://student.blog.com/hacktoberfest-week-one
- https://student.blog.com/hacktoberfest-week-two
- https://student.blog.com/hacktoberfest-week-three
- https://student.blog.com/hacktoberfest-week-four
- https://student.blog.com/hacktoberfest-recap
a-rokay - Ahmad Rokay
- https://github.com/TroyTae/game-of-life/issues/1415
- https://github.com/quelea-projection/Quelea/issues/409
- https://github.com/runelite/runelite/issues/14233
- https://github.com/takelley1/OCVBot/issues/4
- https://github.com/TroyTae/game-of-life/pull/1418
- https://github.com/quelea-projection/Quelea/pull/410
- https://github.com/runelite/runelite/pull/14280 (not merged)
- https://github.com/takelley1/OCVBot/pull/6
- https://dev.to/ar/first-hacktoberfest-contribution-486m
- https://dev.to/ar/second-hacktoberfest-contribution-3164
- https://dev.to/ar/third-hacktoberfest-contribution-340m
- https://dev.to/ar/fourth-contribution-55bb
- https://dev.to/ar/02-recap-1273
ycechungAI - Eugene Chung
- https://github.com/microsoft/Quantum/issues/432
- https://github.com/ManimCommunity/manim/issues/1172
- https://github.com/sevazhidkov/prompts-ai/issues/9
- https://github.com/chengstone/cchess-zero/issues/16
- https://github.com/microsoft/Quantum/pull/556
- https://github.com/ManimCommunity/manim/pull/2184
- https://github.com/sevazhidkov/prompts-ai/pull/10
- https://github.com/chengstone/cchess-zero/pull/17
- https://ycechung-opensource.blogspot.com/2021/10/osd600-first-hacktoberfest-issue.html
- https://ycechung-opensource.blogspot.com/2021/10/yet-another-successful-hacktoberfest.html
- https://ycechung-opensource.blogspot.com/2021/10/deadlines-and-backup-plan-in.html
- https://ycechung-opensource.blogspot.com/2021/10/translated-chinese-version-of-alphazero.html
juuuuuuun - Jun Song
- https://github.com/nirajacharyaa/todo-app/issues/4
- https://github.com/code4charity/YouTube-Extension/issues/1073
- https://github.com/watson-hex/frontend-collabamigo/issues/78
- -https://github.com/nirajacharyaa/todo-app/issues/34
- https://github.com/nirajacharyaa/todo-app/pull/7
- https://github.com/code4charity/YouTube-Extension/pull/1075
- https://github.com/watson-hex/frontend-collabamigo/pull/88
- -https://github.com/nirajacharyaa/todo-app/pull/35
- https://dev.to/juuuuuuun/first-time-my-hacktoberfest-55ig
- https://dev.to/juuuuuuun/fixed-function-in-repo-550j
- https://dev.to/juuuuuuun/applied-design-part-gpc
- https://dev.to/juuuuuuun/comeback-to-first-project-2h33
menghif - Francesco Menghi
- https://github.com/DenverCoder1/github-readme-streak-stats/issues/141
- https://github.com/JoschuaSchneider/mehrzahl/issues/2
- https://github.com/mozilla/bedrock/issues/10255
- https://github.com/Seneca-CDOT/telescope/issues/2360
- https://github.com/DenverCoder1/github-readme-streak-stats/pull/165
- https://github.com/JoschuaSchneider/mehrzahl/pull/3
- https://github.com/mozilla/bedrock/pull/10583
- https://github.com/Seneca-CDOT/telescope/pull/2367
- https://dev.to/menghif/hacktoberfest-1-5721
- https://dev.to/menghif/hacktoberfest-2-3j2j
- https://dev.to/menghif/contributing-to-mozilla-45l2
- https://dev.to/menghif/adding-a-feature-to-telescope-adi
- https://dev.to/menghif/hacktoberfest-recap-2bbp
trangntt-016 - Trang Nguyen
- https://github.com/trebol-ecommerce/spring-boot-backend/issues/14
- https://github.com/trebol-ecommerce/spring-boot-backend/issues/56
- https://github.com/meilisearch/meilisearch-java/issues/128
- https://github.com/assertj/assertj-core/issues/2378
- https://github.com/trebol-ecommerce/spring-boot-backend/pull/59
- https://github.com/trebol-ecommerce/spring-boot-backend/pull/60
- https://github.com/meilisearch/meilisearch-java/pull/251
- https://github.com/assertj/assertj-core/pull/2387
- https://tracy016.medium.com/osd600-first-hacktoberfest-contribution-d11d5cba7c58
- https://tracy016.medium.com/osd600-week3-35c679040f48
- https://tracy016.medium.com/osd600-contributing-to-melisearchs-documentation-c34443da356b
- https://tracy016.medium.com/osd600-contributing-to-assertj-core-87c7007388cb
AmasiaNalbandian - Amasia Nalbandian
- Small changes make a big impact
- Different uses of GitHub
- Learning new technologies
- Dear Maintainers,
kiennguyenchi - Chi Kien Nguyen
- https://github.com/Lol3rrr/waswolf/issues/4
- https://github.com/jpalacio0612/react-neon-ui-demo/issues/18
- https://github.com/dylan-snyder/site-color-visualizer/issues/10
- https://github.com/ACM-VIT/sticky-links/issues/2
- https://github.com/Lol3rrr/waswolf/pull/13
- https://github.com/jpalacio0612/react-neon-ui-demo/pull/20
- https://github.com/dylan-snyder/site-color-visualizer/pull/13
- https://github.com/ACM-VIT/sticky-links/pull/32
- https://dev.to/kiennguyenchi/osd600-week-5-release-0-2-hacktoberfest-3nl
- https://dev.to/kiennguyenchi/hacktoberfest-working-with-react-4ihd
- https://dev.to/kiennguyenchi/hacktoberfest-working-with-v-tooltip-22o3
- https://dev.to/kiennguyenchi/hacktoberfest-working-with-swift-7m
Kevan-Y - Kevan Yang
- https://github.com/WordPress/openverse-frontend/issues/215
- https://github.com/heylinda/heylinda-app/issues/84
- https://github.com/Canvasbird/canvasboard/issues/327
- https://github.com/Seneca-CDOT/telescope/issues/2322
- https://github.com/WordPress/openverse-frontend/pull/272
- https://github.com/heylinda/heylinda-app/pull/85
- https://github.com/Canvasbird/canvasboard/pull/436
- https://github.com/Seneca-CDOT/telescope/pull/2337
- https://dev.to/pandanoxes/my-first-contribution-to-a-open-sources-p5j
- https://dev.to/pandanoxes/first-contribution-on-a-react-native-repo-29ee
- https://dev.to/pandanoxes/hacktoberfest-3-canvasboard-401o
- https://dev.to/pandanoxes/hacktoberfest-4-telescope-dji
mqnguyen5 - Minh Quan Nguyen
- https://github.com/Seneca-CDOT/telescope/issues/2141
- https://github.com/medusajs/medusa/issues/530
- https://github.com/medusajs/medusa/issues/474
- https://github.com/Greenstand/treetracker-admin-client/issues/176
- https://github.com/Greenstand/treetracker-admin-client/issues/183
- https://github.com/Seneca-CDOT/telescope/pull/2323
- https://github.com/medusajs/medusa/pull/534#event-5458335301
- https://github.com/medusajs/medusa/pull/545#event-5458875103
- https://github.com/Greenstand/treetracker-admin-client/pull/182
- https://dev.to/mqnguyen/happy-hacktoberfest-part-1-71i
- https://dev.to/mqnguyen/happy-hacktoberfest-part-2-1od0
- https://dev.to/mqnguyen/happy-hacktoberfest-part-3-4deb
- https://dev.to/mqnguyen/happy-hacktoberfest-part-4-3543
mkim219 - Minsu Kim
- https://github.com/RajMhatre20/color-generator/issues/1
- https://github.com/neeleshio/login-form/issues/2
- https://github.com/mohitjaisal/VXPlayer/issues/14
- https://github.com/swapnilsparsh/ChatSociety/issues/13
- https://github.com/RajMhatre20/color-generator/pull/2
- https://github.com/neeleshio/login-form/pull/6
- https://github.com/mohitjaisal/VXPlayer/pull/15
- https://github.com/swapnilsparsh/ChatSociety/issues/13
- https://dev.to/mkim219/hacktoberfest-1-m88
- https://dev.to/mkim219/hacktoberfest-2-3c4l
- https://dev.to/mkim219/hacktoberfest-3-2615
- https://dev.to/mkim219/hacktoberfest-4-1844
andrewillomitzer - Andre Willomitzer
- https://github.com/openaq/openaq-api/issues/467
- https://github.com/jasmine/jasmine/issues/1854
- https://github.com/openaq/openaq.org/issues/760
- https://github.com/kibertoad/toad-scheduler/issues/24
- https://github.com/openaq/openaq-api/pull/482
- https://github.com/jasmine/jasmine/pull/1937
- https://github.com/openaq/openaq.org/pull/764/commits/63542a43055879de1092069d0e9d6cca3403d083
- https://github.com/kibertoad/toad-scheduler/pull/53
- https://dev.to/andrewillomitzer/openaq-my-first-open-source-pr-3k32
- https://dev.to/andrewillomitzer/testing-the-testers-jasmine-contribution-2i1g
- https://dev.to/andrewillomitzer/sometimes-its-the-little-things-3rd-pr-51hd
- https://dev.to/andrewillomitzer/setinterval-and-the-32-bit-debacle-5bnm
Antonio-Bennett - Antonio Bennett
- https://github.com/grzi/scion/issues/193
- https://github.com/aquelemiguel/parrot/issues/10
- https://github.com/ynn1k/simple-js-tasklist/issues/4
- https://github.com/ynn1k/simple-js-tasklist/issues/3
- https://github.com/grzi/scion/pull/198
- https://github.com/aquelemiguel/parrot/pull/24
- https://github.com/ynn1k/simple-js-tasklist/pull/19
- https://github.com/ynn1k/simple-js-tasklist/pull/20
- https://dev.to/antoniobennett/hacktoberfest-week-1-4ebc
- https://dev.to/antoniobennett/hacktoberfest-week-2-39l9
- https://dev.to/antoniobennett/pure-js-is-hard-41ob
- https://dev.to/antoniobennett/pure-js-is-hard-2-2hpk
dhillonks - Kunwarvir Dhillon
- https://github.com/Seneca-CDOT/telescope/issues/2384
- https://github.com/grommet/grommet/issues/5735
- https://github.com/grommet/grommet/issues/5735
- https://github.com/redxzeta/Awesome-Adoption/issues/207
- https://github.com/Seneca-CDOT/telescope/pull/2392
- https://github.com/grommet/grommet/pull/5737
- https://github.com/grommet/grommet/pull/5740
- https://github.com/redxzeta/Awesome-Adoption/pull/210
- https://dev.to/dhillonks/fixing-a-bug-in-an-open-source-project-telescope-akc
- https://dev.to/dhillonks/working-on-grommet-8lc
- https://dev.to/dhillonks/hacktoberfest-3rd-contribution-5bdl
- https://dev.to/dhillonks/adding-a-new-component-for-my-fourth-hacktoberfest-contribution-4k0o
- https://github.com/RosaliaNightsong/discord-bot/issues/124
-
https://github.com/osmlab/name-suggestion-index/issues/5482
2.5. https://github.com/robotichead/NearBeach/issues/268 - https://github.com/Greenstand/treetracker-admin-client/issues/170
- https://github.com/Tetracyl/EarTensifier/issues/59
- https://github.com/RosaliaNightsong/discord-bot/pull/126
-
https://github.com/osmlab/name-suggestion-index/pull/5484
2.5 https://github.com/robotichead/NearBeach/pull/269 - https://github.com/Greenstand/treetracker-admin-client/pull/175
- https://github.com/Tetracyl/EarTensifier/pull/67
- https://medium.com/@lmpham1/dps909-starting-off-hacktoberfest-with-an-easy-pull-request-10785b56334c
- https://medium.com/@lmpham1/dps909-continuing-my-hacktoberfest-journey-f3b221ed13af
- https://medium.com/@lmpham1/dps909-third-week-of-hacktoberfest-8eeecf1df80f
- https://medium.com/@lmpham1/dps909-adding-a-new-command-to-a-discord-bot-for-hacktoberfest-2984f92bc024
- https://medium.com/@lmpham1/dps909-hacktoberfest-recap-ea3af09c6a7
lyu4321 - Leyang Yu
- https://github.com/Seneca-CDOT/telescope/issues/2299
- https://github.com/WordPress/openverse-catalog/issues/176
- https://github.com/microsoft/fluentui/issues/20166
- https://github.com/mihaiborbea/recipe-app/issues/25
- https://github.com/Mayank0255/Atari-Space-Invaders/issues/19
- https://github.com/Seneca-CDOT/telescope/pull/2336
- https://github.com/WordPress/openverse-catalog/pull/230
- https://github.com/microsoft/fluentui/pull/20229 (not reviewed)
- https://github.com/mihaiborbea/recipe-app/pull/28
- https://github.com/Mayank0255/Atari-Space-Invaders/pull/23
- https://dev.to/lyu4321/hacktoberfest-week-1-khe
- https://dev.to/lyu4321/hacktoberfest-week-2-2hlp
- https://dev.to/lyu4321/hacktoberfest-week3-b99
- https://dev.to/lyu4321/hacktoberfest-week-4-22ni
- https://dev.to/lyu4321/hacktoberfest-recap-f91
oliver-pham - Oliver Pham
- https://github.com/Seneca-CDOT/telescope/issues/2212
- https://github.com/vector-im/element-web/issues/19180
- https://github.com/stepzen-samples/stepzen-spacex-graphql/issues/14
- https://github.com/appwrite/appwrite/issues/1920
- https://github.com/Seneca-CDOT/telescope/pull/2327
- https://github.com/matrix-org/matrix-react-sdk/pull/6898
- https://github.com/stepzen-samples/stepzen-spacex-graphql/pull/30
- https://github.com/appwrite/demos-for-functions/pull/248
- https://dev.to/oliverpham/getting-started-with-hacktoberfest-4k3j
- https://dev.to/oliverpham/mistakes-to-avoid-before-submitting-your-pull-request-3nl8
- https://dev.to/oliverpham/learn-graphql-through-contributing-to-stepzen-6op
- https://dev.to/oliverpham/3-ways-to-get-unstuck-while-fixing-bugs-4ec9
GMOTGIT - Gustavo Tavares
- https://github.com/arnav1776/Hogwarts/issues/3
- https://github.com/time-it-app/time-it-app/issues/2
- https://github.com/ortelius/ortelius/issues/403
- https://github.com/carlsberg/jira-remote-link-action/issues/5
- https://github.com/arnav1776/Hogwarts/pull/7
- https://github.com/time-it-app/time-it-app/pull/6
- https://github.com/ortelius/ortelius/pull/405
- https://github.com/carlsberg/jira-remote-link-action/pull/7
- https://dev.to/gmotgit/my-first-collaboration-40bi
- https://dev.to/gmotgit/time-it-app-lets-go-59a
- https://dev.to/gmotgit/ortelius-simplifying-the-implementation-of-microservices-joe
- https://dev.to/gmotgit/the-last-hacktober-pr-2m3f
rc-lee - Roxanne Lee
- https://github.com/chesslablab/php-chess/issues/76
- https://github.com/ACM-VIT/fludget/issues/279
- 3.1 https://github.com/grommet/grommet/issues/5735
- 3.2 https://github.com/DavidGolodetsky/GeekScore/issues/132
- https://github.com/directus/directus/issues/9167
- https://github.com/chesslablab/php-chess/pull/82
- https://github.com/ACM-VIT/fludget/pull/312
- 3.1 https://github.com/grommet/grommet/pull/5764
- 3.2 https://github.com/DavidGolodetsky/GeekScore/pull/208
- https://github.com/directus/directus/pull/9267
- https://medium.com/@Roxanne.Lee/hacktoberfest-week-1-fda1792d8d52
- https://medium.com/@Roxanne.Lee/hacktober-02-c508182532a1
- https://medium.com/@Roxanne.Lee/hacktober-03-498c2aaf5dd1
- https://medium.com/@Roxanne.Lee/hacktober-04-b7c4cd479e45
- https://medium.com/@Roxanne.Lee/hacktober-recap-8f695ca6ef17
roman-rezinkin - Roman Rezinkin
- https://github.com/nocodb/nocodb/issues/627
- https://github.com/Alexandria/match-three-game/issues/59
- https://github.com/tallboy/snowgo.at/issues/18
- https://github.com/askbuddie/buddies-tube/issues/24
- https://github.com/nocodb/nocodb/pull/632
- https://github.com/Alexandria/match-three-game/pull/60
- https://github.com/tallboy/snowgo.at/pull/22
- https://github.com/askbuddie/buddies-tube/pull/25
- https://dev.to/romanrezinkin/dps909-release-0-2-w1-11cf
- https://dev.to/romanrezinkin/dps909-release-02-w2-d75
- https://dev.to/romanrezinkin/dps909-release-02-w3-29p3
- https://dev.to/romanrezinkin/dps909-release-02-w4-55k9
Yoda-Canada - Tengzhen Zhao
- https://github.com/amanjha8100/chords/issues/32 (Done)
- https://github.com/fossology/Nirjas/issues/36 (Done)
- https://github.com/Agrover112/fliscopt/issues/35 (Done)
- https://github.com/meilisearch/meilisearch-python/issues/350 (Done)
- https://github.com/amanjha8100/chords/pull/67 (Merged)
- https://github.com/fossology/Nirjas/pull/42 (Merged)
- https://github.com/Agrover112/fliscopt/pull/48 (Merged)
- https://github.com/meilisearch/meilisearch-python/pull/351 (Merged)
- https://dev.to/yodacanada/release0-2-week-one-1a8n
- https://dev.to/yodacanada/release02-week-two-366o
- https://dev.to/yodacanada/release02-week-three-4mo2
- https://dev.to/yodacanada/release02-week-four-3aj9
nguyenhung15913 - Hung Nguyen
- https://github.com/vikas-ukani/react-next-portfolio-dev/issues/6
- https://github.com/time-it-app/time-it-app/issues/3
- https://github.com/Yashdew/Assessor/issues/37
- https://github.com/drph4nt0m/avbot-charts/issues/353
- https://github.com/vikas-ukani/react-next-portfolio-dev/pull/7
- https://github.com/time-it-app/time-it-app/pull/7, https://github.com/time-it-app/time-it-app/pull/9
- https://github.com/Yashdew/Assessor/pull/41
- https://github.com/drph4nt0m/avbot-charts/pull/356
- https://dev.to/nguyenhung15913/first-pull-request-in-hacktoberfest-1fkm
- https://dev.to/nguyenhung15913/contribution-to-time-it-2iad
- https://dev.to/nguyenhung15913/contributed-to-assessor-2pn8
- https://dev.to/nguyenhung15913/contributed-to-avbot-charts-3389
JerryHue - Gerardo Enrique Arriaga Rendon
- https://github.com/Seneca-CDOT/telescope/issues/2314
- https://github.com/MichaelCurrin/badge-generator/issues/117
- https://github.com/libp2p/rust-libp2p/issues/2259
- https://github.com/google/blockly/issues/5273
- https://github.com/Seneca-CDOT/telescope/pull/2342
- https://github.com/MichaelCurrin/badge-generator/pull/125
- https://github.com/libp2p/rust-libp2p/pull/2322
- https://github.com/google/blockly/pull/5656
- https://dev.to/jerryhue/my-first-time-contributing-to-telescope-5bfp
- https://dev.to/jerryhue/contributing-to-badge-generator-5a9
- https://dev.to/jerryhue/contributing-to-rust-libp2p-cdd
- https://dev.to/jerryhue/contributing-to-blockly-46h2
TueNguyen2911 - Tue Nguyen
- https://github.com/fawazahmed0/youtube-uploader/issues/45
- https://github.com/codefordenver/partner-finder/issues/134
- https://github.com/codefordenver/partner-finder/issues/170
- https://github.com/uclaacm/opensource/issues/23
- https://github.com/fawazahmed0/youtube-uploader/pull/46
- https://github.com/codefordenver/partner-finder/pull/151
- https://github.com/codefordenver/partner-finder/pull/206
- https://github.com/uclaacm/opensource/pull/28
- https://dev.to/tuenguyen2911_67/hacktoberfest-s-first-commit-1oak
- https://dev.to/tuenguyen2911_67/hacktoberfest-2-3ffl
- https://dev.to/tuenguyen2911_67/python-and-sql-17ko
- https://dev.to/tuenguyen2911_67/the-end-of-hacktoberfest-3d40
joshuali7536 - Joshua Li
- https://github.com/ustaxes/UsTaxes/issues/618
- https://github.com/Project-Reclass/toynet-react/issues/248
- https://github.com/Seneca-CDOT/telescope/issues/653
- https://github.com/stxarixdust/looperman-desktop/issues/7
- https://github.com/ustaxes/UsTaxes/pull/619
- https://github.com/Project-Reclass/toynet-react/pull/250
- https://github.com/Seneca-CDOT/telescope/pull/2388
- https://github.com/stxarixdust/looperman-desktop/pull/13
- https://dev.to/jli/my-first-hacktoberfest-pr-3c9j
- https://dev.to/jli/hacktoberfest-pr-2-ji3
- https://dev.to/jli/my-3rd-hacktoberfest-pr-2p8h
- https://dev.to/jli/my-4th-hacktoberfest-pr-306a
LuigiZaccagnini - Luigi Zaccagnini
- https://github.com/Seneca-CDOT/telescope/issues/2325
- https://github.com/google/site-kit-wp/issues/4227 + https://github.com/microsoft/playwright/issues/9434
- https://github.com/notifirehq/notifire/issues/57
- https://github.com/Seneca-CDOT/telescope/issues/2387
- https://github.com/Seneca-CDOT/telescope/pull/2343
- https://github.com/google/site-kit-wp/pull/4233
- https://github.com/notifirehq/notifire/pull/65
- https://github.com/Seneca-CDOT/telescope/pull/2503
- https://dev.to/luigizaccagnini/first-pr-during-hacktoberfest-2021-mf
- https://dev.to/luigizaccagnini/contributing-to-a-google-open-source-project-5e37
- https://dev.to/luigizaccagnini/final-hacktoberfest-pull-requests-39p6
aserputov - Anatoliy Serputov
-
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 -
https://github.com/Heptagram-Bot/heptagram.xyz/issues/65
2.1 https://github.com/Heptagram-Bot/heptagram.xyz/issues/68 - https://github.com/ustaxes/UsTaxes/issues/650
- https://github.com/vimcolorschemes/vimcolorschemes/issues/408
-
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 -
https://github.com/Heptagram-Bot/heptagram.xyz/pull/72
2.1 https://github.com/Heptagram-Bot/heptagram.xyz/pull/75 - https://github.com/ustaxes/UsTaxes/pull/668
- https://github.com/vimcolorschemes/vimcolorschemes/pull/411
- https://medium.com/@aserputov/release-2-0-2b24b7fcc64c
- https://medium.com/p/deb7ebba53ca/edit
- https://medium.com/p/bf6286d428c5/edit
- https://medium.com/p/20e69745be67/edit
Reza9472 - Reza Poursafa
- https://github.com/hakash/termit/issues/11
- https://github.com/pixijs/pixijs/issues/7159
- https://github.com/anjali1102/Hacktober2021/issues/11
- https://github.com/lablnet/board/issues/17
- https://github.com/hakash/termit/pull/20
- https://github.com/pixijs/pixijs/pull/7876/files
- https://github.com/anjali1102/Hacktober2021/pull/85
- https://github.com/lablnet/board/pull/19
- https://medium.com/@rezapscodes/my-first-contribution-to-hacktoberfest-8d7d91c64f22
- https://medium.com/@rezapscodes/my-second-project-in-hacktoberfest-6f45bb835b58
- https://medium.com/@rezapscodes/my-third-contribution-to-hacktoberfest-bb8b67f450a6
- https://medium.com/@rezapscodes/my-last-contribution-to-hacktobrefest-906f8c86e8a6
MizuhoOkimoto - Mizuho Okimoto
- https://github.com/Artificial-Brix/artix-component-library/issues/63
- https://github.com/akshat157/meditate-app/issues/32
- https://github.com/cisco-sbg-ui/atomic-react/issues/987
- https://github.com/Crease29/pageliner/issues/20
- https://github.com/Artificial-Brix/artix-component-library/pull/68
- https://github.com/akshat157/meditate-app/pull/35
- https://github.com/cisco-sbg-ui/atomic-react/pull/992
- https://github.com/Crease29/pageliner/pull/31
- https://dev.to/okimotomizuho/hacktoberfest-my-first-contribution-4enf
- https://dev.to/okimotomizuho/hacktoberfest-2021-my-second-contribution-50nl
- https://dev.to/okimotomizuho/hacktoberfest-2021-my-third-contribution-5h51
- https://dev.to/okimotomizuho/small-contributions-may-have-more-importance-than-you-realize-526e
JiaHua-Zou - Jia Hua Zou
- https://github.com/arshadkazmi42/ak-cli/issues/193
- https://github.com/EddieHubCommunity/LinkFree/issues/525
- https://github.com/GitHubExperts-LK/GitHubExperts-LK.github.io/issues/71
- https://github.com/Planet-NULLCAST/curriculum/issues/345
- https://github.com/arshadkazmi42/ak-cli/pull/194
- https://github.com/EddieHubCommunity/LinkFree/pull/529
- https://github.com/GitHubExperts-LK/GitHubExperts-LK.github.io/pull/72
- https://github.com/Planet-NULLCAST/curriculum/pull/355
Andrew Tassone - Andrew Tassone
- https://github.com/SnapITSolutions/snapit-hacktoberfest/issues/114
- https://github.com/SnapITSolutions/snapit-hacktoberfest/issues/113
- https://github.com/redxzeta/Awesome-Adoption/issues/198
- https://github.com/questdb/questdb/issues/1420
- https://github.com/SnapITSolutions/snapit-hacktoberfest/pull/127
- https://github.com/SnapITSolutions/snapit-hacktoberfest/pull/125
- https://github.com/redxzeta/Awesome-Adoption/pull/202
- https://github.com/questdb/questdb/pull/1475
- https://dev.to/drew5494/first-pull-requests-snapit-hacktoberfest-434e
- https://dev.to/drew5494/my-last-pull-requests-for-hacktoberfest-jch
Andrei Batomunkuev - Andrei Batomunkuev
- https://github.com/pandas-dev/pandas/issues/41676
- https://github.com/optuna/optuna/issues/3037
- https://github.com/numpy/numpy/issues/20239
- https://github.com/mlflow/mlflow/issues/4897
- https://github.com/pandas-dev/pandas/pull/44007
- https://github.com/optuna/optuna/pull/3070
- https://github.com/numpy/numpy/pull/20282
- https://github.com/mlflow/mlflow/pull/5003
- https://medium.com/@andreibatomunkuev/my-first-contribution-to-data-science-open-source-project-300af1f8ac38
- https://medium.com/@andreibatomunkuev/contributing-to-machine-learning-open-source-project-writing-unit-tests-84ccfbc2a86b
- https://medium.com/@andreibatomunkuev/contributing-to-open-source-library-numpy-working-with-environment-variables-949df072110d
- https://medium.com/@andreibatomunkuev/my-contribution-to-mlflow-working-with-http-errors-5926fe424a42
Sirinoks - Alex Romanova
-
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 - https://github.com/arsdever/lcd/issues/22
- (devs used clickUp instead of issues)
-
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 - https://github.com/arsdever/lcd/pull/34
- https://github.com/SevenTV/WebsiteVue/pull/134
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
- https://github.com/mozilla-mobile/focus-ios/issues/1851
- https://github.com/redxzeta/Awesome-Adoption/issues/173
- https://github.com/ACM-VIT/fludget/issues/284
- https://github.com/bacloud14/WeatherVenue/issues/49
- https://github.com/Seneca-CDOT/telescope/issues/2377
- https://github.com/mozilla-mobile/focus-ios/pull/2589
- https://github.com/redxzeta/Awesome-Adoption/pull/175
- https://github.com/ACM-VIT/fludget/pull/295
- https://github.com/bacloud14/WeatherVenue/pull/66
- https://dev.to/japneetsingh035/hacktoberfest-progress-week-1-2-16gg
- https://dev.to/japneetsingh035/hacktoberfest-progress-week-3-17i9
- https://dev.to/japneetsingh035/hacktoberfest-final-week-1056
jjung99 - Jiyun Jung
- https://github.com/taosdata/TDengine/issues/8297
- https://github.com/dschandrasekara/learn-typescript/issues/72
- https://github.com/atapas/webapis-playground/issues/25
- https://github.com/taosdata/TDengine/pull/8300
- https://github.com/dschandrasekara/learn-typescript/pull/98
- https://github.com/atapas/webapis-playground/pull/103
- https://dev.to/jjung99/stepping-into-the-real-open-source-by-first-contribution-bac
- https://dev.to/jjung99/code-design-pattern-singleton-55nk
- https://dev.to/jjung99/og-image-error-2n7p
Andrewnt219 - Tuan Phong Nguyen
- https://github.com/microsoft/vscode-vsce/issues/603
- https://github.com/transitive-bullshit/nextjs-notion-starter-kit/issues/162
- https://github.com/Seneca-CDOT/telescope/issues/2360
- https://github.com/microsoft/vscode-jupyter/issues/7829
- https://github.com/microsoft/vscode-vsce/pull/628
- https://github.com/transitive-bullshit/nextjs-notion-starter-kit/pull/175
- https://github.com/Seneca-CDOT/telescope/issues/2360
- https://github.com/microsoft/vscode-jupyter/pull/7955
- https://blog.andrewnt.dev/post/microsoft-vsce-warn-users-about-missing-LICENSE
- https://blog.andrewnt.dev/post/transitive-bullshitnextjs-notion-starter-kit-fix-embedded-video-overflows
- https://blog.andrewnt.dev/post/telescope-show-repos-issues-pull-requests-mentioned-in-posts
- https://blog.andrewnt.dev/post/vscode-jupyter-fix-cell-matcher
- Bonus, I would send a PR if there was an open repo: https://andrewnt.dev/using-backface-visiblity-in-flipping-cards
gusmccallum - Gus McCallum
minhhang107 - Minh Hang Nguyen
- https://github.com/smaranjitghose/awesome-portfolio-websites/issues/1066
- https://github.com/space-voyager-21/space-voyager/issues/44
- https://github.com/tyler-morales/game-night/issues/30
- https://github.com/DavidGolodetsky/GeekScore/issues/131
- https://github.com/smaranjitghose/awesome-portfolio-websites/pull/1088
- https://github.com/space-voyager-21/space-voyager/pull/45
- https://github.com/tyler-morales/game-night/pull/50
- https://github.com/DavidGolodetsky/GeekScore/pull/202
- https://dev.to/minhhang107/hacktoberfest-1st-contribution-2jne
- https://dev.to/minhhang107/hacktoberfest-2nd-contribution-3i5h
- https://dev.to/minhhang107/hacktoberfest-3rd-contribution-1mhh
- https://dev.to/minhhang107/hacktoberfest-4th-contribution-14mp
Suhhee Kim - Suhhee Kim
- https://github.com/kubernetes/website/issues/29027
- https://github.com/Alexandria/match-three-game/issues/33
- https://github.com/Alexandria/match-three-game/issues/71
- https://github.com/redxzeta/Awesome-Adoption/issues/145
- https://github.com/kubernetes/website/pull/30287
- https://github.com/Alexandria/match-three-game/pull/70
- https://github.com/Alexandria/match-three-game/pull/72
- https://github.com/redxzeta/Awesome-Adoption/pull/214
- https://dev.to/suhhee1011/my-first-blog-post-for-hactoberfest-386b
- https://dev.to/suhhee1011/adding-new-feature-on-open-source-project-p4e
- https://dev.to/suhhee1011/create-pull-request-of-what-i-found-4m2p
- https://dev.to/suhhee1011/last-pull-request-for-hacktoberfest-5fle
- https://dev.to/suhhee1011/ending-the-hacktoberfeset-kib
DukeManh - Duc Bui Manh
- https://github.com/Seneca-CDOT/telescope/issues/2223
- https://github.com/grafana/grafana/issues/40121
- https://github.com/redwoodjs/redwood/issues/3542
- https://github.com/Seneca-CDOT/telescope/issues/2393
- https://github.com/Seneca-CDOT/telescope/pull/2348
- https://github.com/grafana/grafana/pull/40544
- https://github.com/redwoodjs/redwood/pull/3616
- https://github.com/Seneca-CDOT/telescope/pull/2406
tuanthanh2067 - Tuan Thanh Tan
- https://github.com/code4romania/seismic-risc/issues/743
- https://github.com/redxzeta/Awesome-Adoption/issues/88#event-5389901775
- https://github.com/rosekamallove/youtemy/issues/67#event-5535743028
- https://github.com/NotWoods/maskable/issues/29#event-5508934394
- https://github.com/code4romania/seismic-risc/pull/748
- https://github.com/redxzeta/Awesome-Adoption/pull/90
- https://github.com/rosekamallove/youtemy/pull/75
- https://github.com/NotWoods/maskable/pull/65
- https://dev.to/tuanthanh2067/my-first-pr-in-hacktoberfest-2021-2dcf
- https://dev.to/tuanthanh2067/my-second-accepted-pr-for-hacktoberfest-4ip2
- https://dev.to/tuanthanh2067/my-third-accepted-pr-on-github-hacktoberfest-51bm
- https://dev.to/tuanthanh2067/my-fourth-accepted-pr-on-github-hacktoberfest-jla
- https://dev.to/tuanthanh2067/recap-of-my-experience-with-hacktoberfest-2021-22j5
hlavu - Vivian Vu
- https://github.com/MareikeW/dashboard-project/issues/34
- https://github.com/vaishnav-sh/todo-app/issues/29
- https://github.com/MSTC-DA-IICT/REST-API-Node/issues/59
- https://github.com/aadityamp01/Androapps/issues/53
- https://github.com/MareikeW/dashboard-project/pull/38
- https://github.com/vaishnav-sh/todo-app/pull/45
- https://github.com/MSTC-DA-IICT/REST-API-Node/pull/60
- https://github.com/aadityamp01/Androapps/pull/67
- https://dev.to/vivianvu/osd600-my-first-hacktoberfest-contribution-1cl6
- https://dev.to/vivianvu/osd600-my-second-hacktoberfest-contribution-4530
- https://dev.to/vivianvu/osd600-my-third-hacktoberfest-contribution-pie
- https://dev.to/vivianvu/osd600-my-fourth-hacktoberfest-contribution-1a17
tcvan0707 - Thanh Cong Van
- https://github.com/befreestudios-io/web-components-sandbox/issues/5
- https://github.com/dschandrasekara/learn-typescript/issues/86
- https://github.com/trebol-ecommerce/ngx-trebol-frontend/issues/80
- https://github.com/redxzeta/Awesome-Adoption/issues/255
- https://github.com/befreestudios-io/web-components-sandbox/pull/7
- https://github.com/dschandrasekara/learn-typescript/pull/93
- https://github.com/trebol-ecommerce/ngx-trebol-frontend/pull/95
- https://github.com/redxzeta/Awesome-Adoption/pull/263
- https://dev.to/tcvan0707/osd600-hacktoberfest-1-552c
- https://dev.to/tcvan0707/osd600-hacktoberfest-2-1fmk
- https://dev.to/tcvan0707/osd600-hacktoberfest-3-15li
- https://dev.to/tcvan0707/release-02-update-5111
Xiongye Jiang - Xiongye Jiang
- https://github.com/iamHrithikRaj/AMIMUN/issues/19
- https://github.com/TogaTech/helpful.js/issues/16
- https://github.com/stefanoskapa/SudokuBase/issues/9
- https://github.com/Crease29/pageliner/issues/28
- https://github.com/iamHrithikRaj/AMIMUN/pull/24
- https://github.com/TogaTech/helpful.js/pull/20/files
- https://github.com/stefanoskapa/SudokuBase/pull/13
- https://github.com/Crease29/pageliner/pull/29
- https://dev.to/derekjxy/first-hacktoberfest-contribution-2e8e
- https://dev.to/derekjxy/second-hacktoberfest-contribution-1o0p
- https://dev.to/derekjxy/third-hacktoberfest-contribution-4k5g
- https://dev.to/derekjxy/fourth-hacktoberfest-contribution-3c8i
tpmai - James Mai
- https://github.com/aniket328/hacktober_website/issues/22
- https://github.com/pxblue/progress-icons/issues/19
- https://github.com/Seneca-CDOT/telescope/issues/2362
- https://github.com/Seneca-CDOT/telescope/issues/2407
- https://github.com/aniket328/hacktober_website/pull/26
- https://github.com/pxblue/progress-icons/pull/20
- https://github.com/Seneca-CDOT/telescope/pull/2386
- https://github.com/Seneca-CDOT/telescope/pull/2408#event-5544732573
- https://github.com/Seneca-CDOT/telescope/pull/2400
- https://dev.to/beamazedvariable/joining-hackoctorbefest-and-the-first-2-pr-388k
- https://dev.to/beamazedvariable/my-third-pr-contribute-to-telescope-4h1f
- https://dev.to/beamazedvariable/my-last-contributions-for-hackoctoberfest-19bo
- https://dev.to/beamazedvariable/hackoctober-recap-5a1g
dbelokon - Diana Belokon
- https://github.com/Seneca-CDOT/telescope/issues/2347
- https://github.com/Seneca-CDOT/telescope/issues/2370
- https://github.com/MichaelCurrin/badge-generator/issues/122
- https://github.com/ustaxes/UsTaxes/issues/549
- https://github.com/Seneca-CDOT/telescope/pull/2356
- https://github.com/Seneca-CDOT/telescope/pull/2391
- https://github.com/MichaelCurrin/badge-generator/pull/124
- https://github.com/ustaxes/UsTaxes/pull/699
- https://dev.to/belokond/first-time-participating-in-hacktoberfest-3ijb
- https://dev.to/belokond/hacktoberfest-contribution-one-line-of-code-36hb
- https://dev.to/belokond/hacktoberfest-challenge-3-1482
- https://dev.to/belokond/hacktoberfest-final-challenge-42d
ritikbheda - Ritik Bheda
- https://github.com/refined-github/refined-github/issues/4871
- https://github.com/npmhub/npmhub/issues/143
- https://github.com/fregante/github-issue-link-status/issues/59
- https://github.com/npmhub/npmhub/issues/145
- https://github.com/refined-github/refined-github/pull/4875
- https://github.com/npmhub/npmhub/pull/144
- https://github.com/fregante/github-issue-link-status/pull/65
- https://github.com/npmhub/npmhub/pull/146
- https://dev.to/ritikbheda/removing-the-white-node-from-1fe0
- https://dev.to/ritikbheda/fixing-csshtml-for-match-the-format-on-the-page-12da
- https://dev.to/ritikbheda/using-npm-package-icons-instead-of-local-4p5c
- https://dev.to/ritikbheda/showing-versions-of-the-dependencies-kme
irenejoeunpark - Irene Park
- https://github.com/meilisearch/meilisearch-java/issues/270
- https://github.com/gdscjgec/gdscjgec.github.io/issues/38#issuecomment-953101856
- https://github.com/mohitbalwani/Citi-site/issues/1
- https://github.com/meilisearch/meilisearch-java/issues/269
- https://github.com/meilisearch/meilisearch-java/pull/271#pullrequestreview-791560872
- https://github.com/gdscjgec/gdscjgec.github.io/pull/40
- https://github.com/mohitbalwani/Citi-site/pull/4
- https://github.com/meilisearch/meilisearch-java/pull/274
- https://dev.to/irenejoeunpark/my-first-pull-request-on-hacktoberfest-2021-3mho
- https://dev.to/irenejoeunpark/hacktoberfest-2021-fixes-ui-of-the-application-5d3n
- https://dev.to/irenejoeunpark/hacktoberfest-2021-responsive-design-with-css-19ii
- https://dev.to/irenejoeunpark/hacktoberfest-2021-fourth-and-the-last-pull-request-ef2
Qiwen-Yu - Qiwen Yu
- https://github.com/quelea-projection/Quelea/issues/393
- https://github.com/ploomber/ploomber/issues/330
- https://github.com/flyteorg/flyte/issues/1710
- https://github.com/flyteorg/flyte/issues/1710
- https://github.com/quelea-projection/Quelea/pull/498
- https://github.com/ploomber/ploomber/pull/394
- https://github.com/flyteorg/flytekit/pull/726
- https://github.com/flyteorg/flytesnacks/pull/465
- https://dev.to/qiwenyu/hacktoberfest-quelea-remove-redundant-import-statements-24mk
- https://dev.to/qiwenyu/hacktoberfest-ploomber-add-venv-directory-to-gitignore-363a
- https://dev.to/qiwenyu/hacktoberfest-flytekit-project-update-tuple-output-examples-3300
- https://dev.to/qiwenyu/hacktoberfest-flytesnacks-project-update-tuple-output-examples-2k4n
- https://dev.to/qiwenyu/hacktoberfest-recap-20
Emily Phan - Emily Phan
- https://github.com/kylecorry31/Trail-Sense/issues/213
- https://github.com/medusajs/medusa/issues/468
- https://github.com/xtreamsrl/clockify-nlp-bot/issues/67
- https://github.com/code4romania/monitorizare-vot/issues/377
- https://hosted.weblate.org/projects/trail-sense/trail-sense-android/vi/
- https://github.com/medusajs/medusa/pull/541
- https://github.com/xtreamsrl/clockify-nlp-bot/pull/113
- https://github.com/code4romania/monitorizare-vot/pull/387
- https://dev.to/hphan9/hacktoberfest-first-pr-32m6
- https://dev.to/hphan9/working-on-generating-api-fixture-3amd
- https://dev.to/hphan9/contributing-to-clockify-nlp-bot-5he6
5.https://dev.to/hphan9/hackoberfest-recap-56ci