Sha256: f838ea64d6fcb3320a433eecbea6f91dc843c2762fd662014d6b6e22a3cd35e3
Contents?: true
Size: 954 Bytes
Versions: 1
Compression:
Stored size: 954 Bytes
Contents
## Contributing ### Fork & clone the repository ``` git clone git@github.com:<your-username>/img2zpl.git cd img2zpl git remote add upstream git@github.com:mtking2/img2zpl.git bundle install ``` Then check out a working branch: ``` git checkout <my-working-branch> ``` ### Write tests This project uses `rspec`. After writing your tests, you can run tests with the following command: `bundle exec rspec` ### Write code Write your code to make your tests pass. ### Update the CHANGELOG with a description and your name Update the CHANGELOG with the description of your code changes and your name on the line after `"* Your contribution here"`. ### Push your changes and open a pull request Push you changes to your working branch. ``` git push origin <my-working-branch> ``` Open a pull request against upstream master and your working branch. Give a brief description of what your PR does and explain what the code changes do. Thank you!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
img2zpl-0.1.2 | CONTRIBUTING.md |