tidyverse / tidy-dev-day

Tidyverse developer day
https://rstd.io/tidy-dev-day
76 stars 26 forks source link

First time PR worksheet #47

Closed hadley closed 3 months ago

hadley commented 7 months ago

Create a welcome doc that outlines the basic steps to contribute, including a space to stick the post it.

The goal is to create a worksheet that someone who has never done a PR before can work through step-by-step to successful create a documentation PR. It should match our general advice in the readme, but can provide more detail and should provide various places to write in information.

jennybc commented 4 months ago

The README of this repo has a good start, but needs work.

The advice to do pak::pak() catches my eye, because I know I have had to help lots of people do pak::local_install_dev_deps() instead of just pak::pak(). We should make sure to include this advice. And really, really, really emphasize importance of doing check() before touching anything in the source code.

jennybc commented 4 months ago

Maybe knockoff https://github.com/r-lib/usethis/issues/1491 at the same time