-
Notifications
You must be signed in to change notification settings - Fork 5
release 0.2
Saturday 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.
You can also read my blog posts about Seneca open source students doing Hacktoberfest:
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 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).
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 with the following exceptions:
- 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)
- You should avoid "Hacktoberfest" specific repos, which are created simply to allow people to create PRs. Pick real open source projects.
- You should avoid projects that are abandoned or no longer actively maintained. Pick active projects.
- 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 on Slack.
Each week during October you will be asked to blog about your progress. The labs 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 can 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?
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 and CONTRIBUTING 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.
You will be graded on the following. Please make sure you have addressed everything that makes sense below:
- Four (4) proper 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.
When you have completed all the requirements above, please add a section below following the given template, including all necessary links to issues, pull requests, and blog posts:
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
TDDR - Tim Roberts
- https://github.com/electron/apps/issues/1548
- https://github.com/theadd336/ThavalonWeb/issues/26
- https://github.com/FreeTubeApp/FreeTube/issues/573
- https://github.com/FreeTubeApp/FreeTube/issues/702
- https://github.com/electron/apps/pull/1550
- https://github.com/theadd336/ThavalonWeb/pull/28
- https://github.com/FreeTubeApp/FreeTube/pull/716
- https://github.com/FreeTubeApp/FreeTube/pull/739
- https://dps909tddr.tech.blog/hacktoberfest-0-2-0-my-first-real-world-contribution/
- https://dps909tddr.tech.blog/hacktoberfest-0-2-1-crisis-averted/
- https://dps909tddr.tech.blog/hacktoberfest-0-2-2-scrolling-around/
- https://dps909tddr.tech.blog/hacktoberfest-0-2-3-the-dynamic-title/
- https://dps909tddr.tech.blog/hacktoberfest-recap/
hyunjiLeeTech - Hyunji Lee
- https://github.com/ahampriyanshu/algo_ds_101/issues/697
- https://github.com/upsetdog/wanikani-notifier/issues/9
- https://github.com/MStewGT/FindMeBeer/issues/17
- https://github.com/AimeTPGM/traxing/issues/10
- https://github.com/ahampriyanshu/algo_ds_101/pull/938
- https://github.com/upsetdog/wanikani-notifier/pull/10
- https://github.com/MStewGT/FindMeBeer/pull/20
- https://github.com/AimeTPGM/traxing/pull/17
- https://hyunjijanelee.blogspot.com/2020/10/hacktoberfest-first-pull-request-tower.html
- https://hyunjijanelee.blogspot.com/2020/10/hacktoberfest-second-pull-request.html
- https://hyunjijanelee.blogspot.com/2020/10/hacktoberfest-third-pull-request.html
- https://hyunjijanelee.blogspot.com/2020/10/hacktoberfest-fourth-pull-request.html
HyperTHD - Abdulbasid Guled
- https://github.com/sabesansathananthan/React-GitHub-Resume/issues/1
- https://github.com/avinashkranjan/Amazing-Python-Scripts/issues/126
- https://github.com/dmodena/polyglot-registration/issues/13
- https://github.com/ayaqdop/frontend/issues/10
- https://github.com/sabesansathananthan/React-GitHub-Resume/pull/12
- https://github.com/avinashkranjan/Amazing-Python-Scripts/pull/127
- https://github.com/dmodena/polyglot-registration/pull/28
- https://github.com/ayaqdop/frontend/pull/18
- https://dev.to/hyperthd/hacktoberfest-pr-1-a-pr-almost-as-simple-as-typing-hello-world-1ijc
- https://dev.to/hyperthd/release-0-2-part-2-just-a-little-bit-more-1531
- https://dev.to/hyperthd/release-0-2-part-3-when-asking-to-work-on-an-issue-is-not-enough-1m8o
- https://dev.to/hyperthd/release-0-2-part-4-a-disappointing-end-to-an-otherwise-interesting-month-3lh9
Strawberries73 – Jennifer Croft
- https://github.com/NiallEccles/Hacktoberfest-animations/issues/294
- https://github.com/remoteintech/remote-jobs/issues/639
- https://github.com/aherd2985/UtilityBelt/issues/42
- https://github.com/alfg/opendrinks/issues/725
- https://github.com/NiallEccles/Hacktoberfest-animations/pull/295
- https://github.com/remoteintech/remote-jobs/pull/816
- https://github.com/aherd2985/UtilityBelt/pull/95
- https://github.com/alfg/opendrinks/pull/998
- https://dev.to/strawberries73/release-0-2-hacktoberfest-week-1-16p6
- https://dev.to/strawberries73/hacktoberfest-the-second-pr-4mag
- https://dev.to/strawberries73/hacktoberfest-the-3rd-prrrrrrr-hmmm-5a3p
- https://dev.to/strawberries73/the-final-pr-face-palm-worthy-what-a-disaster-2haj
IcemanEtika - Thomas-Jayrell LeBlanc
- https://github.com/DavidMatthewFraser/easy-to-git/issues/194
- https://github.com/EnigmaVSSUT/Demo/issues/2
- https://github.com/chingu-voyages/moonshot-chingu-quiz/issues/108
- https://github.com/chingu-voyages/moonshot-chingu-quiz/issues/120
- https://github.com/DavidMatthewFraser/easy-to-git/pull/197
- https://github.com/EnigmaVSSUT/Demo/pull/3
- https://github.com/chingu-voyages/moonshot-chingu-quiz/pull/109
- https://github.com/chingu-voyages/moonshot-chingu-quiz/pull/121
- https://tjstavern24697521.wordpress.com/2020/10/08/hacktoberfest-week-1-working-on-a-webpage/
- https://tjstavern24697521.wordpress.com/2020/10/16/hacktoberfest-week-2-preparing-for-the-future/
- https://tjstavern24697521.wordpress.com/2020/10/25/hacktoberfest-week-3-one-letter-off/
- https://tjstavern24697521.wordpress.com/2020/10/31/hacktoberfest-week-4-grand-finale/
- https://tjstavern24697521.wordpress.com/2020/11/02/hacktoberfest-recap/
eunbeek - Eunbee Kim
- https://github.com/TheAlgorithms/Java/issues/1704
- https://github.com/EbookFoundation/free-programming-books/issues/4337
- https://github.com/30-seconds/30-seconds-of-code/issues/1683
- https://github.com/TheAlgorithms/Swift/issues/6
- https://github.com/TheAlgorithms/Java/pull/1705
- https://github.com/EbookFoundation/free-programming-books/pull/4338
- https://github.com/30-seconds/30-seconds-of-code/pull/1684
- https://github.com/TheAlgorithms/Swift/pull/7
- https://ekim105.wordpress.com/2020/10/09/hacktoberfest1-reported-small-bug/
- https://ekim105.wordpress.com/2020/10/17/hacktoberfest2-used-my-repository-to-check-the-bug-of-the-new-repo/
- https://ekim105.wordpress.com/2020/10/22/hacktoberfest3-not-necessary-but-not-bad-trial/
- https://ekim105.wordpress.com/2020/10/26/hacktoberfest4-swift-language-i-have-never-coded-before/
StellaJung-Student - Stella Jung
- https://github.com/claramiranda/PrevisaoDoTempo/issues/2
- https://github.com/mazipan/buku-saku-pramuka/issues/14
- https://github.com/mazipan/buku-saku-pramuka/issues/15
- https://github.com/Seneca-CDOT/telescope/issues/1221
- https://github.com/claramiranda/PrevisaoDoTempo/pull/5
- https://github.com/mazipan/buku-saku-pramuka/pull/17
- https://github.com/mazipan/buku-saku-pramuka/pull/17
- https://github.com/Seneca-CDOT/telescope/pull/1253
- https://sostellajung.blogspot.com/2020/10/exploring-to-open-source-world.html
- https://sostellajung.blogspot.com/2020/10/hactoberfest-is-very-competitive.html
- https://sostellajung.blogspot.com/2020/10/setting-coding-standard-for-javascript.html
- https://sostellajung.blogspot.com/2020/10/setting-coding-standard-for-javascript.html (the same as 2)
- https://sostellajung.blogspot.com/2020/10/getting-more-difficult.html
chrispinkney - Chris Pinkney
- https://github.com/ramboxapp/community-edition/issues/2828
- https://github.com/mjswensen/shoulders/issues/5
- https://github.com/revir/dictionaries/issues/20
- https://github.com/poundifdef/plainoldrecipe/issues/7
- https://github.com/ramboxapp/community-edition/pull/2841
- https://github.com/mjswensen/shoulders/pull/8
- https://github.com/revir/dictionaries/pull/23
- https://github.com/poundifdef/plainoldrecipe/pull/43
- https://dev.to/chrispinkney/release-0-2-1-or-how-hacktoberfest-ruins-everything-me-too-probably-9l2
- https://dev.to/chrispinkney/release-0-2-2-or-standing-on-the-shoulders-of-a-small-project-3op
- https://dev.to/chrispinkney/release-0-2-3-or-pivoting-by-a-beautiful-little-fool-378g
- https://dev.to/chrispinkney/release-0-2-4-or-these-english-muffins-keep-throwing-stuff-at-me-2ool
- https://dev.to/chrispinkney/release-0-2-recap-or-dunce-hat-hacking-4pld
egrinberg - Ekaterina Grinberg
- https://github.com/lsacera/KiuwanDeliveryAction/issues/1
- https://github.com/mdolr/survol/issues/116
- https://github.com/mdolr/survol/issues/130
- https://github.com/mattermost/mattermost-server/issues/15845
- https://github.com/lsacera/KiuwanDeliveryAction/pull/2
- https://github.com/mdolr/survol/pull/134
- https://github.com/mdolr/survol/pull/133
- https://github.com/mattermost/mattermost-webapp/pull/6957
- https://medium.com/@egrinberg/hacktoberfest-dps909-e9b97ce2b2ef
- https://egrinberg.medium.com/hacktoberfest-dps909-second-pr-9841a1e8be85
- https://egrinberg.medium.com/hacktoberfest-dps909-3rd-pr-c56fd059452d
- https://egrinberg.medium.com/hacktoberfest-dps909-4th-pr-3435b47a3c61
rogercyyu - Roger Yu
- https://github.com/samyakbambole/twitch-live-chat-history/issues/1
- https://github.com/drodil/rustybeer/issues/54
- https://github.com/o2sh/onefetch/issues/290
- https://github.com/samyakbambole/twitch-live-chat-history/issues/1
- https://github.com/samyakbambole/twitch-live-chat-history/pull/18
- https://github.com/drodil/rustybeer/pull/80
- https://github.com/o2sh/onefetch/pull/295
- https://github.com/samyakbambole/twitch-live-chat-history/pull/29
- https://ryudeveloper.wordpress.com/2020/10/09/release-0-2-first-public-pr/
- https://ryudeveloper.wordpress.com/2020/10/17/release-0-2-first-public-pr-2/
- https://ryudeveloper.wordpress.com/2020/10/25/release-0-2-third-public-pr/
- https://ryudeveloper.wordpress.com/2020/10/29/release-0-3-last-pr/
- https://ryudeveloper.wordpress.com/2020/10/29/release-0-2-recap-hacktoberfest/
1jz - Philip Golovin
- https://github.com/runelite/runelite/issues/12518
- https://github.com/runelite/runelite/issues/12467
- https://github.com/mattermost/mattermost-server/issues/16028
- https://github.com/drodil/rustybeer/issues/55
- https://github.com/runelite/runelite/pull/12602
- https://github.com/runelite/runelite/pull/12651
- https://github.com/mattermost/mattermost-webapp/pull/6915
- https://github.com/drodil/rustybeer/pull/94
- https://1jz.tech.blog/2020/10/09/my-first-contribution/
- https://1jz.tech.blog/2020/10/16/another-contribution-to-my-favourite-project/
- https://1jz.tech.blog/2020/10/30/contributing-to-big-projects/
- https://1jz.tech.blog/2020/10/30/back-to-comfy-small-projects/
- Wrap Up
joey2031 - Joseph Assal
- https://github.com/alucardthefish/CodeNowHere/issues/1
- https://github.com/aniketsharma00411/algorithmsUse/issues/1
- https://github.com/osmlab/name-suggestion-index/issues/4427
- https://github.com/YellowOSM/YellowOSM/issues/25
- https://github.com/alucardthefish/CodeNowHere/pull/15
- https://github.com/aniketsharma00411/algorithmsUse/pull/117
- https://github.com/osmlab/name-suggestion-index/pull/4437
- https://github.com/YellowOSM/YellowOSM/pull/37
- https://osd600-joey-assal.blogspot.com/2020/10/osd600-release-02-pr-1.html
- https://osd600-joey-assal.blogspot.com/2020/10/osd600-release-02-pr-2.html
- https://osd600-joey-assal.blogspot.com/2020/10/osd600-release-02-pr-3.html
- https://osd600-joey-assal.blogspot.com/2020/10/osd600-release-02-pr4.html
pyvelkov - Plamen Velkov
- https://github.com/skyreep/quest-fan-info/issues/1
- https://github.com/madmagic007/Oculus-Quest-Presence/issues/21
- https://github.com/Tithibots/tithif/issues/1 and https://github.com/Tithibots/tithiwa/issues/51
- https://github.com/Tithibots/tithiwa/issues/60
- https://github.com/skyreep/quest-fan-info/pull/2
- https://github.com/madmagic007/Oculus-Quest-Presence/pull/22
- https://github.com/Tithibots/tithif/pull/3 and https://github.com/Tithibots/tithiwa/pull/65
- https://github.com/Tithibots/tithiwa/pull/69
- https://plamenvelkovtech.blogspot.com/2020/10/release-021-entry-into-open-source.html
- https://plamenvelkovtech.blogspot.com/2020/10/release-022-entering-anothervirtual.html
- https://plamenvelkovtech.blogspot.com/2020/10/release-023-avoiding-boring-people-with.html
- https://plamenvelkovtech.blogspot.com/2020/10/release-024-more-pythonic-automation.html
- https://plamenvelkovtech.blogspot.com/2020/10/season-1-hacktoberfest-recap.html
NesaByte - Nesa Bertanico
- https://github.com/BetaPundit/Yoga-Guru/issues/8
- https://github.com/BetaPundit/Yoga-Guru/issues/10
- https://github.com/akshansh2000/learn_ar_flutter/issues/3
- https://github.com/MARCOSM-MARTINS/NASA_PICTURE_OF_THE_DAY/issues/1
- https://github.com/BetaPundit/Yoga-Guru/pull/9
- https://github.com/BetaPundit/Yoga-Guru/pull/13
- https://github.com/akshansh2000/learn_ar_flutter/pull/16
- https://github.com/MARCOSM-MARTINS/NASA_PICTURE_OF_THE_DAY/pull/5
- Hacktoberfest 1: Baby Steps - Adding a command on a README.md
- Hacktoberfest 2: Dart - Adding a FloatingActionButton
- Hacktoberfest 3: Dart - Adding a ThemeData
- Hacktoberfest 4: Dart – Created a theme and improved the look of the app
- Hactoberfest2020 – RECAP
lixiaoqity - Leon Li
- https://github.com/dpkp/kafka-python/issues/2125
- https://github.com/sanijalal/random-dessert-generator/issues/24
- https://github.com/tripathi-abhishek/screen-recorder/issues/1
- https://github.com/houseofgeeks/hg/issues/197
- https://github.com/dpkp/kafka-python/pull/2138
- https://github.com/sanijalal/random-dessert-generator/pull/25
- https://github.com/tripathi-abhishek/screen-recorder/pull/2
- https://github.com/houseofgeeks/hg/pull/201
- https://gonewiththewind1982.blogspot.com/2020/10/hacktoberfest-pull-request-1.html
- https://gonewiththewind1982.blogspot.com/2020/10/the-second-pull-request-for-release02.html
- https://gonewiththewind1982.blogspot.com/2020/10/the-third-pull-request-for-release02.html
- https://gonewiththewind1982.blogspot.com/2020/10/the-fourth-pull-request-for-release02.html
yuanLeeMidori - Yuan-Hsi Lee
- this and this
- https://github.com/infokiller/web-search-navigator/issues/91
- https://github.com/sindresorhus/refined-twitter/issues/197
- Issue1, Issue2, Issue3
- https://github.com/drgn-hart/Countdown-Timer/pull/21
- https://github.com/infokiller/web-search-navigator/pull/221
- https://github.com/sindresorhus/refined-twitter/pull/198
- PR1, PR2a, PR2b, PR3
- https://dev.to/yuanleemidori/hacktoberfest-week-1-l9j
- https://dev.to/yuanleemidori/hacktoberfest-week-2-to-be-continued-4hla
- https://dev.to/yuanleemidori/hacktoberfest-week-3-3m40
- https://dev.to/yuanleemidori/hacktoberfest-this-is-not-the-end-244g
sanji11 - Sanjida Afrin
- https://github.com/rico-projects/rico/issues/169
- https://github.com/Harvesthru-Inc/Harvesthru-Web/issues/30
- https://github.com/emberjs/ember.js/issues/18060
- https://github.com/grommet/grommet/issues/4651
- https://github.com/rico-projects/rico/pull/171
- https://github.com/Harvesthru-Inc/Harvesthru-Web/pull/42
- https://github.com/emberjs/ember.js/pull/19229
- PR-1, PR-2, PR-3, PR-4
- https://medium.com/@safrin2/first-pr-to-real-world-c8663e6ec2fa
- https://medium.com/@safrin2/first-time-fixing-bug-in-others-repo-a228fcebd17a
- https://medium.com/@safrin2/contribution-in-ember-60f3766f3970
- https://safrin2.medium.com/thank-you-hactoberfest-92506b798193
PedroFonsecaDEV - Pedro Antonio Fonseca Ferreira
- https://github.com/Seneca-CDOT/telescope/issues/974
- https://github.com/Seneca-CDOT/telescope/issues/1078
- https://github.com/shaun-chiang/storefront/issues/3
- https://github.com/microsoft/vscode/issues/109132
- https://github.com/Seneca-CDOT/telescope/pull/1148
- https://github.com/Seneca-CDOT/telescope/pull/1162
- https://github.com/shaun-chiang/storefront/pull/5
- https://github.com/microsoft/vscode/pull/109440
- https://medium.com/@pedrofonsecadev/release-0-2-pull-request-1-8b2a53136c89
- https://medium.com/@pedrofonsecadev/release-0-2-2-cfed719b25fc
- https://medium.com/@pedrofonsecadev/no-answer-293726949c71
- https://medium.com/@pedrofonsecadev/release-0-2-4-bfdaa7baab65
- https://medium.com/@pedrofonsecadev/release-0-2-final-chapter-b5ce58cd53c
sonechca - Mintae Kim
- https://github.com/karakun/OpenWebStart/issues/302
- https://github.com/DavidMatthewFraser/easy-to-git/issues/193
- https://github.com/TheAlgorithms/Javascript/issues/14
- https://github.com/TheAlgorithms/Python/issues/2510
- https://github.com/karakun/OpenWebStart/pull/335
- https://github.com/DavidMatthewFraser/easy-to-git/pull/229
- https://github.com/TheAlgorithms/Javascript/pull/513
- https://github.com/TheAlgorithms/Python/pull/3839
- https://mintaedotblog.wordpress.com/2020/10/11/release-0-2-first-hacktoberfest/
- https://wordpress.com/block-editor/post/mintaedotblog.wordpress.com/133
- https://mintaedotblog.wordpress.com/2020/10/24/release-0-2-third-hectoberfest/
- https://mintaedotblog.wordpress.com/2020/10/30/release-0-2-last-hectoberfest/
tianlangwu - Junyong Liu
- https://github.com/o2sh/onefetch/issues/250
- https://github.com/trybick/issue-collab/issues/57
- https://github.com/trybick/issue-collab/issues/71
- https://github.com/mattermost/mattermost-server/issues/16167
- https://github.com/o2sh/onefetch/pull/254
- https://github.com/trybick/issue-collab/pull/65
- https://github.com/trybick/issue-collab/pull/72
- https://github.com/mattermost/mattermost-webapp/pull/6976
- https://jliu396.blogspot.com/2020/10/my-first-pr-for-hacktoberfest.html
- https://jliu396.blogspot.com/2020/10/second-pr-for-hacktoberfest.html
- https://jliu396.blogspot.com/2020/10/my-third-pull-request-for-hacktoberfest.html
- https://jliu396.blogspot.com/2020/10/my-fouth-pr-request-for-hacktoberfest.html
- https://jliu396.blogspot.com/2020/10/release-02-hacktoberfest-recap.html
MSTEWARDSON - Matthew Stewardson
- https://github.com/AlexanderLapygin/dags/issues/6
- https://github.com/ryzbaka/PyLot/issues/7
- https://github.com/AggRag/UMusic/issues/1
- https://github.com/sButtons/sbuttons/issues/1013
- https://github.com/AlexanderLapygin/dags/pull/22
- https://github.com/ryzbaka/PyLot/pull/10
- https://github.com/AggRag/UMusic/pull/2
- https://github.com/sButtons/sbuttons/pull/1031
- https://matthew-k-stewardson.blogspot.com/2020/10/week-4-pr1.html
- https://matthew-k-stewardson.blogspot.com/2020/10/week-5-pr2.html
- https://matthew-k-stewardson.blogspot.com/2020/10/week-6-pr3.html
- https://matthew-k-stewardson.blogspot.com/2020/10/week-6-pr-4.html
- https://matthew-k-stewardson.blogspot.com/2020/10/release-02-end-of-line.html
Niaz-Ul-Haque - Mohammed Niaz Ul Haque
- https://github.com/kelumsampath/health_assistant_client/issues/2
- https://github.com/shkaushal/Manage-Expenses/issues/1
- https://github.com/aloks98/unisys-backend/issues/1
- https://github.com/Tisn/tisn.app/issues/232
- https://github.com/kelumsampath/health_assistant_client/pull/3
- https://github.com/shkaushal/Manage-Expenses/pull/3
- https://github.com/aloks98/unisys-backend/pull/5
- https://github.com/Tisn/tisn.app/pull/368
- https://dev.to/niazulhaque/late-start-to-hacktober-life-updates-kdramas-new-fun-2gp8
- https://dev.to/niazulhaque/delayed-post-2nd-pr-new-stuff-hacktober-fun-doctors-not-fun-cce
- https://dev.to/niazulhaque/3rd-pr-study-week-but-late-posting-2nd-last-work-of-hacktober-exam-week-is-done-3b2g
- https://dev.to/niazulhaque/the-last-pr-the-fourth-pr-study-week-done-studying-restarts-heavy-weeks-incoming-3m3a
- https://dev.to/niazulhaque/officially-done-with-hacktober-looking-forward-to-what-future-has-hyped-af-52dd
jossiey - Jie Yang
- https://github.com/ahampriyanshu/algo_ds_101/issues/800
- https://github.com/Seneca-CDOT/telescope/issues/606
- https://github.com/Seneca-CDOT/telescope/issues/1195
- https://github.com/the-pat/spooky/issues/5
- https://github.com/the-pat/spooky/issues/7
- https://github.com/ahampriyanshu/algo_ds_101/pull/802
- https://github.com/Seneca-CDOT/telescope/pull/1186
- https://github.com/Seneca-CDOT/telescope/pull/1198
- https://github.com/the-pat/spooky/pull/18
- https://github.com/the-pat/spooky/pull/19
- https://jyangblogs.wordpress.com/2020/10/12/hacktoberfest-2020-week-1/
- https://jyangblogs.wordpress.com/2020/10/17/hacktoberfest-2020-week-2/
- https://jyangblogs.wordpress.com/2020/10/25/hacktoberfest-2020-week-3/
- https://jyangblogs.wordpress.com/2020/10/31/hacktoberfest-2020-week-4/
- https://jyangblogs.wordpress.com/2020/11/01/hacktoberfest-2020/
Paul Sin - Paul Sin
- https://github.com/JanusGraph/janusgraph/issues/2230
- https://github.com/Blank1611/jsonmergeutils/issues/2
- https://github.com/IamJayshree/Pong/issues/1
- Did not create an Issue
- https://github.com/JanusGraph/janusgraph/pull/2233
- https://github.com/Blank1611/jsonmergeutils/pull/11
- https://github.com/IamJayshree/Pong/pull/2
- https://github.com/sammchardy/python-binance/pull/602/files
- https://osd600.blogspot.com/2020/10/release-v02.html
- https://osd600.blogspot.com/2020/10/02v-conflicts-struggles-and-pain-all.html
- https://osd600.blogspot.com/2020/10/pump-up-jam.html
- https://osd600.blogspot.com/2020/10/release-v02-4th-pr.html
NathanPang001 - Nathan Pang
- https://github.com/Auto-DL/Generator/issues/25
- https://github.com/uzair-ashraf/genshin-impact-wish-simulator/issues/8
- https://github.com/salyadav/gundoosmean-client/issues/21
- https://github.com/Seniru/pewpew/issues/18
- https://github.com/Auto-DL/Generator/pull/26
- https://github.com/uzair-ashraf/genshin-impact-wish-simulator/pull/9
- https://github.com/salyadav/gundoosmean-client/pull/24
- https://github.com/Seniru/pewpew/pull/20
- https://osdnathanp.wordpress.com/2020/10/12/release-0-2-pull-request-1/
- https://osdnathanp.wordpress.com/2020/10/18/release-0-2-pull-request-2/
- https://osdnathanp.wordpress.com/2020/10/25/release-0-2-pull-request-3/
- https://osdnathanp.wordpress.com/2020/10/31/release-0-2-pull-request-4/
- https://osdnathanp.wordpress.com/2020/10/31/release-0-2-recap/
joelazwar - Joel Azwar
- https://github.com/kelumsampath/health_assistant_client/issues/7
- https://github.com/mdolr/survol/issues/108
- https://github.com/Seneca-CDOT/telescope/issues/1224
- https://github.com/papercups-io/papercups/issues/327
- https://github.com/kelumsampath/health_assistant_client/pull/8
- https://github.com/mdolr/survol/pull/145
- https://github.com/Seneca-CDOT/telescope/pull/1256
- https://github.com/papercups-io/papercups/pull/372
- https://joelazwaros.blogspot.com/2020/10/i-fixed-typo.html
- https://joelazwaros.blogspot.com/2020/10/hacktoberfest-entry-no2.html
- https://joelazwaros.blogspot.com/2020/11/hack-vemberfest-pr-no-3.html
- https://joelazwaros.blogspot.com/2020/11/hackvember-fest-pr4-days-late-conclusion.html
klee214 - Kimin Lee
- https://github.com/pettnaut/frontend-code/issues/17
- https://github.com/aemmadi/fastdocs/issues/22
- https://github.com/PerhapsSomeone/GreenLight/issues/13
- https://github.com/redxzeta/Awesome-Adoption/issues/30
- https://github.com/pettnaut/frontend-code/pull/19
- https://github.com/aemmadi/fastdocs/pull/23
- https://github.com/PerhapsSomeone/GreenLight/pull/16
- https://github.com/redxzeta/Awesome-Adoption/pull/34
- https://dev.to/klee214/hacktoberfest-my-first-small-contribution-to-open-source-3m44
- https://dev.to/klee214/fastdocs-application-crashes-at-invalid-endpoint-cdp
- https://dev.to/klee214/greenlight-added-a-syntax-checker-feature-54df
- https://dev.to/klee214/last-commit-for-2020-hacktoberfest-1keo
VietnameZe - Minh Huy Nguyen
- https://github.com/kentor/flush-promises/issues/24
- https://github.com/30-seconds/30-seconds-of-code/issues/1653
- https://github.com/TheAlgorithms/Java/issues/1906
- https://github.com/paypal/butterfly/issues/359
- https://github.com/kentor/flush-promises/pull/25
- https://github.com/30-seconds/30-seconds-of-code/pull/1655
- https://github.com/TheAlgorithms/Java/pull/1951
- https://github.com/paypal/butterfly/pull/363
- https://x7z.net/release0-2
- https://x7z.net/release0-2-2
- https://x7z.net/release0-2-3
- https://x7z.net/release0-2-4
- https://x7z.net/release0-2-final
tonyvugithub - Khoi Nguyen Vu (Tony)
- https://github.com/Seneca-CDOT/telescope/issues/1179
- https://github.com/Seneca-CDOT/telescope/issues/1190
- https://github.com/palanik/run.env/issues/5
- https://github.com/Seneca-CDOT/telescope/issues/1145
- https://github.com/Seneca-CDOT/telescope/pull/1181
- https://github.com/Seneca-CDOT/telescope/pull/1209
- https://github.com/palanik/run.env/pull/6
- https://github.com/Seneca-CDOT/telescope/pull/1248
- https://medium.com/@tonyknvu/had-a-taste-on-real-world-osd-approved-merged-twice-cd58d898924c
- https://medium.com/@tonyknvu/level-up-my-pr-game-86d7539294f9
- https://tonyknvu.medium.com/taking-a-detour-to-explore-what-testing-really-means-268c76dca8c0
- https://tonyknvu.medium.com/last-pr-what-should-i-do-maybe-more-testin-8c2ad2c52701
- To be updated
mamadou-diallo - Mamadou Diallo
- https://github.com/bitsandbytes1708/FlappyBirdClone/issues/3
- Issue 2.1 and Issue 2.2
- Issue 3.1 and Issue 3.2
- https://github.com/DiversityCorp/companies-on-blm/issues/80
- https://github.com/bitsandbytes1708/FlappyBirdClone/pull/6
- PR 2.1 and PR 2.2
- https://github.com/div-bargali/Data-Structures-and-Algorithms/pull/807
- https://github.com/DiversityCorp/companies-on-blm/pull/154
- https://mamadou--diallo.blogspot.com/2020/10/hacktoberfest-1.html
- https://mamadou--diallo.blogspot.com/2020/10/10-easy-steps-and-animations.html
- https://mamadou--diallo.blogspot.com/2020/10/release-23.html
- https://mamadou--diallo.blogspot.com/2020/10/release-24.html
fluentinstroll - Raymond Rambo
- https://github.com/Jain-Sanchit/webseries-quotes/issues/39
- issue #20, issue #26
- https://github.com/vichudson1/empire/issues/17
- https://github.com/AardWolf/MHTimerBot/issues/215
- https://github.com/Jain-Sanchit/webseries-quotes/pull/40
- pull #21, pull #27
- https://github.com/vichudson1/empire/pull/18
- https://github.com/AardWolf/MHTimerBot/pull/216
- https://dev.to/fluentinstroll/a-diatribe-on-how-hard-coding-is-d26
- https://dev.to/fluentinstroll/week-2-and-making-it-up-to-myself-1lfa
- https://dev.to/fluentinstroll/release-0-2-week-3-29gm
- https://dev.to/fluentinstroll/as-a-real-gamer-256b
- Wrap-up
yzwdroid - Zongwei Yang
- https://github.com/LukasJoswiak/etch/issues/10
- https://github.com/jamesmawm/golang-user-microservice/issues/17
- https://github.com/photoprism/photoprism/issues/514
- https://github.com/JIITODC/jiitodc.github.io/issues/86#event-3923513143
- https://github.com/LukasJoswiak/etch/pull/11
- https://github.com/jamesmawm/golang-user-microservice/pull/18
- https://github.com/photoprism/photoprism/pull/569
- https://github.com/JIITODC/jiitodc.github.io/pull/88
- https://dev.to/yzwdroid/hacktoberfest-week-1-2j43
- https://dev.to/yzwdroid/release-0-2-hn9
- https://dev.to/yzwdroid/release-2-0-translation-38cb
- https://dev.to/yzwdroid/release-2-0-pr4-16e7
zg3d - Devansh Shah
- https://github.com/utkarshpant/telemetry/issues/6
- https://github.com/Seneca-CDOT/telescope/issues/489)) 3.https://github.com/TroyTae/game-of-life/issues/1368
- none
- https://github.com/utkarshpant/telemetry/pull/7
- https://github.com/Seneca-CDOT/telescope/pull/1254 3.https://github.com/TroyTae/game-of-life/pull/1376 4.https://github.com/Seneca-CDOT/telescope/pull/1467
- https://dev.to/zg3d/first-week-of-hacktoberfest-596e
- https://dev.to/zg3d/telescope-my-first-contribution-19en
- https://dev.to/zg3d/the-month-of-october-2020-2j99
- https://dev.to/zg3d/game-of-life-small-contribution-4dc2
- https://dev.to/zg3d/telescope-a-high-severity-vulnerability-bo6
isabellaliu77 - Xiaolu Liu
- https://github.com/codethesaurus/codethesaur.us/issues/60
- https://github.com/konveyor/move2kube-api/issues/27
- https://github.com/consolelancer/portfolio-shala/issues/3
- https://github.com/inlets/inletsctl/issues/81
- https://github.com/codethesaurus/codethesaur.us/pull/63
- https://github.com/konveyor/move2kube-api/pull/30
- https://github.com/consolelancer/portfolio-shala/pull/11
- https://github.com/inlets/inletsctl/pull/82
- https://dev.to/isabellaliu77/release-0-2-1-first-pr-for-hacktoberfest-4ac6
- https://dev.to/isabellaliu77/2nd-pr-for-hacktoberfest-regexp-in-golang-4jip
- https://dev.to/isabellaliu77/release-0-2-3-3f6m
- https://dev.to/isabellaliu77/i-did-not-make-a-good-end-for-release-0-2-5fme
chawlapalak - Palak Chawla
- https://github.com/abhishekpatel946/PassManager-pyScript/issues/3
- https://github.com/interledger-rs/interledger-rs/issues/158
- https://github.com/EricTurf/hacktober-new-tab/issues/9
- https://github.com/EricTurf/hacktober-new-tab/issues/6
- https://github.com/abhishekpatel946/PassManager-pyScript/pull/4
- https://github.com/interledger-rs/interledger-rs/pull/655
- https://github.com/EricTurf/hacktober-new-tab/pull/10
- https://github.com/EricTurf/hacktober-new-tab/pull/11
- https://palak-chawla.blogspot.com/2020/10/release-02-pr-1.html
- https://palak-chawla.blogspot.com/2020/10/release-02-pr-2.html
- https://palak-chawla.blogspot.com/2020/10/release-02-pr-3.html
- https://palak-chawla.blogspot.com/2020/10/release-02-pr-4.html
- https://palak-chawla.blogspot.com/2020/10/release-02-journey-final-stone.html
MLJBrackett - Michael Brackett
- https://github.com/mozilla/OpenWPM/issues/651
- https://github.com/Mustafiz04/Covid-19-website/issues/2 & https://github.com/Mustafiz04/Covid-19-website/issues/6
- https://github.com/Blank1611/jsonmergeutils/issues/1
- https://github.com/redxzeta/Awesome-Adoption/issues/32
- https://github.com/mozilla/OpenWPM/pull/762
- https://github.com/Mustafiz04/Covid-19-website/pull/5 & https://github.com/Mustafiz04/Covid-19-website/pull/7
- https://github.com/Blank1611/jsonmergeutils/pull/14
- https://github.com/redxzeta/Awesome-Adoption/pull/35
- https://dev.to/mljbrackett/my-first-public-pr-dbo
- https://dev.to/mljbrackett/contributing-to-a-covid-19-website-41jm
- https://dev.to/mljbrackett/release-2-0-pr-3-4d20
- https://dev.to/mljbrackett/release-2-0-pr-4-1c73
- https://dev.to/mljbrackett/hacktoberfest-finale-1k57
Wei-J-Huang - Wei Huang
- https://github.com/FOSS-UCSC/FOSSALGO/issues/486
- https://github.com/OwenGranot/svelte-calender/issues/12
- https://github.com/redxzeta/Awesome-Adoption/issues/10
- https://github.com/callbacc/Artistify/issues/110 and https://github.com/callbacc/Artistify/issues/105
- https://github.com/FOSS-UCSC/FOSSALGO/pull/512
- https://github.com/OwenGranot/svelte-calender/pull/15
- https://github.com/redxzeta/Awesome-Adoption/pull/14
- https://github.com/callbacc/Artistify/pull/112 and https://github.com/callbacc/Artistify/pull/114
- https://weihuangosd.blogspot.com/2020/10/hacktoberfest-1.html
- https://weihuangosd.blogspot.com/2020/10/hacktoberfest-2.html
- https://weihuangosd.blogspot.com/2020/10/hacktoberfest-3.html
- https://weihuangosd.blogspot.com/2020/10/hacktoberfest-final.html
Jasper-Mui - Jasper Mui
- https://github.com/code4romania/vot-romania-api/issues/26
- https://github.com/callbacc/Artistify/issues/87
- https://github.com/r-ush/khayaali-pulao/issues/2
- https://github.com/callbacc/Artistify/issues/108
- https://github.com/code4romania/vot-romania-api/pull/119
- https://github.com/callbacc/Artistify/pull/93
- https://github.com/r-ush/khayaali-pulao/pull/9
- https://github.com/callbacc/Artistify/pull/111
- https://muioverflow.wordpress.com/2020/10/13/hacktoberfest-week-one/
- https://muioverflow.wordpress.com/2020/10/19/hacktoberfest-week-2/
- https://muioverflow.wordpress.com/2020/10/26/hacktoberfest-week-3/
- https://muioverflow.wordpress.com/2020/10/31/hacktoberfest-week-4/
- https://muioverflow.wordpress.com/2020/10/31/hacktoberfest-2020-recap/
Shinh18 - Muskan Shinh
- https://github.com/owjs3901/SSU_World/issues/1
- https://github.com/antievictionmappingproject/covid-19-map/issues/167
- https://github.com/dhritippaul/Data-Structure-Algorithm/issues/8
- https://github.com/threedevs/3dev-fullstack/issues/8
- https://github.com/owjs3901/SSU_World/pull/2
- https://github.com/antievictionmappingproject/covid-19-map/pull/168
- https://github.com/dhritippaul/Data-Structure-Algorithm/pull/24
- https://github.com/threedevs/3dev-fullstack/pull/45
- https://muskanshinh.wordpress.com/2020/10/13/hacktoberfest-0-2-1-baby-step/
- https://muskanshinh.wordpress.com/2020/10/30/hacktoberfest-0-2-2-covid/
- https://muskanshinh.wordpress.com/2020/10/30/hacktoberfest-0-2-3-dsa/
- https://muskanshinh.wordpress.com/2020/11/01/hacktoberfest-0-2-4-read-a-book/
- https://muskanshinh.wordpress.com/2020/11/01/hacktoberfest-0-2-recap/
matt-ross16 - Matthew Ross
- https://github.com/blockspacer/flextool/issues/2
- https://github.com/enarx/enarx-keepldr/issues/85
- https://github.com/codestromer/ContestReminder/issues/5 4a. https://github.com/codestromer/ContestReminder/issues/12 4b. https://github.com/codestromer/ContestReminder/issues/13
- https://github.com/blockspacer/flextool/pull/3
- https://github.com/enarx/enarx-keepldr/pull/86
- https://github.com/codestromer/ContestReminder/pull/10 4a. https://github.com/codestromer/ContestReminder/pull/14 4b. https://github.com/codestromer/ContestReminder/pull/15
- https://os-discovery.blogspot.com/2020/10/spooky-prs.html
- https://os-discovery.blogspot.com/2020/10/halloween-badges.html
- https://os-discovery.blogspot.com/2020/12/now-featuring.html
- https://os-discovery.blogspot.com/2020/12/where-should-i-go.html
- https://os-discovery.blogspot.com/2020/12/time-for-the-next-step.html
Supercraft888 - Alexander Hugh
abuZayed15 - Abu Zayed Kazi
- Issue1.1 & Issue1.2
- https://github.com/aherd2985/UtilityBelt/issues/42
- Issue3.1, Issue3.2, Issue3.3
- https://github.com/bjorno43/NMS-Advanced-Modding-Station/issues/1
- PR1.1 & PR1.2
- https://github.com/aherd2985/UtilityBelt/pull/69
- PR3.1, PR3.2, PR3.3
- https://github.com/bjorno43/NMS-Advanced-Modding-Station/pull/6
- https://www.abuzayed.ca/my-blog/osd600/2020/10/13/my-first-prs-for-hactoberfest/
- https://www.abuzayed.ca/my-blog/osd600/2020/10/20/utilitybelt-console-api/
- https://www.abuzayed.ca/my-blog/osd600/2020/10/24/dragonfruit-six-rainbow-6-seige-api/
- https://www.abuzayed.ca/my-blog/osd600/2020/11/03/no-man-sky-api-final-pr-for-hacktoberfest/
zjjiang2 - Zong Jin Jiang
- https://github.com/FOSS-UCSC/FOSSALGO/issues/432
- https://github.com/kelumsampath/health_assistant_client/issues/12
- https://github.com/Seneca-CDOT/telescope/issues/1220
- https://github.com/callbacc/Artistify/issues/64
- https://github.com/FOSS-UCSC/FOSSALGO/pull/583
- https://github.com/kelumsampath/health_assistant_client/pull/24
- https://github.com/Seneca-CDOT/telescope/pull/1251
- https://github.com/callbacc/Artistify/pull/113
- https://zjjiang2.blogspot.com/2020/10/hacktoberfest-pr-1.html
- https://zjjiang2.blogspot.com/2020/10/hacktoberfest-pr-2.html
- https://zjjiang2.blogspot.com/2020/10/hacktoberfest-pr-3.html
- https://zjjiang2.blogspot.com/2020/10/hacktoberfest-pr-4.html
rjayroso - Royce Ayroso-Ong
- https://github.com/Xx-Ashutosh-xX/SongBird/issues/3
- https://github.com/shrpereira/coviewer_flutter/issues/14
- https://github.com/dnajs/dna.js/issues/107
- https://github.com/flashreads/blogs/issues/87
- https://github.com/Xx-Ashutosh-xX/SongBird/pull/6
- https://github.com/shrpereira/coviewer_flutter/pull/15
- https://github.com/dnajs/dna.js/pull/108
- https://github.com/flashreads/blogs/pull/92
- https://roycedev.medium.com/my-first-hacktoberfest-entry-af193531d470
- https://roycedev.medium.com/designing-with-flutter-717da699d6fb
- https://roycedev.medium.com/coding-with-style-3f4334b46db3
- https://roycedev.medium.com/a-return-to-argparse-6ec0a7a0259c
- https://roycedev.medium.com/hacktoberfest-2020-recap-34dadebb0a16
phast184 - Thanh Tien Phat Nguyen
- https://github.com/ahampriyanshu/algo_ds_101/issues/842
- https://github.com/mdolr/survol/issues/116
- https://github.com/trybick/issue-collab/issues/74
- https://github.com/aditya109/git-osp-for-beginners/issues/340
- https://github.com/ahampriyanshu/algo_ds_101/pull/1202
- https://github.com/mdolr/survol/pull/148#event-3915821866
- https://github.com/trybick/issue-collab/pull/75#event-3935750838
- https://github.com/aditya109/git-osp-for-beginners/pull/348
- https://dev.to/phast184/hacktoberfest-the-first-pr-30hc
- https://dev.to/phast184/hacktoberfest-my-second-pr-2bn7
- https://dev.to/phast184/hacktoberfest-level-3-3cpn
- https://dev.to/phast184/hacktoberfest-last-pr-dutch-national-flag-pde
Metropass - Mohammed Ahmed (Mo)
- https://github.com/mozilla/OpenWPM/issues/619
- https://github.com/Todarith/mathgenerator/issues/289
- https://github.com/Todarith/mathgenerator/issues/278
- https://github.com/EvgenyKashin/stylegan2-distillation/issues/9
- https://github.com/mozilla/OpenWPM/pull/768
- https://github.com/Todarith/mathgenerator/pull/298
- https://github.com/Todarith/mathgenerator/pull/296
- https://github.com/EvgenyKashin/stylegan2-distillation/pull/8
- https://moho472.medium.com/release-0-2-my-first-big-contribution-867578a0b5a4
- https://moho472.medium.com/release-0-2-fixing-my-own-mistake-799f53447b0e
- https://moho472.medium.com/release-0-2-simple-math-b71cb3fa4b4
- https://moho472.medium.com/release-0-2-depreciation-for-days-66b7f0527534
slaterslater - Anthony Slater
- https://github.com/Mimic-Tools/name-generation/issues/52
- https://github.com/HarshdipD/job-tracker/issues/28
- https://github.com/nimit2801/MorseCodeMessenger/issues/2
- https://github.com/Mimic-Tools/name-generation/pull/55
- https://github.com/HarshdipD/job-tracker/pull/29
- https://github.com/nimit2801/MorseCodeMessenger/pull/3
- https://dev.to/slaterslater/contributing-to-a-rpg-with-csv-1moj
- https://dev.to/slaterslater/adding-form-validation-to-eztrackr-435
- https://dev.to/slaterslater/using-numpy-to-build-wav-files-1ga6
badalsarkar - Badal Sarkar
- https://github.com/SirLich/bedrock-wiki/issues/185
- https://github.com/bennyboer/thaw/issues/62
- https://github.com/paypal/butterfly/issues/360
- https://github.com/paypal/butterfly/issues/214
- https://github.com/SirLich/bedrock-wiki/pull/186
- https://github.com/bennyboer/thaw/pull/64
- https://github.com/paypal/butterfly/pull/361
- https://github.com/paypal/butterfly/pull/362
- https://badalsarkar.ca/blog-opensource/opensource/Hactoberfest-week1/
- https://badalsarkar.ca/blog-opensource/opensource/Release.0-secondPR/
- https://badalsarkar.ca/blog-opensource/opensource/Release02-Fixing-Bug/
- https://badalsarkar.ca/blog-opensource/opensource/Release02-Dealing-With-Change-Request/
- https://badalsarkar.ca/blog-opensource/opensource/Release02-Recap/
HenryZerocool - Henry Nguyen
- https://github.com/ritwik12/Celestial-bodies-detection/issues/73
- https://github.com/inspirezonetech/TeachMePythonLikeIm5/issues/26
- https://github.com/SuperFola/DoNotSend/issues/9
- https://github.com/Hacksbr/resume/issues/4
- https://github.com/ritwik12/Celestial-bodies-detection/pull/74
- https://github.com/inspirezonetech/TeachMePythonLikeIm5/pull/33
- https://github.com/SuperFola/DoNotSend/pull/11
- https://github.com/Hacksbr/resume/pull/7
- https://dev.to/henryzerocool/real-world-opensource-collaboration-1l9e
- https://dev.to/henryzerocool/hacktoberfest-second-attempt-i6p
- https://dev.to/henryzerocool/hacktoberfest-third-attempt-1m0a
- https://dev.to/henryzerocool/most-challenging-attempt-so-far-hacktoberfest-23p7
bpan2 - Bing Pan
*https://github.com/Shopify/shopify_transporter/issues/11
*PR for issues 11 is abandoned. Please refer to the blog post 1
*https://dev.to/bpan2/how-a-good-for-first-programming-issue-becomes-a-design-issue-1b2c
rubyAnneB - Ruby Anne Bautista
- https://github.com/rico-projects/rico/issues/84
- https://github.com/OpenRefine/OpenRefine/issues/3291
- https://github.com/anshulhub/Car-Game/issues/3
- https://github.com/MitchellTFord/Fitness-Tracker/issues/30
- https://github.com/rico-projects/rico/pull/172
- https://github.com/OpenRefine/OpenRefine/pull/3294
- https://github.com/anshulhub/Car-Game/pull/7
- https://github.com/MitchellTFord/Fitness-Tracker/pull/32
- https://rabautista.medium.com/first-foray-into-contributing-2eaca7cd47c7
- https://rabautista.medium.com/the-bullet-i-bit-7078fc10b29d
- https://rabautista.medium.com/back-to-android-4819403e0704
- https://medium.com/@rabautista/cars-and-python-940fbb433651
- https://medium.com/@rabautista/reflecting-on-the-month-a352afc23aae
AbdulMAbdi - Abdul Abdi
- https://github.com/Py-Contributors/awesomeScripts/issues/285
- https://github.com/Py-Contributors/awesomeScripts/issues/328
- https://github.com/pandas-dev/pandas/issues/38138
- https://github.com/sButtons/sbuttons/issues/1022
- https://github.com/Py-Contributors/awesomeScripts/pull/310
- https://github.com/Py-Contributors/awesomeScripts/pull/340
- https://github.com/pandas-dev/pandas/pull/38203
- https://github.com/sButtons/sbuttons/pull/1190
- https://abdulosd.blogspot.com/2020/10/hacktoberfest-pt1.html
- https://abdulosd.blogspot.com/2020/10/second-hacktoberfest-pr-making-some.html
- https://abdulosd.blogspot.com/2020/12/pullrequest3.html
- https://abdulosd.blogspot.com/2020/12/0.2pullrequest4.html