swcarpentry / r-novice-inflammation

Programming with R
http://swcarpentry.github.io/r-novice-inflammation/
Other
163 stars 395 forks source link

Update styles #505

Closed zkamvar closed 3 years ago

zkamvar commented 3 years ago

Note for future style updaters: Conflict in bin/boilerplate/CONTRIBUTING.md due to b50bada in #418

There was also a quick fix applied to the GitHub action that I updated to the current styles.

I also removed "deploy.yml" because the "website.yml" action now takes care of this process.

HaoZeke commented 3 years ago

Thanks!

zkamvar commented 3 years ago

@HaoZeke, one thing I did not take into account: this assumes that we have changed the default branch to "main" and not "master".

If you would like, I can do that for you, but it does mean that some manual work needs to be done for your clone of the repo:

git branch -m master main
git fetch origin
git branch -u origin/main main

Would you like me to migrate this from master to main?

HaoZeke commented 3 years ago

Sure, I can update my clone (thanks for the instructions). I'm a bit concerned about the 344 forks but most don't really track this anyway. Thanks!