- Fork the repository to your own GitHub account.
- Clone your fork of the repository locally
git clone git://github.com/USERNAME/hifi-content.git
- Create a new branch
git checkout -b new_branch_name
- Code
- Follow the coding standard
- Commit
- Use well formed commit messages
- Update your branch
git remote add upstream https://github.com/highfidelity/hifi-content
git pull upstream master
Resolve any conflicts that arise with this step.
- Push to your fork
git push origin master
- Submit a pull request
You can follow GitHub's guide to find out how to create a pull request.