Brian Ng
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  ## Tweaked styles just a tad for mobile/desktop ### Desktop: ...
Ref original request https://github.com/babel/babel/issues/1857 
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...