Skip to content

release 0.4

Mo edited this page Jan 15, 2021 · 190 revisions

Release 0.4

Due Date

Week of December 7th, before Friday December 11th at midnight

Overview

In Release 0.1 and the initial Labs, you were asked to become familiar working on an open source project on GitHub. This included working with git, filling issues, creating pull requests, receiving and conducting code reviews, etc.

In Release 0.2, you were asked to take what you'd learned in 0.1, and start to expand your abilities, working on 4 pull requests in various open source projects. These pull requests were due weekly, which didn't give much time to work on larger tasks.

In Release 0.3 you were asked to work on a larger issue in an existing open source project, and also to contribute to our internal Telescope project. The former let you further develop your skills as a developer, the latter exposed you to working on a rapidly changing project with many concurrent contributors.

Requirements

For 0.4 you are asked to work on something larger and more impactful than anything you have done in the previous three releases. This work can take a number of forms:

  • Add a feature to an open source project, where a "feature" is defined as writing new code vs. fixing existing code. For example, you could work on a new feature in Telescope or another repo that you've been contributing to in the previous releases. A "feature" adds functionality to a project, and isn't a CSS bug fix, or an update to the docs, although those things might be part of it.
  • Fix a more difficult bug and write/update tests, where a "difficult" bug is defined as a problem that can't be solved in one sitting. If you are able to solve a bug in a few hours, it's probably not what I'm describing (see the next option). A difficult bug takes time (days, weeks) to untangle and fix. The number of lines of code in the fix can be small, but it will also result in new test cases being added.
  • Work on a family of related, smaller bugs/fixes, where a "family" is defined as 2, 3, or more small bugs that are connected in some way. Perhaps this means writing tests in one PR, adding an implementation in a second PR, and updating docs in a third; or perhaps you work on a few bugs in a particular file or area of the code. In both cases, this type of work is often characterized by becoming quite knowledgeable about a particular corner of a project.
  • Work on a bug in a large open source community and project, where "large" is defined by a project with hundreds of developers working on a significant sized code base spread across one or more repos. This type of work is often characterized by longer review cycles, stricter guidelines on what your contribution must be, and fixes that take a long time to make due to the need to read and understand big code.

The scope of your work should fill the coming three weeks. I will not accept minor PRs at the 0.2 level that are done quickly in the final week. You need to show continued progress and follow-through, and push yourself to do a bit more than you've done in the past.

Don't pick something so far outside your comfort zone that you set yourself up for failure; similarly, don't aim so low that you aren't able to move forward in your skills and confidence. Above all, do not leave this until the last minute.

Working Open

An additional challenge for 0.4 will be the requirement that you do the work in the open. This means writing blog posts, being active in the project's community channels, taking part in discussions on GitHub, etc.

As you work over coming three weeks I will expect you to write 3 blog posts:

  1. A post at the start of the period describing what you will do in 0.4, why you are choosing this work and project, and how you will approach it. This is a chance to plan your 0.4 and set goals. Part of your assessment will be how well you are able to achieve these personal goals.
  2. A post in the middle of the period giving an update on your progress to date. What have you done so far? What are you stuck on? What have you managed to figure out? How will you adjust to meet your goals by the end?
  3. A final post post discussing your results. How well did you do achieving your goals? How did you build? Discuss the technical features of the work, and the methods by which you accomplished it. What did you learn from this process? How were you able to leverage and interact with the community to get your problems solved?

These posts should tell a narrative and technical story over the course of three episodes. Try to add knowledge to the web and be technical in what you write. If other people did a Google search looking for info about what you did, would your posts help them?

Further Requirements

Make sure you follow-through on any review comments. The goal of 0.4 is not simply to make a Pull Request, which you already know how to do. Rather, it is to contribute something useful to a project, and to do it at a high level of quality. Your Pull Request(s) should be merged before you submit if at all possible. If they are not, you need to explain why this is, and if the reason is that you didn't do the work on time, you will face deductions. You must also use git properly and professionally (e.g., branches should be clean, rebases done correctly, etc).

Submission

