From a8d6e244b700fcec4f0148179b80cf9f42d2d7ad Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Sun, 7 Oct 2012 12:08:19 -0700 Subject: [PATCH] Move "Contributing" section into dedicated document for better GitHub integration See https://github.com/blog/1184-contributing-guidelines. --- CONTRIBUTING.md | 8 ++++++++ README.md | 9 --------- 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 CONTRIBUTING.md 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