Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 348 Bytes

SUBMIT_PR.md

File metadata and controls

15 lines (8 loc) · 348 Bytes

Submit a Pull Request

Fork repo on Github.

From within source path, setup new remote, run:

git remote add myfork git@github.com:$GITHUB-USERNAME/audioc.git

Create a new branch to use for development, run:

git checkout -b new-branch

Make your changes, add, commit and push to your Github fork.

Back on Github, submit pull request.