Brian Ng

Results 6 issues of Brian Ng

Just a couple small tweaks to @hpierce1102's awesome work in https://github.com/babel/babel.github.io/pull/1126. ## Fixed contributing highlighting on top bar ![image](https://cloud.githubusercontent.com/assets/56288/23673831/599a756c-0339-11e7-9977-e7bc6fb4fd51.png) ## Tweaked styles just a tad for mobile/desktop ### Desktop: ![image](https://cloud.githubusercontent.com/assets/56288/23673839/60d0b8c8-0339-11e7-8438-7eb8c4dcfb99.png)...

Ref original request https://github.com/babel/babel/issues/1857 ![image](https://cloud.githubusercontent.com/assets/56288/22132049/2dba8c9c-de7d-11e6-9baf-18ae09a62e17.png)

Just spitballin', but we can check for correct image size, format, and auto-optimize.

Some GH docs: https://developer.github.com/v3/projects/cards/

Transform: ```js import dt from 'date-fns'; const x = dt.addHours(new Date(), 1); const y = dt.format(y, 'MM/DD/YYYY'); ``` to ```js import addHours from 'date-fns/add_hours'; import format from 'date-fns/format'; const x...

From discussion in slack: - List `beginner-friendly` and `help wanted` tagged issues (ex: https://hapijs.com/contribute), we might need to do a round of issue tagging/cleanup first. - At the minimum link...

help wanted
docs
good first issue
pinned