diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..c556c97 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +## Contributing +1. Fork the project. +2. Create a topic branch. +3. Add failing tests. +4. Add code to pass the failing tests. +5. Run `bundle exec rake`. If failing, repeat step 4. +6. Commit and push your changes. +7. Submit a pull request. Please do not include changes to the gemspec. diff --git a/README.md b/README.md index 8acf7f8..a532562 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,6 @@ Simply builds and verifies OAuth headers -## Contributing -1. Fork the project. -2. Create a topic branch. -3. Add failing tests. -4. Add code to pass the failing tests. -5. Run `bundle exec rake`. If failing, repeat step 4. -6. Commit and push your changes. -7. Submit a pull request. Please do not include changes to the gemspec. - ## Supported Rubies This library aims to support and is [tested against](http://travis-ci.org/laserlemon/simple_oauth) the following Ruby