Populate teletype focus for the 2018-03-05 update

- Remove Teletype bullet for last week, since we were focused elsewhere
last week
- Populate focus for the week ahead
This commit is contained in:
Jason Rudolph
2018-03-05 12:35:43 -05:00
parent caa7ed5438
commit ed55d0a5b9

View File

@@ -9,7 +9,6 @@
- Commit interactions research spike: undo most recent, amend (@kuychaco) [#1328](https://github.com/atom/github/pull/1328)
- Port CommitView and CommitController to React. (@smashwilson) [#1325](https://github.com/atom/github/pull/1325)
- Begin "Remember me" within the credential dialog [#1327](https://github.com/atom/github/pull/1327)
- Teletype
- Tree-sitter
- Shifted focus to address some open-source contributions to parsers:
- Wrote documentation about how to create parsers: http://tree-sitter.github.io/tree-sitter
@@ -34,6 +33,7 @@
- Kick-start our GPG pinentry handling (@smashwilson) [#846](https://github.com/atom/github/pull/846)
- Build UI for adding co-authors, much like Desktop's UI/UX - desktop.github.com/features/co-authors/
- Teletype
- Open pull request for the avatar UX enhancements described in ([atom/teletype#268](https://github.com/atom/teletype/issues/268))
- Tree-sitter
- Carrying over goals from previous weeks:
- Optimize syntax tree updates in the presence of syntax errors. This will improve performance across the board but also make Tree-sitter usable in edge cases where the wrong language is being used to parse a document.