Add your information and links below:


GitHubUserName - Student Name

Issues
Pull Requests
  1. https://github.com/example/pull/1
  2. https://github.com/example2/pull/2
  3. https://github.com/example2/pull/3
Blog Posts
  1. https://student.blog.com/0.4-planning
  2. https://student.blog.com/0.4-progress
  3. https://student.blog.com/0.4-release

chawlapalak - Palak Chawla

Issues
  1. https://github.com/threedevs/3dev-fullstack/issues/33
  2. https://github.com/threedevs/3dev-fullstack/issues/18
  3. https://github.com/threedevs/3dev-fullstack/issues/13
Pull Requests
  1. https://github.com/threedevs/3dev-fullstack/pull/50
  2. https://github.com/threedevs/3dev-fullstack/pull/52
  3. https://github.com/threedevs/3dev-fullstack/pull/51
Blog Posts
  1. Coming soon
  2. Coming soon
  3. Coming soon

fluentinstroll - Raymond Rambo

Issues
  1. https://github.com/AardWolf/MHTimerBot/issues/137
Pull Requests
  1. https://github.com/AardWolf/MHTimerBot/pull/220
Blog Posts
  1. https://dev.to/fluentinstroll/release-0-4-defined-and-colourblindness-299j
  2. https://dev.to/fluentinstroll/release-0-4-the-halfway-point-26b3
  3. https://dev.to/fluentinstroll/release-0-4-and-the-end-4d75

strawberries73 - Jennifer Croft

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/1410
  2. https://github.com/Seneca-CDOT/telescope/issues/1225
  3. https://github.com/Seneca-CDOT/telescope/issues/1252
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1453
  2. https://github.com/Seneca-CDOT/telescope/pull/1474
  3. Coming soon
Blog Posts
  1. https://dev.to/strawberries73/osd600-release-0-4-first-pr-front-end-glory-2api
  2. https://dev.to/strawberries73/osd600-release-0-4-second-pr-search-button-revisited-49mf
  3. Coming soon

TDDR - Tim Roberts

Issues
  1. The Issue
Pull Requests
  1. The PR
Blog Posts
  1. The Plan
  2. The Update
  3. The Finale

egrinberg - Ekaterina Grinberg

Issues
  1. https://github.com/mattermost/mattermost-server/issues/16148
Pull Requests
  1. https://github.com/mattermost/mattermost-webapp/pull/7189
Blog Posts
  1. week 1
  2. week 2
  3. week 3

joey2031 - Joseph (Joey) Assal

Issues

  1. https://github.com/Seneca-CDOT/telescope/issues/1456
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1523
Blog Posts
  1. week 1
  2. week 2
  3. week 3

hyunjiLeeTech - Hyunji Lee

Issues

  1. https://github.com/Seneca-CDOT/telescope/issues/1468
  2. https://github.com/Seneca-CDOT/telescope/issues/1508
  3. https://github.com/Seneca-CDOT/telescope/issues/1507
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1506
  2. https://github.com/Seneca-CDOT/telescope/pull/1509
  3. https://github.com/Seneca-CDOT/telescope/pull/1510
Blog Posts
  1. https://hyunjijanelee.blogspot.com/2020/11/release-40-part-1.html
  2. https://hyunjijanelee.blogspot.com/2020/12/release-40-part-2-progress.html
  3. https://hyunjijanelee.blogspot.com/2020/12/release-40-part-3-release.html

chrispinkney - Chris Pinkney

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/1463
  2. https://github.com/Seneca-CDOT/telescope/issues/1481
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1487
  2. https://github.com/Seneca-CDOT/telescope/pull/1513
Blog Posts
  1. https://dev.to/chrispinkney/dawn-of-the-final-day-3-releases-remain-i1n
  2. https://dev.to/chrispinkney/title-stuck-in-the-middle-with-me-112l
  3. https://dev.to/chrispinkney/dawn-of-the-final-day-24-hours-remain-18ko

pyvelkov - Plamen Velkov

