add @annthurium weekly focus

This commit is contained in:
Tilde Ann Thurium
2018-04-16 08:20:28 +01:00
committed by GitHub
parent 48602627b6
commit 0306638abb

View File

@@ -6,6 +6,7 @@
- GitHub Package
- Completed, merged, and shipped "Create pull request" [atom/github#1376](https://github.com/atom/github/pull/1376), which I used to open this pull request :wink:
- Updated to Enzyme 3 [atom/github#1386](https://github.com/atom/github/pull/1386) which paves the way for us to upgrade React.
- Started investigating code coverage to better understand what code lies untested.
- Teletype
- Fixed an issue that could occur when attempting to join a portal that no longer exists while also trying to share a portal ([atom/teletype#357](https://github.com/atom/teletypeissues/atom/teletype/357))
- Fixed an issue that could occur when existing portal participants are performing actions while a new participant is joining ([atom/teletype#360](https://github.com/atom/teletypeissues/atom/teletype/360))
@@ -26,6 +27,7 @@
- GitHub Package
- Update React to 16.3 (@smashwilson)
- Get [atom/squeegpg](https://github.com/atom/squeegpg) to the point where we can use it to sign a commit from atom/github (without needing to override the pinentry yet). (@smashwilson)
- Get code coverage working. (@annthurium)
- Teletype
- Publish RFC for more quickly collaborating with coworkers and friends ([atom/teletype#344](https://github.com/atom/teletype/pull/344))
- Improve ability to tell which cursor belongs to which collaborator ([atom/teletype#338](https://github.com/atom/teletype/issues/338))