-
Notifications
You must be signed in to change notification settings - Fork 15
After forking: checklist of editing
Caitlin Bate edited this page Jan 2, 2024
·
4 revisions
gh-pages --> create a new branch to make these changes. use git checkout -b <new-branch>
- - edit the code within each episode to remove the lines that apply to different Nodes
- - edit episode 00 code to remove any packages we will not be discussing
- - remove entire lessons we're not teaching and re-number the episodes accordingly
- - edit index.md to include an accurate summary of the workshop
- - edit config.yml to have accurate title
- - edit README.md
- - remove excess files from Resources folder
- - edit setup.md, including link to git repo (two places to change this) and remove extra packages we dont need
- - edit Resources/install_instructions.docx, including link to git repo (two places to change this) and remove extra packages we dont need
master --> create a new branch to make these changes. use git checkout -b <new-branch>
- - remove excess Data folders
- - remove excess Code folders
- - edit README.md
- - edit setup/setup.R, including link to git repo (two places to change this) and remove extra packages we dont need
- - edit setup/install_instructions.docx, including link to git repo (two places to change this) and remove extra packages we dont need
- [ ]- confirm master is the
default
branch (in Settings tab, along the top). this way participants will not accidently download the .md files, but will download the .R files and dataset