OSD & DPS909 Winter 2019 Release 0.2
Contents
- 1 Release 0.2
- 1.1 Due Date
- 1.2 Overview
- 1.3 Finding Bugs
- 1.4 Blogging/Labs
- 1.5 Submission
- 1.5.1 Student Name
- 1.5.2 Oleksii Polovyi
- 1.5.3 Woosle Park
- 1.5.4 Brandon Wissmann
- 1.5.5 Andrew Koung
- 1.5.6 Iryna Thompson
- 1.5.7 Jatin Kumar
- 1.5.8 Rachael Scotchmer
- 1.5.9 Harsh Patel
- 1.5.10 Abdirahman Guled
- 1.5.11 AQEEL PARPIA
- 1.5.12 Priyam Brahmbhatt
- 1.5.13 Jacob Adach
- 1.5.14 Al Vincent Valdez
- 1.5.15 Vladimir Rozin
- 1.5.16 Colin Chumak
- 1.5.17 Adel El Masery
- 1.5.18 jiajie feng
- 1.5.19 Xiaowei Huang
- 1.5.20 Anh Hoai Ung
- 1.5.21 Oleksandr Tkach
- 1.5.22 Yuansheng Lu
- 1.5.23 Matthew Wolfe
- 1.5.24 Ahmed Deeb
- 1.5.25 Olena Vyshnevska
- 1.5.26 Vincent Logozzo
- 1.5.27 Nathaniel Ngo
- 1.5.28 David Li
- 1.5.29 Arash Negari
- 1.5.30 Alexei Bonilla
Release 0.2
Due Date
Wednesday March 6th. See Requirements below for details on what needs to be included in your submission.
Overview
This second release is designed to build on the work you began in 0.1, namely, to have you gain experience contributing to multiple open source projects outside the context of the course. In 0.1 you worked with git and GitHub, and practiced the workflow common to contributing to open source (Issues, Pull Requests, reviews). In 0.2, you will have a chance to practice these skills by working with a number of new open source projects.
Your goal in 0.2 is to submit 4 pull requests to two or more open source projects. You can pick 4 issues in 4 separate repositories, or fix more than 1 issue in a repo. You must contribute to at least 2 repos (i.e., you can't fix 4 bugs in one project). Every project does things slightly different, and this is a chance to get exposure to multiple approaches.
Finding Bugs
Because you need to fix 4 bugs in 0.2, you'll need to focus on smaller issues. This release is about quantity vs. working on big bugs. It's probably not a good idea to take on a bug where you need to add a new feature to a project. Save things like that for 0.3 and 0.4.
In lab 3 you researched 3 open source projects. Begin with this list, and see if there are things you can fix in these projects. Here are some suggestions of issues to consider:
- Issues with a label of "good first issue," "easy," "beginner," etc are a good signal
- Use one of these query tools:
- all open "good first issue" on GitHub. You can further limit the search by language: Python, JavaScript, Java, C++
- Up For Grabs
- GitHub Help Wanted
- good-first-issue Good First Issue node cli tool
Finally, talk to other students in the class (Slack, in class, and read their blog posts). See if you can work on the same projects they liked.
Also consider looking for small ways to contribute:
- fixing a small bug
- documentation fixes, updates or fixing typos
- localization (e.g., translating strings into a second language you know)
- adding a test for some new code
Your pull request can be small (e.g., changes only 1 line of code). Our goal is to do multiple pull requests vs. one big one.
Blogging/Labs
For entire month of February, your labs (4, 5, 6) will involve writing status report blog posts. These update blog posts are meant to help you stay on track with the overall goal of fixing 4 issues this month.
Each Friday you need to post an update on your progress finding and fixing bugs. In each post, focus on the following:
- What did you work on this week? Which project(s)? Which issue(s)? Include links.
- What are the issues about? Why did you choose them?
- Which technologies, languages, tools, etc. are you using to do this work?
- How far have you gotten? Even if you haven't completed the work, discuss your progress
- Did you have any involvement with the open source community this week (e.g., discussions in issues/PRs, slack or some other real time chat)?
- Did you learn anything interesting this week that other students should know about?
- What are your plans for next week? Have you picked new Issues(s)?
Submission
Keep track of your work in the section below, adding information for yourself based on the provided template. Please include:
- your name
- URLs to all of your Pull Requests
- URLs to all of your weekly status update blog posts
- URL to your final summary blog post
Your final summary blog post should include the following:
- Links to everything you worked on this month (URLs to PRs)
- Discussion of how things went. What went well? What would you do differently next time?
- What did you learn through this process? About git/GitHub? About open source? About yourself?
Student Name
- Pull Requests
- url 1
- url 2
- url 3
- url 4
- Blog Posts
- update 1
- update 2
- update 3
- final summary blog post
Oleksii Polovyi
- Pull Requests
- Blog Posts
- https://apolllondev.wordpress.com/2019/02/15/react-community/
- https://apolllondev.wordpress.com/2019/02/23/tests-tests-tests/
- https://apolllondev.wordpress.com/2019/03/02/react-localization/
- https://apolllondev.wordpress.com/2019/03/06/polishing/
- https://apolllondev.wordpress.com/2019/03/06/release-0-2/
Woosle Park
- Pull Requests
- Blog Posts
- https://woosleparkdpd909.wordpress.com/2019/02/14/lab-4-update/
- https://woosleparkdpd909.wordpress.com/2019/02/22/lab-5-pr-0-2-update-2/
- https://woosleparkdpd909.wordpress.com/2019/03/01/lab-6-pr-0-2-update/
- https://woosleparkdpd909.wordpress.com/2019/03/06/lab-7-pr-0-2-update/
- https://woosleparkdpd909.wordpress.com/2019/03/06/release-0-2-final-submission/
Brandon Wissmann
- Pull Requests
- Blog Posts
- https://medium.com/@brandonjwissmann/committing-to-metamask-and-status-im-7b81dede3327
- https://medium.com/@brandonjwissmann/contributing-to-status-im-c7977eff7bee
- https://medium.com/@brandonjwissmann/contributing-to-smaller-projects-c1a59de4201e
- https://medium.com/@brandonjwissmann/sometimes-things-are-simpler-than-they-appear-2a32f0f5a7d8
- https://medium.com/@brandonjwissmann/summary-of-a-month-of-contributions-e91d1f8e3337
Andrew Koung
- Pull Requests
- Blog Posts
- https://andrewkoung.wordpress.com/2019/02/14/release-0-2-lab-4/
- https://andrewkoung.wordpress.com/2019/02/15/release-0-1-lab-4-second-pr/
- https://andrewkoung.wordpress.com/2019/03/04/release-2-0-lab-4-third-pr/
- https://andrewkoung.wordpress.com/2019/03/04/release-2-0-lab-4-fourth-pr/
- https://andrewkoung.wordpress.com/2019/03/04/final-blog-post-for-release-2-0/
Iryna Thompson
- Pull Requests
- Blog Posts
- https://iraokth.wordpress.com/2019/02/14/release-0-2-first-pr/
- https://iraokth.wordpress.com/2019/02/21/release-0-2-second-pr/
- https://iraokth.wordpress.com/2019/03/01/release-0-2-third-pr/
- https://iraokth.wordpress.com/2019/03/01/release-0-2-fourth-pr/
- https://iraokth.wordpress.com/2019/03/04/release-0-2-summary/
Jatin Kumar
- Pull Requests
- Blog Posts
- https://jatinkumar.home.blog/2019/02/15/update-on-open-source-contribution-feb14/
- https://jatinkumar.home.blog/2019/02/23/update-on-open-source-contribution-feb22/
- https://jatinkumar.home.blog/2019/03/02/update-on-open-source-contribution-mar01/
- https://jatinkumar.home.blog/2019/03/05/open-source-contribution-summary-feb-edition/
Rachael Scotchmer
- Pull Requests
- Blog Posts
Harsh Patel
- Pull Requests
- Blog Posts
- https://harsh604310081.wordpress.com/2019/02/15/release-0-2-feb-15-update/
- https://harsh604310081.wordpress.com/2019/03/01/release-0-2-feb-22-update/
- https://harsh604310081.wordpress.com/2019/03/01/release-0-2-march-1-update/
- https://harsh604310081.wordpress.com/2019/03/06/release-0-2-march-6-update/
- https://harsh604310081.wordpress.com/2019/03/07/release-0-2-summary/
Abdirahman Guled
- Pull Requests
- Blog Posts
AQEEL PARPIA
- Pull Requests
Priyam Brahmbhatt
- Pull Requests
- Blog Posts
- https://wordpress.com/block-editor/post/nodejs.home.blog/18
- update 2
- update 3
- update 4
- final summary blog post
Jacob Adach
- Pull Requests
- Blog Posts
Al Vincent Valdez
- Pull Requests
- Blog Posts
- https://alvinvaldez656226608.wordpress.com/2019/02/15/release-0-2-first-pr/
- https://alvinvaldez656226608.wordpress.com/2019/02/23/release-0-2-second-pr/
- https://alvinvaldez656226608.wordpress.com/2019/03/02/release-0-2-second-pr-for-real/
- https://alvinvaldez656226608.wordpress.com/2019/03/06/last-2-pull-requests/
- https://alvinvaldez656226608.wordpress.com/2019/03/07/release-0-2-summary/
Vladimir Rozin
- Pull Requests
- Blog Posts
- https://codingmoments1618.blogspot.com/2019/02/good-first-issue-for-good-first.html
- https://codingmoments1618.blogspot.com/2019/02/good-first-issue-search-part-24.html
- https://codingmoments1618.blogspot.com/2019/03/good-first-issue-implementation-part-34.html
- https://codingmoments1618.blogspot.com/2019/03/good-first-issue-final-chapter-part-44.html
- https://codingmoments1618.blogspot.com/2019/03/good-first-issue-finale.html
Colin Chumak
- Pull Requests
- Blog Posts
Adel El Masery
- Pull Requests
- Blog Posts
- https://medium.com/@a_elmasery/the-road-to-my-first-pull-request-804006bbccae
- update 2
- update 3
- update 4
- final summary blog post
jiajie feng
- Pull Requests
- Blog Posts
- https://yingtao101112.wordpress.com/2019/02/16/release-2-0-first-bug
- https://yingtao101112.wordpress.com/2019/03/05/release-2-update2
- https://wordpress.com/read/feeds/92881189/posts/2195759246
- https://yingtao101112.wordpress.com/2019/03/06/release-2-update-4
- https://yingtao101112.wordpress.com/2019/03/06/release-2-final-summary
Xiaowei Huang
- Pull Requests
- Blog Posts
- update 1 - https://violethxw.wordpress.com/2019/02/15/lab-4-release-0-2/
- update 2 - https://violethxw.wordpress.com/2019/02/22/lab-5-release-0-2/
- update 3 - https://violethxw.wordpress.com/2019/03/01/lab-6-release-0-2/
- update 4
- final summary blog post
Anh Hoai Ung
- Pull Requests
- Blog Posts
- update 1 - https://anhcoding.wordpress.com/2019/02/16/lab-4/
- update 2 - https://anhcoding.wordpress.com/2019/02/23/lab-5/
- update 3
- update 4
- final summary blog post
Oleksandr Tkach
- Pull Requests
- url 1
- url 2
- url 3
- url 4
- Blog Posts
- update 1 - https://tkacholeksandr.home.blog/2019/02/15/first-part-of-release-2/
- update 2 - https://tkacholeksandr.home.blog/2019/02/22/second-part-of-release-2/
- update 3
- update 4
- final summary blog post
Yuansheng Lu
- Pull Requests
- Blog Posts
- https://luysh0420.wordpress.com/2019/02/15/lab-4-release/
- https://luysh0420.wordpress.com/2019/02/23/lab-5-release-0-2-update/
- https://luysh0420.wordpress.com/2019/03/01/lab-6-release-0-2-update/
- https://luysh0420.wordpress.com/2019/03/06/lab-7-release-0-2-update/
- https://luysh0420.wordpress.com/2019/03/07/release-0-2-final-summary/
Matthew Wolfe
- Pull Requests
- url 1
- url 2
- url 3
- url 4
- Blog Posts
- update 1 - https://medium.com/@mjw.wolfe/looking-for-a-bug-23041103bc93
- update 2
- update 3
- update 4
- final summary blog post
Ahmed Deeb
- Pull Requests
- Blog Posts
- update 1 - https://amddeeb.wordpress.com/2019/02/16/lab-4-release-0-2-update/
- update 2 - https://amddeeb.wordpress.com/2019/02/26/working-on-the-official-react-translation-page-into-arabic/
- update 3 - https://amddeeb.wordpress.com/2019/03/05/expressjs-adding-link-to-next-chapter-at-the-end-of-the-content/
- update 4 - https://amddeeb.wordpress.com/2019/03/05/firefox-health-dashboard/
- https://amddeeb.wordpress.com/2019/03/06/release-2-0-final-blog-post/
Olena Vyshnevska
- Pull Requests
- Blog Posts
- https://olenavyshnevska.blogspot.com/2019/02/release-02-first-pr.html
- https://olenavyshnevska.blogspot.com/2019/02/release-02-second-pr_50.html
- https://olenavyshnevska.blogspot.com/2019/02/release-02-third-pr.html
- https://olenavyshnevska.blogspot.com/2019/03/release-02-fourth-pr.html
- https://olenavyshnevska.blogspot.com/2019/03/final-summary-blog-post.html
Vincent Logozzo
- Pull Requests
- Blog Posts
- update 1 - https://vlogozzo.blogspot.com/2019/02/week-1-godot-artstationapplication.html
- update 2 - https://vlogozzo.blogspot.com/2019/02/week-2-art-station-application.html
- update 3 - https://vlogozzo.blogspot.com/2019/03/week-3-art-station-application-dots-and.html
- update 4
- final summary blog post
Nathaniel Ngo
- Pull Requests
- Blog Posts
David Li
- Pull Requests
- Blog Posts
- https://dli119seneca.wordpress.com/2019/03/06/lab4-release-0-2-part-1/
- https://dli119seneca.wordpress.com/2019/03/06/lab5-release-0-2-part-2/
- https://dli119seneca.wordpress.com/2019/03/06/release-0-2-part-3/
- https://dli119seneca.wordpress.com/2019/03/06/lab-7-release-0-2-part-4/
- https://dli119seneca.wordpress.com/2019/03/06/release-0-2-final-part/
Arash Negari
- Pull Requests
- https://github.com/syncfusion/ej-global/pull/58
- https://github.com/syncfusion/ej-global/pull/58 (Fixed 4 parts of the project)
- Blog Posts
- https://adventuresoftechman.wordpress.com/2019/02/15/release-0-2-lab-4/
- https://adventuresoftechman.wordpress.com/2019/02/21/release-0-2-lab-5/
- https://adventuresoftechman.wordpress.com/2019/02/27/release-0-2-lab-6/
- https://adventuresoftechman.wordpress.com/2019/03/05/release-0-2-lab-7/
- https://adventuresoftechman.wordpress.com/2019/03/06/release-0-2-final-thought/
Alexei Bonilla
- Pull Requests
- Blog Posts