Sha256: 80ceff4ffa862bc9576a2329c386e571861e0f1fe81ac762d809f0e99bb38577
Contents?: true
Size: 1006 Bytes
Versions: 1
Compression:
Stored size: 1006 Bytes
Contents
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)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eveapi-0.1.3 | CONTRIBUTING.md |