Issues
  1. https://github.com/Tithibots/tithiwa/issues/48
  2. https://github.com/Tithibots/tithiwa/issues/62
Pull Requests
  1. https://github.com/Tithibots/tithiwa/pull/74
  2. https://github.com/Tithibots/tithiwa/pull/75
Blog Posts
  1. https://plamenvelkovtech.blogspot.com/2020/11/release-041-planning-my-life-for-next-2.html
  2. https://plamenvelkovtech.blogspot.com/2020/12/release-042-progression-tree.html
  3. https://plamenvelkovtech.blogspot.com/2020/12/release-043-end-of-something-great.html

hyperthd - Abdulbasid Guled

Issues

  1. https://github.com/Seneca-CDOT/telescope/issues/1454

Pull Requests

  1. https://github.com/Seneca-CDOT/telescope/pull/1526

Blog Posts

  1. https://dev.to/hyperthd/release-0-4-determined-not-to-let-everyone-down-once-more-2kc4
  2. https://dev.to/hyperthd/release-0-4-part-2-small-progress-is-better-than-nothing-3g29
  3. https://dev.to/hyperthd/release-0-4-part-3-not-the-ending-i-was-anticipating-but-one-i-can-accept-3h88

jossiey - Jie Yang

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1516
Blog Posts
  1. https://jyangblogs.wordpress.com/2020/11/28/plan-on-release0-4/
  2. https://jyangblogs.wordpress.com/2020/12/11/part-a-on-release0-4/
  3. https://jyangblogs.wordpress.com/2020/12/11/part-b-on-release0-4/

eunbeek - Eunbee Kim

Issues
  1. https://github.com/FreeTubeApp/FreeTube/issues/782
Pull Requests
  1. https://github.com/FreeTubeApp/FreeTube/pull/815
  2. https://github.com/FreeTubeApp/FreeTube/pull/850
Blog Posts
  1. https://ekim105.wordpress.com/2020/11/28/release0-4-edit/
  2. https://ekim105.wordpress.com/2020/12/06/release0-4-adjust-my-plan-keep-working/
  3. https://ekim105.wordpress.com/2020/12/08/release0-4/

tianlangwu - Junyong Liu

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/1424
  2. https://github.com/Seneca-CDOT/telescope/issues/1271
  3. https://github.com/Seneca-CDOT/telescope/issues/1426
  4. https://github.com/Seneca-CDOT/telescope/issues/1449
  5. https://github.com/Seneca-CDOT/telescope/issues/1464
  6. https://github.com/Seneca-CDOT/telescope/issues/1469
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1430
  2. https://github.com/Seneca-CDOT/telescope/pull/1428
  3. https://github.com/Seneca-CDOT/telescope/pull/1429
  4. https://github.com/Seneca-CDOT/telescope/pull/1452
  5. https://github.com/Seneca-CDOT/telescope/pull/1466
  6. https://github.com/Seneca-CDOT/telescope/pull/1511
Blog Posts
  1. https://jliu396.blogspot.com/2020/11/osd600-release-041-choose-project-and.html
  2. https://jliu396.blogspot.com/2020/12/osd600-release-042.html
  3. https://jliu396.blogspot.com/2020/12/osd600-release-043.html

rogercyyu - Roger Yu

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1504
Blog Posts
  1. https://ryudeveloper.wordpress.com/2020/11/29/release-0-4-the-beginning/
  2. https://ryudeveloper.wordpress.com/2020/12/04/release-0-4-the-middle/
  3. https://ryudeveloper.wordpress.com/2020/12/11/release-0-4-the-end/

mstewardson - Matthew Stewardson

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/1470
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1503
Blog Posts
  1. https://matthew-k-stewardson.blogspot.com/2020/11/week-10-release-04-part-1.html
  2. https://matthew-k-stewardson.blogspot.com/2020/12/week-11-release-04-part-2.html
  3. https://matthew-k-stewardson.blogspot.com/2020/12/week-12-release-04-part-3.html

NesaByte - Nesa Bertanico

Issues
  1. Add more Tests
  2. [ INVALID ] getDayOne()
  3. [ New Function ] getWorld()
  4. [ Unhandled exception ] getDayOne()
