jacobbien / litr-project

Writing R Packages with Literate Programming
https://jacobbien.github.io/litr-project/
Other
37 stars 3 forks source link

Create CONTRIBUTING file with GH PAT info #40

Closed patrickvossler18 closed 1 year ago

patrickvossler18 commented 1 year ago

This PR adds a contributing file that explains how potential contributors can add a GitHub PAT to avoid rate limiting when knitting create-litr.Rmd as described in #39. I propose we use this file instead of including it in the README since this issue only applies to a specific subset of litr users. Finally, we can also put information on the steps needed to debug litr or other common steps needed when developing for litr.

jacobbien commented 1 year ago

Thanks, looks good!

jacobbien commented 1 year ago

This closes #39