mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Move "Contributing" section into dedicated document for better GitHub integration
See https://github.com/blog/1184-contributing-guidelines.
This commit is contained in:
parent
18065a7bf5
commit
a8d6e244b7
2 changed files with 8 additions and 9 deletions
8
CONTRIBUTING.md
Normal file
8
CONTRIBUTING.md
Normal 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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue