A sample repo for practicing how to create Pull Requests
##Summary This repo serves the purpose of allowing emerging software engineers to learn and practice submitting and handling pull requests in a git repository.
###Introduction Creating Pull Requsts (PRs) is needed when using RCS in a multi-person projects. This repo can be used to practice creating PRs.
Pull Requests are in important part of multi-person projects that allow for a better way to keep track of changes being made to the code.