By the end of this you will be able to:
Set up a new cohort with the blended curriculum
Create a new branch and sync it with the curriculum
Make a change to the curriculum and your cohort
Make a change to the curriculum and submit a pull request
Identify where standards, suggestions, and the contribution guide exists
Create your own sequence.yaml file
Go to Cohort Setup -> Edit Cohort
Select the WDI Blended Learning Curriculum and save
Upload a sequence file (the sample one will do)
Go to the Blended Learning Curriculum Repository
Create a new branch with your course code
For this demo, create a new branch like this:
TEST-YOURINITIALS
Go to the Curriculum > Repos page on Learn
Add your new branch to the Content Repos section
Clone the Blended Learning Path and create a new sequence file on your branch
cp WD-sequence.sample.yaml sequence.yaml
Update a lesson and make sure that change is on GitHub
Find that lesson in your sequence file and change it from master to your-branch
Make sure that your branch is synced in the curriculum
For just about any change you make, we want it on master
Make a Pull Request with only your changes to the unit
Faisal and/or Erin will help shepherd that change to master
Standards and an Instructor Guide live in each unit
If you have suggestions, add them to the Instructor Guide
A contribution guide in the main repository has these instructions
By the end of this you will be able to:
Set up a new cohort with the blended curriculum
Create a new branch and sync it with the curriculum
Make a change to the curriculum and your cohort
Make a change to the curriculum and submit a pull request
Identify where standards, suggestions, and the contribution guide exists
Create your own sequence.yaml file