Difference between revisions of "OSD & DPS909 Fall 2019 - Release 0.2"
(→@RyanMarzec - Ryan Marzec) |
(→@Silvyre - Rafael Ungar) |
||
Line 166: | Line 166: | ||
# https://raungar.wordpress.com/2019/10/02/hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/ | # https://raungar.wordpress.com/2019/10/02/hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/ | ||
# https://raungar.wordpress.com/2019/10/12/hacktoberfest-2019-is-heating-up/ | # https://raungar.wordpress.com/2019/10/12/hacktoberfest-2019-is-heating-up/ | ||
− | # | + | # https://raungar.wordpress.com/2019/10/28/hacktoberfest-2019-the-pr-that-almost-didnt-happen/ |
# TBA | # TBA | ||
<hr> | <hr> |
Revision as of 23:57, 27 October 2019
Release 0.2
Due Date
Thursday October 31. See Requirements below for details on what needs to be included in your submission.
Overview
This second release is meant to get you contributing to real open source projects, furthering your git, GitHub, and open source experience.
For the month of October, we will be participating in Hacktoberfest, a yearly event to encourage new people to get involved in the open source community.
Learning Goals
The goal of this second release is to help you gain experience and confidence in contributing to open source projects through direct involvement in a number of real projects. As a result, you will learn more about what it's like to work within the open source development community. Finally, you will participate in a global event.
This release will also help you to continue to develop your blogging skills, and practice software planning, estimating, and scheduling, as you work to complete your pull requests each week.
Hacktoberfest
Start by registering with your GitHub info on the Hacktoberfest web page.
You are then asked to complete 4 pull requests during October, doing 1 pull request per week. You will also be required to blog each week about your progress (see below).
You are expected to 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.
You shouldn't take on huge issues in projects you don't understand, and overwhelm yourself. But you should challenge yourself to work just 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, 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.
Weekly Labs and Blogging
Each week during October, for the course labs, you will be required to complete 1 pull request and 1 blog post. This will help you stay on track, and spread your work out during the month.
Your blog posts can include things like:
- Which issue did your work on? Include links
- 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?
You can read a wrap-up post I wrote about Hacktoberfest 2018 here.
Finding Issues
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:
- 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
- good-first-issue - command line tool for finding issues,
npx good-first-issue feeling-lucky
- 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 "good+first+issue"&type=Issues
user:microsoft
would show only issues belonging to Microsoft repos. - You can limit to a particular programming language using the language field,
language:python
.
Fixing Your Issues
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.
Getting Help
At every stage of your work, make sure you ask for help, and get feedback from others in the community by asking questions. Don't struggle on your own and get stuck, or miss the due date.
Please use Open Source 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.
Requirements
You will be graded on the following. Please make sure you have addressed everything that makes sense below:
- Four proper Pull Requests completed on time (one per week)
- 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.
- Link to the Pull Requests you reviewed, and discuss what you did and found.
- Discussion of what you did to address your review comments.
Submission
When you have completed all the requirements above, please add a section below following the given template, including all necessary links:
@MusaBajwa - Musawar Bajwa
Issues
- #1: https://github.com/Math-Computing-Society-MCS/Algorithms/issues/12
- #2: https://github.com/Swap76/Learn-JavaScript/issues/58
Pull Requests
- #1: https://github.com/Math-Computing-Society-MCS/Algorithms/pull/17
- #2: https://github.com/Swap76/Learn-JavaScript/pull/63
Blog Posts
- #1: https://wordpress.com/block-editor/post/musawarbajwa.wordpress.com/47
- #2: https://wordpress.com/block-editor/post/musawarbajwa.wordpress.com/58
@vitokhangnguyen - Ngoc Nam Khang Nguyen
Issues
- #1: https://github.com/coogie/whatismyviewport/issues/23
- #2: https://github.com/Haider8/tmessage/issues/14
- #3: https://github.com/utkuufuk/budget-cli/issues/9
Pull Requests
- #1: https://github.com/coogie/whatismyviewport/pull/31
- #2: https://github.com/Haider8/tmessage/pull/29
- #3: https://github.com/utkuufuk/budget-cli/pull/10
Blog Posts
- #1: https://khangnguyenopensource.blogspot.com/2019/09/release-02a-good-first-issue-make-web.html
- #2: https://khangnguyenopensource.blogspot.com/2019/10/release-02b-js-vs-py-fianlly-learning.html
- #3: https://khangnguyenopensource.blogspot.com/2019/10/release-02c-another-project-with-python.html
@robertbegna - Robert Begna
Issues
- #1: https://github.com/akshat157/meditate-app/issues/3
- #2: https://github.com/sudipt1999/Weather-report-app/issues/4
- #3: https://github.com/uvic-aero/onboard-computer/issues/24
Pull Requests
- #1: https://github.com/akshat157/meditate-app/pull/10
- #2: https://github.com/sudipt1999/Weather-report-app/pull/14
- #3: https://github.com/uvic-aero/onboard-computer/pull/26
Blog Posts
- #1: https://robertbegnatechblog.wordpress.com/2019/10/01/release-0-2-week-1/
- #2: https://robertbegnatechblog.wordpress.com/2019/10/09/hacktoberfest-week2/
- #3: https://robertbegnatechblog.wordpress.com/2019/10/26/hacktoberfest-week3-working-with-python/
@Silvyre - Rafael Ungar
Issues
- https://github.com/layer5io/layer5/issues/191
- https://github.com/layer5io/layer5/issues/65
- https://github.com/Comcast/RestfulHttpsProxy/issues/5
- TBA
Pull Requests
- https://github.com/layer5io/layer5/pull/192
- https://github.com/layer5io/layer5/pull/209
- https://github.com/Comcast/RestfulHttpsProxy/pull/11
- IPR
Blog Posts
- https://raungar.wordpress.com/2019/10/02/hacktoberfest-2019-documenting-my-first-ever-hacktoberfest-contribution/
- https://raungar.wordpress.com/2019/10/12/hacktoberfest-2019-is-heating-up/
- https://raungar.wordpress.com/2019/10/28/hacktoberfest-2019-the-pr-that-almost-didnt-happen/
- TBA
@EEkbatani- Ehsan Ekbatani
Issues
- 1. https://github.com/arduosoft/RawCMS/issues/84
- 2. https://github.com/Arcaster42/rhymus/issues/14
- 3. https://github.com/Arcaster42/rhymus/issues/33
Pull Requests
- 1. https://github.com/arduosoft/RawCMS/pull/85
- 2. https://github.com/Arcaster42/rhymus/pull/32
- 3. https://github.com/Arcaster42/rhymus/pull/34
Blog Posts
- 1. https://eekbatani.blogspot.com/2019/10/hacktoberfest-pull-request-1-rawcms.html
- 2. https://eekbatani.blogspot.com/2019/10/hacktoberfest-pull-request-2-rhymus.html
- 3. https://eekbatani.blogspot.com/2019/10/hacktoberfest-pull-request-3-improving.html
@RyanWils- Ryan Wilson
Issues
- #1: https://github.com/CivicDataLab/civicdatalab.github.io/issues/31
- #2: https://github.com/ron9817/tic_tac_toe-Game/issues/1
- #3: https://github.com/darkreader/darkreader/issues/1623
Pull Requests
- #1: https://github.com/CivicDataLab/civicdatalab.github.io/pull/33
- #2: https://github.com/ron9817/tic_tac_toe-Game/pull/2
- #3: https://github.com/darkreader/darkreader/pull/1638
Blog Posts
- #1: https://medium.com/@rwilson31/contribution-1-for-hacktoberfest-bc9790996dcf
- #2: https://medium.com/@rwilson31/contribution-2-for-hacktoberfest-8dc287212ec0
- #3: https://medium.com/@rwilson31/contribution-3-for-hacktoberfest-13e56867b20c
@drwm-base - David Medeiros
Issues
- #1 https://github.com/pacdiv/regex.guide/issues/40
- #2 https://github.com/brittanyrw/emojipages/issues/32
- #3 https://github.com/plexis-js/plexis/issues/75
Pull Requests
- #1 https://github.com/pacdiv/regex.guide/pull/48
- #2 https://github.com/brittanyrw/emojipages/pull/283
- #3 https://github.com/plexis-js/plexis/pull/89
Blog Posts
- #1 https://discoveropensource.blogspot.com/2019/10/gatsby-and-regex-my-first-pull-request.html
- #2 https://discoveropensource.blogspot.com/2019/10/emojipages-challenges-of-user-interfaces.html
- #3 https://discoveropensource.blogspot.com/2019/10/plexis-open-source-community-project.html
@KarlaChen - Minyi Chen
Issues
- #1 https://github.com/codeformuenster/opendataday/issues/20
- #2 https://github.com/pypa/twine/issues/501
- #3 https://github.com/cybersemics/em-proto/issues/111
Pull Requests
- #1 https://github.com/codeformuenster/opendataday/pull/21
- #2 https://github.com/pypa/twine/pull/503
- #3 https://github.com/cybersemics/em-proto/pull/113
Blog Posts
- #1 https://karlachen.blogspot.com/2019/10/1st-pull-request-for-hacktoberfest.html
- #2 https://karlachen.blogspot.com/2019/10/2nd-pull-request-for-hacktoberfest.html
- #3 https://karlachen.blogspot.com/2019/10/3rd-pull-request-for-hacktoberfest.html
@smilegodly - Matthew Clifford
Issues
- #1 https://github.com/curiousrohan/ramapi/issues/2
- #2 https://github.com/ethereum/web3.py/issues/1429#issuecomment-538608791
- #3 https://github.com/microsoft/vscode/issues/66141
Pull Requests
- #1 https://github.com/curiousrohan/ramapi/pull/1
- #2 https://github.com/ethereum/web3.py/pull/1470
- #3 https://github.com/microsoft/vscode/pull/82904
Blog Posts
- #1 https://awesomeresponsibility.wordpress.com/2019/10/04/first-pull-request-of-hacktoberfest/
- #2 https://awesomeresponsibility.wordpress.com/2019/10/12/pull-request-to-ethereums-web3-py/
- #3 https://awesomeresponsibility.wordpress.com/2019/10/20/pr-to-microsoft-vscode/
@hansal7014 - Hansal Bachkaniwala
Issues
- #1 https://github.com/jest-community/jest-extended/issues/117
- #2 https://github.com/gitthermal/thermal/issues/3568
- #3 https://github.com/codelab-fun/codelab/issues/1136
- #4 https://github.com/openclimatefix/website/issues/8
Pull Requests
- #1 https://github.com/jest-community/jest-extended/pull/229
- #2 https://github.com/gitthermal/thermal/pull/3583
- #3 Issued fix by another contributer's pull request.
- #4 https://github.com/openclimatefix/website/pull/13
Blog Posts
- #1 https://medium.com/@hansal7014/contributing-to-jest-extended-7c3b1c380e29
- #2 https://medium.com/@hansal7014/contributing-to-thermal-8ec9bd3ac94
- #3 https://medium.com/@hansal7014/contributing-to-codelab-aedf10986c9d
- #4 Work in progress...
@jerryshueh - Cheng-Tuo Shueh
Issues
- #1 https://github.com/HackeSta/atom-icons/issues/12
- #2 https://github.com/ZoranPandovski/design-patterns/issues/261
- #3 https://github.com/vichitr/HacktoberfestForBeginners/issues/6
- #4 https://github.com/vichitr/HacktoberfestForBeginners/issues/3
Pull Requests
- #1 https://github.com/HackeSta/atom-icons/pull/38
- #2 https://github.com/ZoranPandovski/design-patterns/pull/273
- #3 https://github.com/vichitr/HacktoberfestForBeginners/pull/171
- #4 https://github.com/vichitr/HacktoberfestForBeginners/pull/266
Blog Posts
- #1 https://osstudent.blogspot.com/2019/10/as-mentioned-in-my-last-blog-post-i-am.html
- #2 https://osstudent.blogspot.com/2019/10/dps-909-release-02-hacktoberfest-week-2.html
- #3 https://osstudent.blogspot.com/2019/10/dps-909-release-02-hacktoberfest-week-3.html
- #4 https://osstudent.blogspot.com/2019/10/dps-909-release-02-hacktoberfest-week-3_26.html
@brucremo - Bruno Alexander Cremonese de Morais
Issues
- #1 https://github.com/MasterKN48/MERN-Stack-Login-Methods/issues/4
- #2 https://github.com/IsaacMorris1980/UWP-App-Launcher/issues/6
- #3 https://github.com/MasterKN48/MERN-Stack-Login-Methods/issues/2
Pull Requests
- #1 https://github.com/MasterKN48/MERN-Stack-Login-Methods/pull/6
- #2 https://github.com/IsaacMorris1980/UWP-App-Launcher/pull/39
- #3 https://github.com/MasterKN48/MERN-Stack-Login-Methods/pull/11
Blog Posts
- #1 https://bacmme.blogspot.com/2019/10/my-first-pull-request-hacktoberfest.html
- #2 https://bacmme.blogspot.com/2019/10/hacktoberfest-2-uwp-app-launcher.html
- #3 https://bacmme.blogspot.com/2019/10/mern-logins-my-2nd-contribution.html
@jordanhui19 - Jordan Hui
Issues
- https://github.com/Half-Shot/matrix-appservice-discord/issues/558
- https://github.com/hamzaolak/fast-read/issues/16
- https://github.com/Zarel/Pokemon-Showdown-Client/issues/1384
Pull Requests
- https://github.com/Half-Shot/matrix-appservice-discord/pull/560
- https://github.com/hamzaolak/fast-read/pull/18
- https://github.com/Zarel/Pokemon-Showdown-Client/pull/1385
Blog Posts
- https://jhuiosd600.blogspot.com/2019/10/first-contribution-of-hacktoberfest.html
- https://jhuiosd600.blogspot.com/2019/10/second-contribution-of-hacktoberfest.html
- https://jhuiosd600.blogspot.com/2019/10/week-3-of-hacktoberfest.html
@jrdnlx - Jordan Sie
Issues
- https://github.com/digitalbootcamp-paul/soup-recipe/issues/1
- https://github.com/a3qz/hag/issues/72
- https://github.com/developercirclesmks/all-about-makassar/issues/8
Pull Requests
- https://github.com/digitalbootcamp-paul/soup-recipe/pull/5
- https://github.com/a3qz/hag/pull/106
- https://github.com/developercirclesmks/all-about-makassar/pull/26
Blog Posts
- https://jrdnlxopensource.blogspot.com/2019/10/hacktoberfest-2019-issue-1.html
- https://jrdnlxopensource.blogspot.com/2019/10/hacktoberfest-2019-issue-2.html
- https://jrdnlxopensource.blogspot.com/2019/10/hacktoberfest-issue-3.html
@varshannagarajan - Varshan Nagarajan
Issues
- https://github.com/CivicDataLab/civicdatalab.github.io/issues/30
- https://github.com/cadeyrn/enterprise-policy-generator/issues/108
Pull Requests
- https://github.com/CivicDataLab/civicdatalab.github.io/pull/34
- https://github.com/cadeyrn/enterprise-policy-generator/pull/110
Blog Posts
- https://varshannagarajan.wordpress.com/2019/10/04/release-0-2-1-hacktober-beings/
- https://varshannagarajan.wordpress.com/2019/10/14/release-0-2-2-assistance/
@neilong31 - Neil Ong
Issues
- https://github.com/BlythMeister/Fitbit-Overview-Face/issues/25
- https://github.com/a3qz/hag/issues/92
- https://github.com/a3qz/hag/issues/107
Pull Requests
- https://github.com/BlythMeister/Fitbit-Overview-Face/pull/26.
- https://github.com/a3qz/hag/pull/105
- https://github.com/a3qz/hag/pull/118
Blog Posts
- https://neilong31.wordpress.com/2019/10/04/first-issue-hacktober-fest/
- https://neilong31.wordpress.com/2019/10/13/2nd-issue-hacktober-fest/
- https://neilong31.wordpress.com/2019/10/19/3rd-issue-hacktober-fest/
@Grommers00 - James Inkster
Issues
- #1 https://github.com/earthiverse/picknic/issues/15
- #2 https://github.com/microsoft/calculator/issues/505
- #3 https://github.com/utkuufuk/budget-cli/issues/12
- #4 https://github.com/Haider8/tmessage/issues/36
Pull Requests
- #1 https://github.com/earthiverse/picknic/pull/16
- #2 https://github.com/microsoft/calculator/pull/710
- #3 https://github.com/utkuufuk/budget-cli/pull/13
- #4 https://github.com/Haider8/tmessage/pull/49
Blog Posts
- #1 https://grommers.wordpress.com/2019/10/04/git-up-and-do-one/
- #2 https://grommers.wordpress.com/2019/10/12/an-enviromental-git/
- #3 https://grommers.wordpress.com/2019/10/18/git-a-good-friend/
- #4 https://grommers.wordpress.com/2019/10/25/fail-and-git-up-again/
@JatinAroraGit - Jatin Arora
Issues
- 1: https://github.com/edgi-govdata-archiving/web-monitoring-ui/issues/407
- 2: https://github.com/edgi-govdata-archiving/web-monitoring-ui/issues/411
- 3: https://github.com/codelab-fun/codelab/issues/1033
- 4: https://github.com/inuyasha82/chrome_parameters/issues/13
Pull Requests
- 1: https://github.com/edgi-govdata-archiving/web-monitoring-ui/pull/414
- 2: https://github.com/edgi-govdata-archiving/web-monitoring-ui/pull/421
- 3: https://github.com/codelab-fun/codelab/pull/1163
- 4: https://github.com/inuyasha82/chrome_parameters/pull/67
Blog Posts
- 1: https://jatinoopensource.wordpress.com/2019/10/01/lab-4-first-pull-request/
- 2: https://jatinoopensource.wordpress.com/2019/10/04/lab-5-the-second-pull-request/#more-149
- 3: https://jatinoopensource.wordpress.com/2019/10/18/lab-6-third-pr/
- 4: https://jatinoopensource.wordpress.com/2019/10/25/lab-7-final-pull-request/
@Agarcia-Caicedo - Ana Garcia
Issues
- 1. https://github.com/coogie/whatismyviewport/issues/22
- 2. https://github.com/AlbericoD/live-stream-tools/issues/11
- 3. https://github.com/microsoft/react-native-windows/issues/3014
Pull Requests
- 1. https://github.com/coogie/whatismyviewport/pull/35
- 2. https://github.com/AlbericoD/live-stream-tools/pull/27
- 3. https://github.com/microsoft/react-native-windows/pull/3466
Blog Posts
- 1. https://semortea.wordpress.com/2019/10/04/27-days-left-1-issue-down/
- 2. https://semortea.wordpress.com/2019/10/12/colocando-meu-espanhol-a-prova-translating-documentation/
- 3a. https://semortea.wordpress.com/2019/10/19/contributing-to-react-native/
@Paul-Luu - Paul Luu
Issues
- #1 https://github.com/ThierryJutras/MazeProject/issues/3
- #2 https://github.com/saguins/saltyGacha/issues/5
- #3 https://github.com/sagar-jadhav/dhwani/issues/9
- #4
Pull Requests
- #1 https://github.com/ThierryJutras/MazeProject/pull/5
- #2 https://github.com/saguins/saltyGacha/pull/10
- #3 https://github.com/sagar-jadhav/dhwani/pull/15
- #4
Blog Posts
- #1 https://paulopensourceblog.wordpress.com/2019/10/04/my-first-contribution-in-github/
- #2 https://paulopensourceblog.wordpress.com/2019/10/10/second-pull-request-for-hacktoberfest/
- #3 https://paulopensourceblog.wordpress.com/2019/10/17/third-pull-request-for-hacktoberfest/
- #4
@Calvin-Ho - Calvin Ho
Issues
- https://github.com/edgi-govdata-archiving/web-monitoring-versionista-scraper/issues/162
- https://github.com/FreezingMoon/AncientBeast/issues/851
Pull Requests
- https://github.com/edgi-govdata-archiving/web-monitoring-versionista-scraper/pull/245
- https://github.com/FreezingMoon/AncientBeast/pull/1552
Blog Posts
- https://c3ho.blogspot.com/2019/10/release-02-first-issue.html
- https://c3ho.blogspot.com/2019/10/release-02-second-issue.html
@MeisterRed - Timothy Morris
Issues
- https://github.com/C-Anirudh/chuck/issues/1
- https://github.com/sitture/commit-status/issues/17
- https://github.com/brittanyrw/emojipages/issues/275
Pull Requests
- https://github.com/C-Anirudh/chuck/pull/8
- https://github.com/sitture/commit-status/pull/19
- https://github.com/brittanyrw/emojipages/pull/299
Blog Posts
- https://medium.com/@tjmorris56/hacktoberfest-week-1-first-steps-2e9e1d75c03
- https://medium.com/@tjmorris56/hacktoberfest-week-2-hunger-for-issues-887a253a57b2
- https://medium.com/@tjmorris56/hacktoberfest-week-3-just-a-small-pull-request-f2df6bbb2cd8
@cindyledev - Cindy Le
Issues
- #1 https://github.com/vardhanapoorv/Open-Source-Contribution-Made-Easy/issues/5
- #2 https://github.com/KingFruit85/DND-Randomised-Character-Creator-Refactor/issues/6
- #3 https://github.com/s-Hale/BuildTravelCards/issues/116
- #4 https://github.com/facebook/create-react-app/issues/7886
Pull Requests
- #1 https://github.com/vardhanapoorv/Open-Source-Contribution-Made-Easy/pull/33
- #2 https://github.com/KingFruit85/DND-Randomised-Character-Creator-Refactor/pull/45
- #3 https://github.com/s-Hale/BuildTravelCards/pull/133
- #4 https://github.com/facebook/create-react-app/pull/7887
Blog Posts
- #1 https://cindyledev.wordpress.com/2019/10/04/osd-600-lab-4-make-cards-responsive-in-vue/
- #2 https://cindyledev.wordpress.com/2019/10/15/osd-600-pr-2-found-a-dnd-repo/
- #3 https://cindyledev.wordpress.com/2019/10/25/osd-600-pr-3-many-attempts-were-made/
- #4 https://cindyledev.wordpress.com/2019/10/25/osd-600-pr4-react/
@Rare - Reza Rajabi
Issues
- #1: https://github.com/Thuva4/Algorithms/issues/609
- #2: https://github.com/aki237/ligo/issues/18
- #3: https://github.com/calda/WatchKitTimePicker/issues/2
Pull Requests
- #1: https://github.com/Thuva4/Algorithms/pull/659
- #2: https://github.com/aki237/ligo/pull/22
- #3: https://github.com/calda/WatchKitTimePicker/pull/3
Blog Posts
- #1: https://opensourcebrowsing.blogspot.com/2019/10/my-first-pull-request-for-hacktoberfest.html
- #2: https://opensourcebrowsing.blogspot.com/2019/10/challenging-hacktoberfest-hacktoberfest.html
- #3: https://opensourcebrowsing.blogspot.com/2019/10/i-love-open-source-i-remember-when-i.html
@manekenpix - Josue Quilon Barrios
Issues
- #1: https://github.com/Seneca-CDOT/ostep-dashboard/issues/89
- #2: https://github.com/ihhub/penguinV/issues/451
- #3: https://github.com/Seneca-CDOT/ostep-dashboard/issues/92
- #4: https://github.com/Huluti/ImCompressor/issues/24
Pull Requests
- #1: https://github.com/Seneca-CDOT/ostep-dashboard/pull/99
- #2: https://github.com/ihhub/penguinV/pull/562
- #3: https://github.com/Seneca-CDOT/ostep-dashboard/pull/100
- #4: https://github.com/Huluti/ImCompressor/pull/29
Blog Posts
- #1: https://whataboutopensource.blogspot.com/2019/10/hacktoberfest-good-first-issue.html
- #2: https://whataboutopensource.blogspot.com/2019/10/hacktoberfest-enhancement.html
- #3: https://whataboutopensource.blogspot.com/2019/10/hacktoberfest-wip.html
- #4: https://whataboutopensource.blogspot.com/2019/10/hacktoberfest-documentation.html
@wajeehsheikh - Wajeeh Sheikh
Issues
- #1: https://github.com/stevenpersia/ultimate-cheatsheet/issues/1
- #2: https://github.com/Arcaster42/rhymus/issues/14
- #3: https://github.com/NiallEccles/Hacktoberfest-animations/issues/9
- #4:
Pull Requests
- #1: https://github.com/stevenpersia/ultimate-cheatsheet/pull/2
- #2: https://github.com/Arcaster42/rhymus/pull/38
- #3: https://github.com/NiallEccles/Hacktoberfest-animations/pull/206
- #4:
Blog Posts
- #1: https://opensourcebywajeehsheikh.blogspot.com/2019/10/1st-hacktober-fest-contribution.html
- #2: https://opensourcebywajeehsheikh.blogspot.com/2019/10/second-and-third-hacktober-contribution.html
- #3: https://opensourcebywajeehsheikh.blogspot.com/2019/10/second-and-third-hacktober-contribution.html
- #4:
@lozinska - Krystyna Lopez
Issues
- #1: https://github.com/NiallEccles/Hacktoberfest-animations/issues/9
- #2: https://github.com/WordPress/gutenberg/issues/7378
- #3: https://github.com/WordPress/gutenberg/issues/16437
Pull Requests
- #1: https://github.com/NiallEccles/Hacktoberfest-animations/pull/115
- #2: https://github.com/WordPress/gutenberg/pull/17893
- #3: https://github.com/WordPress/gutenberg/pull/18033
Blog Posts
- #1: https://klopez8.blogspot.com/2019/10/hacktoberfest-issue-1-pull-request-1.html
- #2: https://klopez8.blogspot.com/2019/10/hacktoberfest-issue-2-pull-requesrt-2.html
- #3: https://klopez8.blogspot.com/2019/10/hacktoberfest-issue3-pr3.html
@Sbaah - Sefa Baah - Acheamphour
Issues
- #1: https://github.com/brittanyrw/emojipages/issues/132
- #2: https://github.com/viniciuskneves/ichbineinekartoffel.de/issues/3
- #3: https://github.com/eventzimmer/site/issues/25
Pull Requests
- #1: https://github.com/brittanyrw/emojipages/pull/173
- #2: https://github.com/viniciuskneves/ichbineinekartoffel.de/pull/16
- #3: https://github.com/eventzimmer/site/pull/48
Blog Posts
- #1: https://dps909fall2019.blogspot.com/2019/10/hacktoberfest-pull-request-1.html
- #2: https://dps909fall2019.blogspot.com/2019/10/hacktoberfest-pull-request-2.html
- #3: https://dps909fall2019.blogspot.com/2019/10/hacktoberfest-pull-request-3.html
@April - WingTungLau
Issues
- #1: https://github.com/wlto/shopping-cart/issues/3
- #2: https://github.com/Dark-Theme-Only/ds-algo/issues/6
- #3: https://github.com/CivicDataLab/civicdatalab.github.io/issues/36
Pull Requests
- #1: https://github.com/wlto/shopping-cart/pull/4
- #2: https://github.com/Dark-Theme-Only/ds-algo/pull/57
- #3: https://github.com/CivicDataLab/civicdatalab.github.io/pull/37
Blog Posts
- #1: https://aprilprogrammer.blogspot.com/2019/10/hacktoberfest-first-issues.html
- #2: https://aprilprogrammer.blogspot.com/2019/10/hacktoberfest-second-issues.html
- #3: https://aprilprogrammer.blogspot.com/2019/10/hacktoberfest-third-issues.html
@dbeigi - Daniel Beigi
Issues
- #1: https://github.com/draperlaboratory/cbat_tools/issues/79
- #2: https://github.com/benhalverson/react-budget-app/issues/101
- #3: https://github.com/thamara/time-to-leave/issues/59
Pull Requests
- #1: https://github.com/draperlaboratory/cbat_tools/pull/80
- #2: https://github.com/benhalverson/react-budget-app/pull/107
- #3: https://github.com/thamara/time-to-leave/pull/78
Blog Posts
- #1: https://danwithopensource.blogspot.com/2019/10/first-week-of-hacktoberfest.html
- #2: https://danwithopensource.blogspot.com/2019/10/material-design.html
- #3: https://danwithopensource.blogspot.com/2019/10/time-to-leave-application.html
@mpark86 - Minuk Park
Issues
- #1: https://github.com/mayukh18/BlindChat/issues/7
- #2: https://github.com/cdnjs/new-website/issues/277
- #3: https://github.com/nodejs/node/issues/30068
Pull Requests
- #1: https://github.com/mayukh18/BlindChat/pull/39
- #2: https://github.com/cdnjs/new-website/pull/304
- #3: https://github.com/nodejs/node/pull/30069
Blog Posts
- #1: https://minukpark.wordpress.com/2019/10/05/hacktoberfest-2019-pr-1/
- #2: https://minukpark.wordpress.com/2019/10/14/hacktoberfest-2019-pr-2/
- #3: https://minukpark.wordpress.com/2019/10/24/hacktoberfest-2019-pr-3/
@evlnyng - Evelyn Yeung
Issues
- #1: https://github.com/Techtonica/curriculum/issues/916
- #2: https://github.com/spenserblack/github-stats-rs/issues/4
- #3: https://github.com/nasa-gibs/worldview/issues/2299
Pull Requests
- #1: https://github.com/Techtonica/curriculum/pull/979
- #2: https://github.com/spenserblack/github-stats-rs/pull/12
- #3: https://github.com/nasa-gibs/worldview/pull/2315
Blog Posts
- #1: https://evlnyng.tumblr.com/post/188140716228/hacktoberfest-week-1-techtonica
- #2: https://evlnyng.tumblr.com/post/188417890853/late-hacktoberfest-week-2-github-stats
- #3: https://evlnyng.tumblr.com/post/188462748268/hacktoberfest-week-3-worldview
@miggs125 - Miguel Roncancio
Issues
- #1: https://github.com/salesforce/tough-cookie/issues/160
- #2: https://github.com/firefox-devtools/profiler/issues/1251
- #3: https://github.com/xtermjs/xterm.js/issues/2456
- #4: https://github.com/xtermjs/xterm.js/issues/2325
Pull Requests
- #1: https://github.com/salesforce/tough-cookie/pull/173
- #2: https://github.com/firefox-devtools/profiler/pull/2277
- #3: https://github.com/xtermjs/xterm.js/pull/2491
- #4: https://github.com/xtermjs/xterm.js/pull/2520
Blog Posts
- #1: https://techblob167557444.wordpress.com/2019/10/05/adding-a-feature-to-tough-cookie/
- #2: https://techblob167557444.wordpress.com/2019/10/20/contributing-to-the-firefox-profiler/
- #3: https://techblob167557444.wordpress.com/2019/10/21/contributing-to-xterm-js/
- #4: https://techblob167557444.wordpress.com/2019/10/28/another-day-another-pr/
@ultimabgd - Brett Dennis
Issues
- #1: https://github.com/DDDEastMidlandsLimited/dddem-blog/issues/8
- #2: https://github.com/OpenRCT2/OpenRCT2/issues/9113
- #3: https://github.com/wdsrocha/genetic-algorithm-tsp/issues/2 and https://github.com/wdsrocha/genetic-algorithm-tsp/issues/1
- #4:
Pull Requests
- #1: https://github.com/DDDEastMidlandsLimited/dddem-blog/pull/14
- #2: https://github.com/OpenRCT2/OpenRCT2/pull/10070
- #3: https://github.com/wdsrocha/genetic-algorithm-tsp/pull/6
- #4:
Blog Posts
- #1: https://ultimaopensource.wordpress.com/2019/10/05/hacktoberfest-week-1/
- #2: https://ultimaopensource.wordpress.com/2019/10/12/hacktoberfest-week-2/
- #3: https://ultimaopensource.wordpress.com/2019/10/19/hacktoberfest-week-3/
- #4:
@Cadesh - Andre Rosa
Issues
- #1: https://github.com/WIU-Computer-Science-Association/typyboi/issues/5
- #2: https://github.com/KingFruit85/DND-Randomised-Character-Creator-Refactor/issues/34
- #3: https://github.com/OsProgramadores/op-website-hugo/issues/369
- #4: https://github.com/noyoshi/summary/issues/2
Pull Requests
- #1: https://github.com/WIU-Computer-Science-Association/typyboi/pull/8
- #2: https://github.com/KingFruit85/DND-Randomised-Character-Creator-Refactor/pull/44
- #3: https://github.com/OsProgramadores/op-website-hugo/pull/391
- #4: https://github.com/noyoshi/summary/pull/5
Blog Posts
- #1: https://medium.com/@andrewvrosa/hacktoberfest-01-a-python-game-d1ca0d2515c9
- #2: https://medium.com/@andrewvrosa/hacktoberfest-02-fix-the-program-to-be-able-to-fix-the-issue-c24513821c85
- #3: https://medium.com/@andrewvrosa/hacktoberfest-03-more-python-and-automatic-tests-of-pr-b7a473953a62?sk=4d83d79c8e682c18699013f9028fdf63
- #4: https://medium.com/@andrewvrosa/hacktoberfest-04-last-pr-and-final-thoughts-38b890e61e92?sk=b0225e9e4fc30c190dda1115e4f24f51
@cagomezr - Carlos Antonio Gomez
Issues
- #1 https://github.com/OSWeekends/eventpoints-backend/issues/43
- #2 https://github.com/chrisdesilva/pickup/issues/24
- #3 https://github.com/krzysztofrewak/bjcp-ui/issues/1
Pull Requests
- #2 https://github.com/chrisdesilva/pickup/pull/47
- #3 https://github.com/krzysztofrewak/bjcp-ui/pull/2
Blog Posts
- #1 https://cagomezr.wordpress.com/2019/10/06/documentation-languages-and-gitpull-request/
- #2 https://cagomezr.wordpress.com/2019/10/10/of-programming-and-issues-you-dont-expect/
- #3 https://cagomezr.wordpress.com/2019/10/24/responsive-designs-metas-and-tailwind/
@Shmooey - Hayley McIldoon
Issues
- #1: https://github.com/home-assistant/home-assistant-polymer/issues/3801
- #2: https://github.com/home-assistant/home-assistant-polymer/issues/3824
- #3: https://github.com/home-assistant/home-assistant-polymer/issues/3617
- #4: https://github.com/home-assistant/home-assistant/issues/27004
- #5: https://github.com/home-assistant/home-assistant/issues/27001
Pull Requests
- #1: Issue already fixed
- #2: https://github.com/home-assistant/home-assistant-polymer/pull/3967
- #3: https://github.com/home-assistant/home-assistant-polymer/pull/3968
- #4: https://github.com/home-assistant/home-assistant/pull/28161
- #5: https://github.com/home-assistant/home-assistant/pull/28190
Blog Posts
- #1: https://hmcildoon.wordpress.com/2019/10/05/to-the-punch/
- #2: https://hmcildoon.wordpress.com/2019/10/12/hacktoberfest-week-2/ (PR #2/3)
- #3: https://hmcildoon.wordpress.com/2019/10/19/hacktoberfest-week-3/
- #4: To be done
@zufishanali - Zufishan Ali
Issues
Pull Requests
Blog Posts
@jpjjulie - Julie Philip James
Issues
- #1: https://github.com/uvic-aero/dt-client/issues/24
- #2: https://github.com/WordPress/gutenberg/issues/7378
- #3: https://github.com/instacart/Snacks/issues/371
Pull Requests
- #1: https://github.com/uvic-aero/dt-client/pull/25
- #2: https://github.com/WordPress/gutenberg/pull/17915
- #3: https://github.com/instacart/Snacks/pull/379
Blog Posts
- #1: https://juliephilipjames.wordpress.com/2019/10/06/my-first-pull-request-for-hacktoberfest/
- #2: https://juliephilipjames.wordpress.com/2019/10/14/my-second-pull-request-for-hacktoberfest/
- #3: https://juliephilipjames.wordpress.com/2019/10/21/my-third-pull-request-for-hacktoberfest/
@cryolis - Igor Naperkovskiy
Issues
- #1: https://github.com/CodeClubPh/codeclubph/issues/7
- #2: https://github.com/Noelierx/GameHer/issues/7
Pull Requests
- #1: https://github.com/CodeClubPh/codeclubph/pull/16
- #2: https://github.com/Noelierx/GameHer/pull/40
Blog Posts
- #1: https://sentech849662565.wordpress.com/2019/10/06/firs-contribution-for-octoberfest/
- #2: https://sentech849662565.wordpress.com/2019/10/19/second-pr-for-hacktoberfest/
@giatuongtran9 - Gia Tuong Tran
Issues
- #1: https://github.com/Thuva4/Algorithms/issues/608
- #2: https://github.com/Thuva4/Algorithms/issues/603
- #3: https://github.com/10secondsofcode/10secondsofcode/issues/32
Pull Requests
- #1: https://github.com/Thuva4/Algorithms/pull/667
- #2: https://github.com/Thuva4/Algorithms/pull/698
- #3: https://github.com/10secondsofcode/10secondsofcode/pull/57
Blog Posts
- #1: https://giatuongtran.wordpress.com/2019/10/07/first-pull-request-for-hacktoberfest/
- #2: https://giatuongtran.wordpress.com/2019/10/13/second-week-of-hacktoberfest/
- #3: https://giatuongtran.wordpress.com/2019/10/20/third-pull-request-of-hacktoberfest/
@RyanMarzec - Ryan Marzec
Issues
- #1 https://github.com/beumerr/quaco/issues/6
- #2 https://github.com/josharsh/InTalks/issues/3
- #3 https://github.com/project-travel-mate/Travel-Mate/issues/737
- #4 https://github.com/project-travel-mate/Travel-Mate/issues/780
Pull Requests
- #1 https://github.com/beumerr/quaco/pull/17
- #2 https://github.com/josharsh/InTalks/pull/14
- #3 https://github.com/project-travel-mate/Travel-Mate/pull/778
- #4
Blog Posts
- #1 https://marss64.wordpress.com/2019/10/07/open-source-release-02/
- #2 https://marss64.wordpress.com/2019/10/20/open-source-release-02-feature-request/
- #3 In Progress...
- #4
@FluffiestBunny - Bowei Yao
Issues
- #1: https://github.com/eric-s-s/bind_json_error_handlers/issues/2
- #2: https://github.com/NIteshx2/UltimateSecurityCam/issues/4
- #3: https://github.com/mayankshah1607/node-boiler/issues/5
- #4: https://github.com/typicode/json-server/issues/1025
Pull Requests
- #1: https://github.com/eric-s-s/bind_json_error_handlers/pull/7
- #2: https://github.com/NIteshx2/UltimateSecurityCam/pull/21
- #3: https://github.com/mayankshah1607/node-boiler/pull/11
- #4: https://github.com/typicode/json-server/pull/1041
Blog Posts
- #1: https://ragnarokatz.wordpress.com/2019/10/07/first-official-pull-request-into-the-open-source-world/
- #2: https://ragnarokatz.wordpress.com/2019/10/09/more-issue-hunting/
- #3: https://ragnarokatz.wordpress.com/2019/10/16/issue-pull-request-3/
- #4: https://ragnarokatz.wordpress.com/2019/10/27/the-final-issue-pr/
@s-arika - Sarika Hanif
Issues
- #1: https://github.com/sbackus/LudumDare45/issues/19
- #2: https://github.com/n15g/badger/issues/10
- #3: https://github.com/n15g/badger/issues/17
- #4: https://github.com/thamara/time-to-leave/issues/70
Pull Requests
- #1: https://github.com/sbackus/LudumDare45/pull/33
- #2: https://github.com/n15g/badger/pull/11
- #3: https://github.com/n15g/badger/pull/18
- #4: https://github.com/thamara/time-to-leave/pull/117
Blog Posts
- #1: https://medium.com/@shanif5/first-contribution-to-hacktoberfest-1d4f8c0d33c0
- #2: https://medium.com/@shanif5/hacktoberfest-part-2-b382f65dc619
- #3: https://medium.com/@shanif5/hacktoberfest-part-3-31a7b76cc662
- #4: https://medium.com/@shanif5/last-pr-for-hacktoberfest-40e16a802427
@haichuan0424 - Haichuan He
Issues
- #1: https://github.com/lbryio/lbry-wunderbot/issues/261
- #2: https://github.com/Tubaleviao/tuba.work/issues/1
- #3:
- #4:
Pull Requests
- #1: https://github.com/lbryio/lbry-wunderbot/pull/263
- #2: https://github.com/Tubaleviao/tuba.work/pull/9
- #3:
- #4:
Blog Posts
- #1: https://medium.com/@haichuan0424/first-pull-request-for-hacktoberfest-fa54ca5e9316
- #2: https://medium.com/@haichuan0424/hacktoberfest-second-pull-request-d5295cd02ba5
- #3:
- #4:
@kartik-budhiraja - Kartik Budhiraja
Issues
- #1: https://github.com/facebook/create-react-app/issues/7519
- #2: https://github.com/amaurymartiny/shoot-i-smoke/issues/280
- #3: https://github.com/amaurymartiny/shoot-i-smoke/issues/236
- #4: https://github.com/xlayers/xlayers/issues/327
Pull Requests
- #1: https://github.com/facebook/create-react-app/pull/7816
- #2: https://github.com/amaurymartiny/shoot-i-smoke/pull/281
- #3: https://github.com/amaurymartiny/shoot-i-smoke/pull/292
- #4: https://github.com/xlayers/xlayers/pull/332
Blog Posts
- #1: https://kartikopensource.wordpress.com/2019/10/21/hacktoberfest-pr1/
- #2: https://kartikopensource.wordpress.com/2019/10/21/hacktoberfest-pr2/
- #3: https://kartikopensource.wordpress.com/2019/10/21/hacktoberfest-pr3/
- #4: https://kartikopensource.wordpress.com/2019/10/21/hacktoberfest-pr4/
@izhuravlev - Ilya Zhuravlev
Issues
Pull Requests
Blog Posts
@PavanKKamra - Pavan Kamra
Issues
- #1: https://github.com/bhaumikmistry/open-connect-art/issues/19
- #2: https://github.com/miniam/Algorithms-and-dataStructures/issues/3
- #3: https://github.com/pyropyro78/AdminDrop/issues/2
Pull Requests
- #1: https://github.com/bhaumikmistry/open-connect-art/pull/21
- #2: https://github.com/miniam/Algorithms-and-dataStructures/pull/10
- #3: https://github.com/pyropyro78/AdminDrop/pull/3
Blog Posts
- #1: https://pavankamra.blogspot.com/2019/10/release-02-week-1.html
- #2: https://pavankamra.blogspot.com/2019/10/release-02-week-2.html
- #3: https://pavankamra.blogspot.com/2019/10/release-02-week-3.html
@birtony - Anton Biriukov
Issues
Pull Requests
Blog Posts
- #1: https://medium.com/@birtony/open-source-contributions-with-no-limits-94eaee172a28
- #2: https://medium.com/@birtony/how-to-start-contributing-to-mozilla-d2465e189a87
@ODAVING - Sina Lahsaee
Issues
- #1: https://github.com/angular/angular/issues/32948
- #2: https://github.com/CrowdHailer/elixir-on-docker/issues/7
- #3: https://github.com/vichitr/HacktoberfestForBeginners/issues/6
- #4: https://github.com/ZoranPandovski/design-patterns/issues/261
Pull Requests
- #1: https://github.com/angular/angular/pull/32971
- #2: https://github.com/CrowdHailer/elixir-on-docker/pull/20
- #3: https://github.com/vichitr/HacktoberfestForBeginners/pull/169
- #4: Coming soon...
Blog Posts
- #1: https://opensourceprojects19.blogspot.com/2019/10/hacktober-first.html
- #2: https://opensourceprojects19.blogspot.com/2019/10/hacktober-second.html
- #3: https://opensourceprojects19.blogspot.com/2019/10/hacktober-third.html
- #4: Coming Soon...
@MSKUYBEDA - Mykola Skuybeda
Issues
- #1: https://github.com/w3c-ccg/did-resolution/pull/49
- #2:
- #3:
- #4:
Pull Requests
- #1: https://github.com/w3c-ccg/did-resolution/pull/49
- #2:
- #3:
- #4:
Blog Posts
- #1: https://nicksopensource.wordpress.com/2019/10/25/hacktoberfest-issue1/
- #2:
- #3:
- #4: Coming Soon...
@Jayson - Jayson Sherry
Issues
- #1: https://github.com/AgaKhanFoundation/WCF-iOS/issues/241
- #2: https://github.com/latortuga/canvasgo/issues/8
- #3: https://github.com/latortuga/canvasgo/issues/9
- #4: https://github.com/jpsim/CardsAgainst/issues/16
Pull Requests
- #1: https://github.com/AgaKhanFoundation/WCF-iOS/pull/258
- #2: https://github.com/latortuga/canvasgo/pull/18
- #3: https://github.com/latortuga/canvasgo/pull/19
- #4: https://github.com/jpsim/CardsAgainst/pull/17
Blog Posts
- #1: https://mlforiphone.blogspot.com/2019/10/fixing-issiues.html
- #2: https://mlforiphone.blogspot.com/2019/10/stepping-up-pr-game.html
- #3: https://mlforiphone.blogspot.com/2019/10/pull-requests-continued.html
- #4: https://mlforiphone.blogspot.com/2019/10/finding-issues-by-accident.html
@ThomasLuu00 - Thomas Luu
Issues
- #1: https://github.com/iluminar/goodwork/issues/664
- #2: https://github.com/RuyiLi/image-splitter/issues/1
- #3: https://github.com/pagermon/pagermon/issues/318
Pull Requests
- #1:
- #2: https://github.com/RuyiLi/image-splitter/pull/2
- #3: https://github.com/pagermon/pagermon/pull/339
Blog Posts
- #1: https://thomasopensourceblog.wordpress.com/2019/10/05/hacktoberfest-first-attempt-at-a-pr/
- #2: https://thomasopensourceblog.wordpress.com/2019/10/12/hacktoberfest-taking-a-step-back/
- #3: https://thomasopensourceblog.wordpress.com/2019/10/21/hacktoberfest-revisiting-angular/
@SukhbeerSingh - Sukhbeer Singh Dhillon
Issues
- #1: https://github.com/cobrateam/splinter/issues/712
- #2: https://github.com/openclimatefix/website/issues/14
- #3: https://github.com/pypa/bandersnatch/issues/325
- #4: https://github.com/openclimatefix/website/issues/6
Pull Requests
- #1: https://github.com/cobrateam/splinter/pull/723
- #2: https://github.com/openclimatefix/website/pull/25
- #3: https://github.com/pypa/bandersnatch/pull/338
- #4: https://github.com/openclimatefix/website/pull/26
Blog Posts
@lucacataldo - Luca Cataldo
Issues
- #1: https://github.com/navcoin/navcoin-org/issues/250
- #2: https://github.com/Sayan-dev/Pig-Game/issues/1
Pull Requests
- #1: https://github.com/navcoin/navcoin-org/pull/251
- #2: https://github.com/Sayan-dev/Pig-Game/pull/2
Blog Posts
- #1: http://blog.cataldo.ca/index.php/2019/10/16/hacktoberfest-1st-pr/
- #2: http://blog.cataldo.ca/index.php/2019/10/18/hacktoberfest-2nd-pr/