aladac/eveapi

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
1. Fork the repo <iframe src="https://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

```

3. 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
```

4. Make a pull request to this repos `master`
  - Click on `Compare & pull request`

    ![pull request 1](https://i.imgur.com/8YUuQ76.png)

  - Make sure that `aladac/eveapi` and your feature branch are selectedd
  - Write a comment
  - Click `Create pull request`

    ![pull request 2](https://i.imgur.com/WNvaMsm.png)