Skip to content
Peter Sankauskas edited this page Aug 26, 2013 · 1 revision

Just use the normal GitHub workflow:

  1. Fork this repository and create your own
  2. Clone your own repository
  3. Create a new branch

git checkout -B my-great-feature


1. Make your changes and commit them

git add myfiles git commit -m 'This is why I added this feature'

1. Push the changes to GitHub

git push origin master

1. Submit a Pull Request
1. Participate in code view
1. Make the world a better place

For more information:

https://help.github.com/articles/fork-a-repo

Clone this wiki locally