Pull Requests
  1. Adding Examples to each function
  2. Fixed getDayOne()
  3. Fixed Unhandled execption from getDayOne()
  4. Added a new function getWorld()
Blog Posts
  1. [ P P P ] PLANS
  2. [ P P P ] PROGRESS
  3. [ P P P ] POST

JiYoungSin - Student Name

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1440
  2. https://github.com/Seneca-CDOT/telescope/pull/1477
Blog Posts
  1. https://osd600.blogspot.com/2020/11/new-beginnings.html
  2. https://osd600.blogspot.com/2020/12/the-progress.html
  3. https://osd600.blogspot.com/2020/12/final-reflection.html

Pedro Fonseca - Pedro Fonseca

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1472
Blog Posts
  1. https://medium.com/@pedrofonsecadev/release-4-before-the-beginning-1-b2ef511cce6e
  2. https://medium.com/@pedrofonsecadev/release-4-2-road-24798a092f50
  3. https://medium.com/@pedrofonsecadev/release-4-3-icebergs-43d6b60d117c


sanji11 - Sanjida Afrin

Issues
  1. https://github.com/IanWalston/qasong/issues/157
Pull Requests
  1. https://github.com/IanWalston/qasong/pull/173
Blog Posts
  1. https://safrin2.medium.com/plan-for-release-0-4-c39ae1522655
  2. https://safrin2.medium.com/any-progress-5b3f71a27c8f
  3. https://safrin2.medium.com/final-result-2f34f85ffd71


yzwdroid - Zongwei Yang

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/1336
  2. https://github.com/Seneca-CDOT/telescope/issues/1301
  3. https://github.com/eupn/macrotest/issues/54
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1345
  2. https://github.com/Seneca-CDOT/telescope/pull/1527
  3. https://github.com/eupn/macrotest/pull/57
Blog Posts
  1. https://dev.to/yzwdroid/release-0-41-3j2o
  2. https://dev.to/yzwdroid/release-0-42-three-ideas-about-automating-release-5b9j
  3. https://dev.to/yzwdroid/release-0-43-e3b

badalsarkar - Badal Sarkar

Issues
  1. https://github.com/paypal/butterfly/issues/368
  2. https://github.com/paypal/butterfly/issues/359
Pull Requests
  1. https://github.com/paypal/butterfly/pull/369
  2. https://github.com/paypal/butterfly/pull/371
Blog Posts
  1. https://badalsarkar.ca/blog-opensource/opensource/release-04-planning/
  2. https://badalsarkar.ca/blog-opensource/opensource/kafka-in-butterfly/


klee214 - Kimin Lee

Issues

https://github.com/PerhapsSomeone/GreenLight/issues/18

Pull Requests

https://github.com/PrivateGER/GreenLight/pull/21

Blog Posts
  1. https://dev.to/klee214/release-0-4-part1-choosing-a-open-source-project-2djg
  2. https://dev.to/klee214/what-is-the-problem-what-would-be-the-best-solution-15c3
  3. https://dev.to/klee214/release-04-part3-changing-the-lexer-algorithm-148f

jasper-mui - Jasper Mui

Issues
  1. https://github.com/IanWalston/qasong/issues/117
  2. https://github.com/IanWalston/qasong/issues/183
  3. https://github.com/IanWalston/qasong/issues/180
Pull Requests
  1. https://github.com/IanWalston/qasong/pull/177
  2. https://github.com/IanWalston/qasong/pull/188
  3. https://github.com/IanWalston/qasong/pull/190
Blog Posts
  1. https://muioverflow.wordpress.com/2020/12/02/my-open-source-plans/
  2. https://muioverflow.wordpress.com/2020/12/04/my-open-source-sprint-progress/
  3. https://muioverflow.wordpress.com/2020/12/11/summary-of-open-source-development-sprint/

phast184 - Thanh Tien Phat Nguyen

Issues
Pull Requests
Blog Posts

IcemanEtika - Thomas-Jayrell LeBlanc

