This document describes the simple steps to create a PullRequest for us to collaborate on this project. It's assuming we are all contributors of this repo and all cloned it locally.
Pull requests let you tell others about changes you've pushed to a GitHub repository. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary.
git checkout -b <your_branch_name>git checkout -b FB-MyName-NewFeaturegit push origin <your_branch_namegit push origin FB-MyName-NewFeatureIn Github console
In CampusWire team chat
Sample PR: https://github.com/mshhh/DATA598A_final_project/pull/1
For details, see this good tutorial
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.