There was an error while loading. Please reload this page.
Create a github account, or identify an existing account to use.
Navigate to the course repository
https://github.com/ritjoe/hfoss
Click the "Fork" button in the upper right.
Switch to a Git Bash or to your favorite git client, and do the following (or their equivalents in your client-of-choice):
Clone your fork:
git clone https://github.com/myusername/hfoss cd hfoss cd ofcourse-content cd people cd 2019 cd spring
Depending on when you forked, you may need to create the subdirectories:
mkdir -p 2019/spring
Create a feature branch:
git checkout -b firstflight
Open an editor to begin creating your YAML file:
vim myusername.yaml
Enter the information for the following items:
name: avatar: blog: feed: email: major: irc: rit_dce: forges: - bio: hw: firstflight:
Save your file from the editor.
Add your file to the git index, commit it to your local repo, and push to your fork:
git add myusername.yaml git commit -m "Adding YAML file for HFOSS Spring 2019 student myusername" git push
Return to a web broser and navigate to the page for your fork.
Navigate under branches to firstflight
branches
firstflight
Click to create a pull request.