Issues
  1. (Adding a new feature)
Pull Requests
  1. https://github.com/smogon/damage-calc/pull/416
Blog Posts
  1. https://tjstavern24697521.wordpress.com/2020/11/30/release-0-4-part-1-planning/
  2. https://tjstavern24697521.wordpress.com/2020/12/06/release-0-4-part-2-1000-lines-of-code-a-day-keeps-your-sanity-away/
  3. https://tjstavern24697521.wordpress.com/2020/12/11/release-0-4-part-3-mission-complete/

VietnameZe - Minh Huy Nguyen

Issues
Pull Requests
Blog Posts

1jz - Philip Golovin

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1524
Blog Posts

1 & 2. https://1jz.tech.blog/2020/12/04/release-0-4-part-1-and-2/ 3. https://1jz.tech.blog/2020/12/11/release-0-4-the-finale/


Stella Jung - Stella Jung

Issues

  1. https://github.com/ZeroDiverse/Newcastle-organizer-server/issues/18
Pull Requests
  1. https://github.com/ZeroDiverse/Newcastle-organizer-server/pull/21
Blog Posts
  1. https://sostellajung.blogspot.com/2020/12/advanced-journey-for-passport-and.html
  2. https://sostellajung.blogspot.com/2020/12/advanced-journey-for-passport-and_5.html
  3. https://sostellajung.blogspot.com/2020/12/last-journey-for-osd600.html


Mohammed Niaz Ul Haque - Mohammed Niaz Ul Haque

Issues
  1. https://github.com/blackjackkent/RPThreadTrackerV3.FrontEnd/issues/144
  2. https://github.com/ahmedsakr/liwg/issues/20
  3. https://github.com/jrobind/dev-jot/issues/9
Pull Requests
  1. https://github.com/blackjackkent/RPThreadTrackerV3.FrontEnd/pull/147
  2. https://github.com/ahmedsakr/liwg/pull/21
  3. https://github.com/jrobind/dev-jot/pull/11
Blog Posts
  1. https://dev.to/niazulhaque/the-end-1-start-plans-prep-finals-almost-here-2od8
  2. https://dev.to/niazulhaque/the-end-2-mid-got-a-few-looking-for-a-few-final-1-done-2-left-i1m
  3. https://dev.to/niazulhaque/the-end-3-end-officially-concluded-sem-done-hunting-starts-1-final-left-1ked

joelazwar - Joel Azwar

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/1480
  2. https://github.com/Seneca-CDOT/telescope/issues/1496
  3. https://github.com/Seneca-CDOT/telescope/issues/1495
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1529
  2. https://github.com/Seneca-CDOT/telescope/pull/1528
Blog Posts
  1. https://joelazwaros.blogspot.com/2020/12/release-04-progress-i-ii-telescope.html
  2. https://joelazwaros.blogspot.com/2020/12/release-04-migration-progress.html
  3. https://joelazwaros.blogspot.com/2020/12/release-04-end-of-osd600.html

Wei-J-Huang - Wei Huang

Issues
  1. https://github.com/IanWalston/qasong/issues/195
  2. https://github.com/IanWalston/qasong/issues/186
Pull Requests
  1. https://github.com/IanWalston/qasong/pull/215
  2. https://github.com/IanWalston/qasong/pull/213
Blog Posts
  1. https://weihuangosd.blogspot.com/2020/12/contribution-plan.html
  2. https://weihuangosd.blogspot.com/2020/12/update-on-release-04.html
  3. https://weihuangosd.blogspot.com/2020/12/release-04-complete.html

lixiaoqity - Leon Li

Issues
  1. https://github.com/lixiaoqity/testLink/issues/17
Pull Requests
  1. https://github.com/lixiaoqity/testLink/pull/18
Blog Posts
  1. https://gonewiththewind1982.blogspot.com/2020/12/choose-project-in-release-04.html
  2. https://gonewiththewind1982.blogspot.com/2020/12/update-process-about-release-04.html
  3. https://gonewiththewind1982.blogspot.com/2020/12/discuss-result-in-release-04.html

