1. 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>

  2. Create a feature branch with a reasonable name like add_client_foobar_method

$ git checkout -b add_client_foobar_method
  1. 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
  1. Make a pull request to this repos master

  2. Click on Compare & pull request

  3. Make sure that aladac/eveapi and your feature branch are selectedd

  4. Write a comment

  5. Click Create pull request