Move "Contributing" section into dedicated document for better GitHub integration

See https://github.com/blog/1184-contributing-guidelines.
This commit is contained in:
Erik Michaels-Ober 2012-10-07 12:08:19 -07:00
parent 18065a7bf5
commit a8d6e244b7
2 changed files with 8 additions and 9 deletions

8
CONTRIBUTING.md Normal file
View file

@ -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.

View file

@ -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