-
Fork the repo <iframe src=“ghbtns.com/github-btn.html?user=aladac&repo=eveapi&type=fork&count=true” frameborder=“0” scrolling=“0” width=“170px” height=“20px”></iframe>
-
Create a feature branch with a reasonable name like
add_client_foobar_method
$ git checkout -b add_client_foobar_method
-
Push your changes to your repo
$ git push Counting objects: 7, done. Delta compression using up to 4 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 269 bytes | 0 bytes/s, done. Total 3 (delta 1), reused 0 (delta 0) To git@github.com:saidenpl/eveapi.git * [new branch] add_client_foobar_method -> add_client_foobar_method
-
Make a pull request to this repos
master
-
Click on
Compare & pull request
-
Make sure that
aladac/eveapi
and your feature branch are selectedd -
Write a comment
-
Click
Create pull request