- Fork this repo to your account
- Clone down to your machine from your account
- Add an upstream remote for the
sckott/rforcats
repo by doinggit remote add upstream [email protected]:sckott/rforcats.git
- Make a new feature branch
- The only file to change is
index.Rmd
. It's a R markdown document, so should be easy enough to add to/change. After you make your changes, runknit("index.Rmd")
in R, which will build a newindex.md
. If you have time/interest, also build the html page by doingjekyll build
. This requiresjekyll
of course. You can also preview the site by doingjekyll serve
, then navigate in your browser to http://localhost:4000/. - Commit those changes and push to your account
- Send a pull request to
sckott/rforcats
If you want to submit an issue (bug report/question), then go to the issues page and do that.
Thanks for contributing whether you or your cat!!!!!