Difference between revisions of "OSD & DPS909 Fall 2019 - Release 0.3"
(→@April - Wing Tung Lau) |
(→Submission) |
||
Line 779: | Line 779: | ||
====Blog Post==== | ====Blog Post==== | ||
https://sentech849662565.wordpress.com/2019/11/15/contribution-to-telescope/ | https://sentech849662565.wordpress.com/2019/11/15/contribution-to-telescope/ | ||
+ | |||
+ | <hr> | ||
+ | |||
+ | ===[https://github.com/brucremo @brucremo] - Bruno Alexander Cremonese de Morais=== | ||
+ | ====External==== | ||
+ | * Issue: https://github.com/dotnet/winforms/issues/721 | ||
+ | * Pull Request: https://github.com/dotnet/winforms/pull/2376 | ||
+ | ====Internal==== | ||
+ | * Issue: https://github.com/Seneca-CDOT/telescope/issues/33 | ||
+ | * Pull Request: https://github.com/Seneca-CDOT/telescope/pull/175 | ||
+ | ====Blog Post==== | ||
+ | |||
<hr> | <hr> |
Revision as of 20:24, 15 November 2019
Contents
- 1 Introduction
- 2 Requirements
- 3 Submission
- 3.1 @GitHubName - FirstName LastName
- 3.2 @robertbegna - Robert Begna
- 3.3 @Fluffiest Bunny - Bowei Yao
- 3.4 @cyh0968 - Yohan Choi
- 3.5 @kartik-budhiraja - Kartik Budhiraja
- 3.6 @Thomas Luu - Thomas Luu
- 3.7 @Paul Luu - Paul Luu
- 3.8 @drwm-base - David Medeiros
- 3.9 @asyam1 - Adith Syam
- 3.10 @birtony - Anton Biriukov
- 3.11 @ultimabgd - Brett Dennis
- 3.12 @cindyledev - Cindy Le
- 3.13 @eekbatani - Ehsan Ekbatani
- 3.14 @smilegodly - Matthew Clifford
- 3.15 @Cagomezr - Carlos Antonio Gomez
- 3.16 @Karla - Minyi Chen
- 3.17 @RyanWils - Ryan Wilson
- 3.18 @wajeehsheikh - Wajeeh Sheikh
- 3.19 @ODAVING - Sina Lahsaee
- 3.20 @jordanhui19 - Jordan Hui
- 3.21 @Grommers00 - James Inkster
- 3.22 @s-arika - Sarika Hanif
- 3.23 @jerryshueh - Cheng-Tuo Shueh
- 3.24 [1] - Daniel Beigi
- 3.25 @lozinska - Krystyna Lopez
- 3.26 @manekenpix - Josue Quilon Barrios
- 3.27 @haichuan0424 - Haichuan He
- 3.28 @Agarcia-caicedo - Ana Garcia
- 3.29 @Pavan Kamra - Pavan Kamra
- 3.30 @RyanMarzec - Ryan Marzec
- 3.31 @Sbaah - Sefa Baah - Acheamphour
- 3.32 @vitokhangnguyen - Ngoc Nam Khang Nguyen
- 3.33 @c3ho - Calvin Ho
- 3.34 @Cadesh - Andre Rosa
- 3.35 @April - Wing Tung Lau
- 3.36 @giatuongtran - Gia Tuong Tran
- 3.37 @MeisterRed - Timothy Morris
- 3.38 External
- 3.39 Internal
- 3.40 @MusaBajwa - Musawar Bajwa
- 3.41 External
- 3.42 Internal
- 3.43 @jpjjulie - Julie Philip James
- 3.44 @evlnyng - Evelyn Yeung
- 3.45 [2] - Nazneen Nahar
- 3.46 @neilong31 - Neil Ong
- 3.47 @hansal7014 - Hansal Bachkaniwala
- 3.48 @izhuravlev - Ilya Zhuravlev
- 3.49 @Silvyre - Rafael Ungar
- 3.50 @JatinAroraGit - Jatin Arora
- 3.51 @Cryolis - Igor Naperkovskiy
- 3.52 @brucremo - Bruno Alexander Cremonese de Morais
Introduction
DUE: Friday Nov 15
In Release 0.1, you were asked to become familiar working on an open source project on GitHub. This included 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.
For your 0.3 release, you are asked to continue your progression on two fronts. First, you are asked to work on a larger issue in an existing open source project; second, you are asked to contribute a feature to an open source project run by your peers.
For your external project PR, I suggest you consider working on a repository/project that you've already worked on in the past, and have setup on your machine. If you want to work on something new, that's fine too. Just leave yourself enough time to get it setup.
For your internal project PR, you are required to find an area of the project that you want to "own." With 50+ other students all working in the same project, you'll have to work together to break things down into small enough pieces, so everyone can collaborate on the same code. Make sure you work with other people, and don't try to do things alone. Your internal project PR must be merged to count, so if you don't work with the community, you'll be unlikely to get your work merged. Communication is key, in Issues, Slack, and the classroom.
You will be marked on the expanded scope and scale of the work you take on during this release. It will not be acceptable to do small "README fixes," single-line typos, or the like during this release. You should look for opportunities to fix a bug, add a feature, or otherwise make a more meaningful code contribution.
Requirements
- Create 1 larger Pull Request in an external project. This must be larger than anything you did for 0.2, so this probably shouldn't be a "good first issue" type bug fix. If you are unsure, speak to your professor. NOTE: this PR does not need to be merged to be counted.
- Create 1 Pull Request for a feature in the class' open source project. You are required to pick an area of code in the project, research it, and get it merged into the repository. NOTE: this PR must be merged to count (i.e., creating a PR is not enough).
- Write a blog post about these two PRs, discussing what you did, the process by which you did it, and what you learned as you went. If you want to split this into two parts, that's also fine.
Submission
@GitHubName - FirstName LastName
Pull Requests
- (URL to PR in external project)
- (URL to PR in internal class project)
Blog Post(s)
- Blog Post URL or URLs if you write more than one
@robertbegna - Robert Begna
Pull Requests
External
- Issue: https://github.com/ubports/ubports-installer/issues/1026
- PR: https://github.com/ubports/ubports-installer/pull/1030
Internal
- Issue1: https://github.com/Seneca-CDOT/telescope/issues/168
- PR1: https://github.com/Seneca-CDOT/telescope/pull/170
- Issue2: https://github.com/Seneca-CDOT/telescope/issues/161
- PR2:
Blog Post(s)
@Fluffiest Bunny - Bowei Yao
Pull Requests
External
- Issue1: https://github.com/mozilla/foundation.mozilla.org/issues/3889
- PR1: https://github.com/mozilla/foundation.mozilla.org/pull/3899
- Issue2: https://github.com/mozilla/foundation.mozilla.org/issues/3890
- PR2: https://github.com/mozilla/foundation.mozilla.org/pull/3901
- Issue3: https://github.com/mozilla/foundation.mozilla.org/issues/3900
- PR3: coming soon...
- Issue4: https://github.com/mozilla/foundation.mozilla.org/issues/3907
- PR4: https://github.com/mozilla/foundation.mozilla.org/pull/3908
Internal
- Issue1: https://github.com/Seneca-CDOT/telescope/issues/5
- PR1: https://github.com/Seneca-CDOT/telescope/pull/9
- Issue2: https://github.com/Seneca-CDOT/telescope/issues/31
- PR2: https://github.com/Seneca-CDOT/telescope/pull/36
Blog Post(s)
- https://ragnarokatz.wordpress.com/2019/11/03/some-thoughts-on-internal-group-project/
- https://ragnarokatz.wordpress.com/2019/11/09/the-wip-problem/
- https://ragnarokatz.wordpress.com/2019/11/15/contributing-to-mozilla/
@cyh0968 - Yohan Choi
Pull Requests
External
- Issue: https://github.com/zeit/hyper/issues/3955
- PR:
Internal
- Issue1: https://github.com/Seneca-CDOT/telescope/issues/103
- PR1: https://github.com/Seneca-CDOT/telescope/pull/131
- Issue2:
- PR2:
Blog Post(s)
@kartik-budhiraja - Kartik Budhiraja
Pull Requests
External
- Issue: https://github.com/lauthieb/code-notes/issues/80
- PR: Coming soon...
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/43
- PR: https://github.com/Seneca-CDOT/telescope/pull/97
Blog Post(s)
@Thomas Luu - Thomas Luu
Pull Requests
External
- Issue: Coming soon...
- PR: Coming soon...
Internal
- Issue: Coming soon...
- PR: Coming soon...
Blog Post(s)
@Paul Luu - Paul Luu
Pull Requests
External
- Issue: https://github.com/bernardosulzbach/dungeon/issues/112
- PR: https://github.com/bernardosulzbach/dungeon/pull/423
Internal
- Issue #16: https://github.com/Seneca-CDOT/telescope/issues/16
- Issue #42: https://github.com/Seneca-CDOT/telescope/issues/42
- PR #30: https://github.com/Seneca-CDOT/telescope/pull/30
- PR #55: https://github.com/Seneca-CDOT/telescope/pull/55
Blog Post(s)
- https://paulopensourceblog.wordpress.com/2019/11/05/the-beginning-of-contributing-to-telescope/
- https://paulopensourceblog.wordpress.com/2019/11/11/adding-jest-to-telescope/
- https://paulopensourceblog.wordpress.com/2019/11/15/continue-working-on-dungeon/
@drwm-base - David Medeiros
Pull Requests
External
- Failed Issues: https://github.com/Tanibox/tania-core/issues/89 , https://github.com/kortatu/WritingSwarm/issues/25 ,
- Actual Issue: https://github.com/openclimatefix/website/issues/38
- PR: https://github.com/openclimatefix/website/pull/39
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/27
- PR: https://github.com/Seneca-CDOT/telescope/pull/34
Blog Post(s)
- https://discoveropensource.blogspot.com/2019/11/release-03-new-experience-altogether.html
- https://discoveropensource.blogspot.com/2019/11/release-03-failure-again.html
- https://discoveropensource.blogspot.com/2019/11/release-03-third-times-charm.html
@asyam1 - Adith Syam
Pull Requests
External
- Issue: https://github.com/devsgarage/GarageBot/issues/23
- PR: Coming soon...
Internal
- Issue1: https://github.com/Seneca-CDOT/telescope/issues/70
- PR: Coming soon...
- Issue2: https://github.com/Seneca-CDOT/telescope/issues/110
- PR: Coming soon...
Blog Post(s)
@birtony - Anton Biriukov
External
Issues
- #1: https://github.com/mozilla/web-ext/issues/1335
- #2: https://github.com/bitcoin/bitcoin/issues/17294
- #3: https://github.com/ethereum/solidity/issues/7578
- #4: https://github.com/athenahacks/application-portal/issues/5
Pull Requests
- #1:
Internal
Issues
- #1: https://github.com/Seneca-CDOT/telescope/issues/13
- #2: https://github.com/Seneca-CDOT/telescope/issues/16
- #3: https://github.com/Seneca-CDOT/telescope/issues/17
- #4: https://github.com/Seneca-CDOT/telescope/issues/18
- #5: https://github.com/Seneca-CDOT/telescope/issues/19
- #6: https://github.com/Seneca-CDOT/telescope/issues/20
- #7: https://github.com/Seneca-CDOT/telescope/issues/21
Pull Requests
- #1: https://github.com/Seneca-CDOT/telescope/pull/14
- #2: https://github.com/Seneca-CDOT/telescope/pull/78
Blog Post(s)
@ultimabgd - Brett Dennis
External
Issues
Pull Requests
Internal
Issues
- #1: https://github.com/Seneca-CDOT/telescope/issues/7
- #2: https://github.com/Seneca-CDOT/telescope/issues/67
- #3: https://github.com/Seneca-CDOT/telescope/issues/32
Pull Requests
- #1: https://github.com/Seneca-CDOT/telescope/pull/69
- #2: https://github.com/Seneca-CDOT/telescope/pull/38
Blog Post(s)
- #1: https://ultimaopensource.wordpress.com/2019/10/31/telescope-week-1/
- #2: https://ultimaopensource.wordpress.com/2019/11/07/telescope-week-2/
- #3: https://ultimaopensource.wordpress.com/2019/11/07/status-update-jabref/
- #4: https://ultimaopensource.wordpress.com/2019/11/15/telescope-week-3/
@cindyledev - Cindy Le
External
Issues
Pull Requests
Blog Post(s)
Internal
Issues
- #1: https://github.com/Seneca-CDOT/telescope/issues/73
- #2: https://github.com/Seneca-CDOT/telescope/issues/118
Pull Requests
- #1: https://github.com/Seneca-CDOT/telescope/pull/132
- #2: https://github.com/Seneca-CDOT/telescope/pull/125
Blog Post(s)
- #1: https://cindyledev.wordpress.com/2019/11/07/osd-600-release-0-3-telescope/
- #2: https://cindyledev.wordpress.com/2019/11/10/osd-600-release-0-3-telescope-2/
@eekbatani - Ehsan Ekbatani
Pull Requests
External
- Issue: https://github.com/husseinfahmy/Lifestyle-Ecommerce-Website/issues/8
- Pull Request: https://github.com/husseinfahmy/Lifestyle-Ecommerce-Website/pull/11
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/40
- Pull Request: https://github.com/Seneca-CDOT/telescope/pull/137
Blog Post(s)
- #1: https://eekbatani.blogspot.com/2019/11/lab-8-contribution-goals-for-cdot.html
- #2: Coming Soon
@smilegodly - Matthew Clifford
External
Issues
Pull Requests
Internal
Issues
- #1: https://github.com/Seneca-CDOT/telescope/issues/29
- #2: https://github.com/Seneca-CDOT/telescope/issues/53
Pull Requests
- #1: https://github.com/Seneca-CDOT/telescope/pull/28
- #2: https://github.com/Seneca-CDOT/telescope/pull/102
Blog Post
@Cagomezr - Carlos Antonio Gomez
Pull Requests
- (URL to PR in external project)
- (URL to PR in internal class project)
Blog Post(s)
@Karla - Minyi Chen
Internal
Issues
Pull Requests
External
Issues
Pull Requests
Blog Post(s)
@RyanWils - Ryan Wilson
External
Issues
Pull Requests
Internal
Issues
Pull Requests
Blog Post(s)
- #1: https://medium.com/@rwilson31/open-source-as-a-class-68c7434c83a1
- #2: https://medium.com/@rwilson31/open-source-contribution-update-4fb8f530a3b5
@wajeehsheikh - Wajeeh Sheikh
External
Issues
Pull Requests
Blog Post(s)
Internal
Issues
Pull Requests
Blog Post(s)
@ODAVING - Sina Lahsaee
External
Issues
Pull Requests
Blog Post(s)
Internal
Issues
- #1: https://github.com/Seneca-CDOT/telescope/issues/61
- #2: https://github.com/Seneca-CDOT/telescope/issues/117
Pull Requests
- #1: https://github.com/Seneca-CDOT/telescope/pull/104
- #2: https://github.com/Seneca-CDOT/telescope/pull/140
Blog Post(s)
@jordanhui19 - Jordan Hui
External
Issues
Pull Requests
Internal
Issues
Pull Requests
Blog Post(s)
- #1: https://jhuiosd600.blogspot.com/2019/11/developing-project-as-class.html
- #2: https://jhuiosd600.blogspot.com/2019/11/external-pull-request-and-creating-spam.html
@Grommers00 - James Inkster
Issues
- #1: https://github.com/microsoft/vscode/issues/84080 (external)
- #2: https://github.com/Seneca-CDOT/telescope/issues/89 (internal)
Pull Requests
- (URL to PR in external project)
- (URL to PR in internal class project)
Blog Post(s)
@s-arika - Sarika Hanif
Pull Requests
- https://github.com/Seneca-CDOT/telescope/pull/105 (internal)
- https://github.com/Seneca-CDOT/telescope/issues/106 (internal)
- https://github.com/FreezingMoon/AncientBeast/pull/1583 (external)
Blog Post(s)
- https://medium.com/@sarikahanif/telescope-seneca-1a6d35f77358
- https://medium.com/@sarikahanif/release-0-3-internal-issue-a6389816db3f
- External blog coming soon ...
@jerryshueh - Cheng-Tuo Shueh
Issues
- https://github.com/spiral-project/ihatemoney/issues/430 (external)
- https://github.com/Seneca-CDOT/telescope/issues/22 (internal)
Pull Requests
- https://github.com/spiral-project/ihatemoney/pull/511 (external)
- https://github.com/Seneca-CDOT/telescope/pull/143 (internal)
Blog Post(s)
- https://osstudent.blogspot.com/2019/11/dps-909-release-03-diving-deeper.html
- https://osstudent.blogspot.com/2019/11/dps-909-release-03-contribution-updates.html
[1] - Daniel Beigi
Issues
Pull Requests
Blog Post(s)
@lozinska - Krystyna Lopez
Issues
- https://github.com/WordPress/gutenberg/issues/15429
- https://github.com/Seneca-CDOT/telescope/issues/84
Pull Requests
Blog Post(s)
@manekenpix - Josue Quilon Barrios
Issues
Pull Requests
Blog Post(s)
@haichuan0424 - Haichuan He
Issues
- https://github.com/pandas-dev/pandas/issues/29417
- https://github.com/Seneca-CDOT/telescope/issues/94
- https://github.com/Seneca-CDOT/telescope/issues/95
Pull Requests
Blog Post(s)
@Agarcia-caicedo - Ana Garcia
Issues
Pull Requests
Blog Post(s)
@Pavan Kamra - Pavan Kamra
Issues
Pull Requests
- (URL to PR in external project)
- (URL to PR in internal class project)
Blog Post(s)
@RyanMarzec - Ryan Marzec
Pull Requests
External
- Issue: https://github.com/project-travel-mate/Travel-Mate/issues/780
- PR: https://github.com/project-travel-mate/Travel-Mate/pull/792
Internal
- Issue1: https://github.com/Seneca-CDOT/telescope/issues/119
- PR1: https://github.com/Seneca-CDOT/telescope/pull/157
- Issue2: https://github.com/Seneca-CDOT/telescope/issues/26
- PR2: Coming soon...
Blog Post(s)
- https://marss64.wordpress.com/2019/11/09/open-source-release-03-choices/
- Final Blog post coming soon...
@Sbaah - Sefa Baah - Acheamphour
Pull Requests External
- Issue: https://github.com/versyx-digital/pi-monitor/issues/2
- PR: Coming soon...
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/81
- PR: Coming soon.
Blog Post(s)
@vitokhangnguyen - Ngoc Nam Khang Nguyen
Pull Requests
Blog Post(s)
@c3ho - Calvin Ho
Pull Requests
External
- Issue: https://github.com/google/blockly/issues/2949
- PR: Coming soon/stalled until maintainer decide on a direction.
Internal
- Issue 1: https://github.com/Seneca-CDOT/telescope/issues/16
- PR1 : https://github.com/Seneca-CDOT/telescope/pull/37
- Issue 2: https://github.com/Seneca-CDOT/telescope/issues/156
- PR2 : https://github.com/Seneca-CDOT/telescope/pull/195
Blog Post(s)
- https://c3ho.blogspot.com/2019/11/open-source-november-edition.html
- https://c3ho.blogspot.com/2019/11/release-03.html
@Cadesh - Andre Rosa
Pull Requests
External
- Issue: Coming soon...
- PR: Coming soon...
Internal
- Issue1: https://github.com/Seneca-CDOT/telescope/issues/74
- PR1: https://github.com/Seneca-CDOT/telescope/pull/123
Blog Post(s)
- https://medium.com/@andrewvrosa/the-cdot-telescope-project-01-76b40317b6d7
- https://medium.com/@andrewvrosa/the-cdot-telescope-project-02-92bf3d5bcafc
@April - Wing Tung Lau
Pull Requests
External
- Issue:
- PR: Coming soon...
Internal
- Issue1: https://github.com/Seneca-CDOT/telescope/issues/48
- PR1: https://github.com/Seneca-CDOT/telescope/pull/49
- Issue2: https://github.com/Seneca-CDOT/telescope/issues/122
- PR2: https://github.com/Seneca-CDOT/telescope/pulls
Blog Post(s)
@giatuongtran - Gia Tuong Tran
Pull Requests
External
- Issue: Coming soon...
- PR: Coming soon...
Internal
- Issue1: https://github.com/Seneca-CDOT/telescope/issues/83
- PR: https://github.com/Seneca-CDOT/telescope/pull/109
Blog Post(s)
@MeisterRed - Timothy Morris
Pull Requests
External
- Issue: Coming soon...
- PR: Coming soon...
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/47
- PR: https://github.com/Seneca-CDOT/telescope/pull/147
Blog Post(s)
@MusaBajwa - Musawar Bajwa
Pull Requests
External
- Issue: https://github.com/uber/baseweb/issues/2205
- PR: Coming soon...
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/73
- PR: Coming soon...
Blog Post(s)
@jpjjulie - Julie Philip James
Pull Requests
External
- Issue: https://github.com/microsoft/STL/issues/207
- Pull Request: https://github.com/microsoft/STL/pull/302
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/120
- Pull Request: https://github.com/Seneca-CDOT/telescope/pull/177
Blog Post(s)
- https://juliephilipjames.wordpress.com/2019/11/11/release-0-3/
- https://juliephilipjames.wordpress.com/2019/11/15/release-0-3-completion/
@evlnyng - Evelyn Yeung
Pull Requests
External
- Issue: https://github.com/postmanlabs/postman-docs/issues/1947
- Pull Request:
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/145
- Pull Request:
Blog Post(s)
[2] - Nazneen Nahar
Pull Requests
External
- Issue:
- Pull Request:
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/72
- Pull Request: https://github.com/Seneca-CDOT/telescope/pull/219
Blog Post(s)
- https://inspirationalnation.wordpress.com/2019/11/12/release-0-3/
- Internal issue - https://inspirationalnation.wordpress.com/2019/11/15/feed-parser-test-internal-issue/
@neilong31 - Neil Ong
Pull Requests
External
- Issue: https://github.com/opendatakit/collect/issues/3427
- Pull Request:
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/82
- Pull Request:
Blog Post(s)
@hansal7014 - Hansal Bachkaniwala
External
- Issue: https://github.com/jest-community/jest-extended/issues/226
- Pull Request: https://github.com/jest-community/jest-extended/pull/250
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/35
- Pull Request: https://github.com/Seneca-CDOT/telescope/pull/142
Blog Post(s)
- External: https://medium.com/@hansal7014/contributing-to-jest-extended-part-2-83831f72f18f
- Internal: https://medium.com/@hansal7014/contributing-to-telescope-287b3807d990
@izhuravlev - Ilya Zhuravlev
External Work
- Issue: https://github.com/knitcodemonkey/hexagon-quilt-map/issues/4
- Pull Request: In Progress
Internal Work
- Issue: https://github.com/Seneca-CDOT/telescope/issues/173
- Pull Request: https://github.com/Seneca-CDOT/telescope/pull/217
Blog Post(s)
- Week 2 of Release 0.3: Setting Up a Telescope
- Release 0.3: In Progress
@Silvyre - Rafael Ungar
External
Issues
Pull Requests
Blog Post(s)
Internal
Issues
- https://github.com/Seneca-CDOT/telescope/issues/4 (early discussion thread started/facilitated)
- https://github.com/Seneca-CDOT/telescope/issues/197 (addressed by pull #211)
- https://github.com/Seneca-CDOT/telescope/issues/213 (discussion started while writing a blog post)
Pull Requests
Blog Post(s)
@JatinAroraGit - Jatin Arora
Issues
- Internal: https://github.com/Seneca-CDOT/telescope/issues/15
- External: https://github.com/inorichi/tachiyomi/issues/2272
Pull Requests
- Internal: https://github.com/Seneca-CDOT/telescope/pull/46
- External: https://github.com/inorichi/tachiyomi/pull/2326
Blog Post(s)
- Part 1: https://jatinoopensource.wordpress.com/2019/11/01/lab-8/
- Part 2: https://jatinoopensource.wordpress.com/2019/11/09/lab-9-release-0-3-in-progress/
- The End: https://jatinoopensource.wordpress.com/2019/11/16/release-0-3-final/
@Cryolis - Igor Naperkovskiy
External
- Issue: https://github.com/gatsbyjs/gatsby-ru/issues/26
- Pull Request: https://github.com/gatsbyjs/gatsby-ru/pull/32
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/59
- Pull Request: https://github.com/Seneca-CDOT/telescope/pull/136
Blog Post
https://sentech849662565.wordpress.com/2019/11/15/contribution-to-telescope/
@brucremo - Bruno Alexander Cremonese de Morais
External
- Issue: https://github.com/dotnet/winforms/issues/721
- Pull Request: https://github.com/dotnet/winforms/pull/2376
Internal
- Issue: https://github.com/Seneca-CDOT/telescope/issues/33
- Pull Request: https://github.com/Seneca-CDOT/telescope/pull/175