tonyvugithub - Khoi Nguyen Vu (Tony)

Issues
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1483
  2. https://github.com/Seneca-CDOT/telescope/pull/1485
  3. https://github.com/Seneca-CDOT/telescope/pull/1505
Blog Posts

Shinh18 - Muskan Shinh

Issues
Pull Requests
Blog Posts

sonechca - Mintae Kim

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/1458
  2. https://github.com/jrobind/dev-jot/issues/7
  3. https://github.com/Seneca-CDOT/telescope/issues/1494
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1512
  2. First PR | New PR
  3. https://github.com/Seneca-CDOT/telescope/pull/1515
Blog Posts
  1. https://mintaedotblog.wordpress.com/2020/12/09/release-0-4-1-planing-my-project/
  2. https://mintaedotblog.wordpress.com/2020/12/10/release-0-4-2-progress-my-project/
  3. https://mintaedotblog.wordpress.com/2020/12/11/release-0-4-3-final-review-for-project/

MLJBrackett - Michael Brackett

Issues
  1. https://github.com/jrobind/dev-jot/issues/10
  2. https://github.com/Blank1611/jsonmergeutils/issues/15
  3. https://github.com/FreeTubeApp/FreeTube/issues/811
Pull Requests
  1. https://github.com/jrobind/dev-jot/pull/43
  2. https://github.com/Blank1611/jsonmergeutils/pull/16
  3. https://github.com/FreeTubeApp/FreeTube/pull/852
Blog Posts
  1. https://dev.to/mljbrackett/release-4-0-starting-23i
  2. https://dev.to/mljbrackett/release-4-0-mid-point-515d
  3. https://dev.to/mljbrackett/release-4-0-final-3cdi

abuZayed15 - Abu Zayed Kazi

Issues
  1. https://github.com/dragonfruitnetwork/dragon6-api/issues/187
  2. https://github.com/dragonfruitnetwork/dragon6-api/issues/188
  3. https://github.com/dragonfruitnetwork/dragon6-api/issues/189
  4. https://github.com/dragonfruitnetwork/dragon6-api/issues/190
Pull Requests
  1. https://github.com/dragonfruitnetwork/dragon6-api/pull/192
  2. https://github.com/dragonfruitnetwork/dragon6-api/pull/195
  3. https://github.com/dragonfruitnetwork/dragon6-api/pull/196
Blog Posts
  1. https://www.abuzayed.ca/my-blog/osd600/2020/12/11/release-0-4-planning/
  2. https://www.abuzayed.ca/my-blog/osd600/2020/12/12/release-0-4-progress/
  3. https://www.abuzayed.ca/my-blog/osd600/2020/12/14/release-0-4-post/

isabellaliu77 - Isabella(Xiaolu) Liu

Issues
  1. https://github.com/fontforge/fontforge/issues/4360
Pull Requests
  1. https://crowdin.com/translate/fontforge/2/enus-zhcn?filter=basic&value=0
Blog Posts
  1. https://dev.to/isabellaliu77/step-one-release-0-4-1od6
  2. https://dev.to/isabellaliu77/progress-of-release-0-4-2-1bf2
  3. https://dev.to/isabellaliu77/a-meaningful-and-interesting-journey-2c99

HenryZerocool - Henry Nguyen

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/1500
  2. https://github.com/Seneca-CDOT/telescope/issues/1501
  3. https://github.com/Seneca-CDOT/telescope/issues/1502
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1520
  2. https://github.com/Seneca-CDOT/telescope/pull/1521
  3. https://github.com/Seneca-CDOT/telescope/pull/1525/
Blog Posts
  1. https://dev.to/henryzerocool/planning-part-1-of-osd0-4-65e
  2. https://dev.to/henryzerocool/change-the-plan-oops-part-2-of-osd0-4-29jc
  3. https://dev.to/henryzerocool/and-done-part3-of-osd0-4-4dkk

zg3d - Devansh Shah

Issues
  1. https://github.com/Seneca-CDOT/telescope/issues/1442
