diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..82d82d39 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +## Contributing + +1. Fork it +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Added some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create new Pull Request diff --git a/README.md b/README.md index 5f644d7c..37a78de8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Runcible -TODO: Write a gem description +[![Build Status](https://secure.travis-ci.org/Katello/runcible.png)](http://travis-ci.org/Katello/runcible) + +Exposing Pulp's juiciest parts. http://www.pulpproject.org/ ## Installation @@ -34,6 +36,8 @@ To run a single test using recorded data, run: To run with oauth, simply append the following to any commend: auth_type=oauth +To see RestClient logs while testing: + logging=true ## Contributing