Pull Requests
  1. https://github.com/Seneca-CDOT/telescope/pull/1443
Blog Posts
  1. https://dev.to/zg3d/telescope-the-plan-is-to-fix-a-small-bug-36e9
  2. https://dev.to/zg3d/telescope-fixing-the-small-bug-3omj
  3. https://dev.to/zg3d/telescope-small-bug-becomes-a-feature-3-3-1kp7

Mamadou-diallo - Mamadou Diallo

Issues
  1. https://github.com/jrobind/dev-jot/issues/32
  2. https://github.com/jrobind/dev-jot/issues/46
  3. https://github.com/jhonatasrm/print-preview/issues/14
  4. https://github.com/Kepler7894i/triangle-calculator/issues/11
Pull Requests
  1. https://github.com/jrobind/dev-jot/pull/51
  2. https://github.com/jrobind/dev-jot/pull/52
  3. https://github.com/jhonatasrm/print-preview/pull/15
  4. https://github.com/Kepler7894i/triangle-calculator/pull/13
Blog Posts
  1. https://mamadou--diallo.blogspot.com/2020/12/release-041-042.html
  2. https://mamadou--diallo.blogspot.com/2020/12/release-043_11.html
  3. https://mamadou--diallo.blogspot.com/2020/12/release-043.html

matt-ross16 - Matthew Ross

Issues
Pull Requests
  1. https://github.com/codestromer/ContestReminder/pull/17
Blog Posts
  1. https://os-discovery.blogspot.com/2020/12/the-beginning-of-the-end.html
  2. https://os-discovery.blogspot.com/2020/12/the-middle-of-the-middle.html
  3. https://os-discovery.blogspot.com/2020/12/the-end-of-the-beginning.html

zjjiang2 - Zong Jin Jiang

Issues
Pull Requests
Blog Posts

rubyAnneB - Ruby Anne Bautista

Issues
Pull Requests
  1. https://github.com/NesaByte/Maslow-FulFilled/pull/18
Blog Posts
  1. https://rabautista.medium.com/release-0-4-the-beginning-f455c81afd1b
  2. https://rabautista.medium.com/release-0-4-in-progress-fbdb53878b8f
  3. https://rabautista.medium.com/release-0-4-the-end-38b7191d0a67

AbdulMAbdi - Abdul Abdi

Issues
Pull Requests
  1. https://github.com/srz2/BeginnerProjectBot/pull/22
Blog Posts
  1. https://abdulosd.blogspot.com/2020/12/planning-for-0.4.html
  2. https://abdulosd.blogspot.com/2020/12/progress-0.4.html
  3. https://abdulosd.blogspot.com/2020/12/the-end.html

rjayroso - Royce Ayroso-Ong

Issues
Pull Requests
  1. https://github.com/NesaByte/Maslow-FulFilled/pull/16
  2. https://github.com/NesaByte/Maslow-FulFilled/pull/17
  3. https://github.com/NesaByte/Maslow-FulFilled/pull/19
Blog Posts
  1. https://roycedev.medium.com/nesabytes-maslow-fulfilled-3e85188db28c
  2. https://roycedev.medium.com/maslow-fulfilled-update-58ce2c846164
  3. https://roycedev.medium.com/maslow-fulfilled-last-update-8f543d948342

yuanLeeMidori - Yuan-Hsi Lee

Issues
Pull Requests
  1. https://github.com/infokiller/web-search-navigator/pull/221
Blog Posts
  1. https://dev.to/yuanleemidori/release-0-4-planning-4cj
  2. https://dev.to/yuanleemidori/fix-the-previous-mistake-49me
  3. https://dev.to/yuanleemidori/review-and-write-something-better-39ac

Metropass - Mohammed Ahmed (Mo)

Issues (OpenWPM issue)

  1. https://github.com/mozilla/OpenWPM/issues/619

Pull Requests (for my second one)

  1. https://github.com/EvgenyKashin/stylegan2-distillation/pull/8

Blog Post

  1. https://moho472.medium.com/release-0-4-my-experiences-2d72ba6ccf5c
Clone this wiki locally