Sha256: c272198ac3ca520756b5eed5e13b4a7c5400cc92591edf81228b989cc2462103

Contents?: true

Size: 954 Bytes

Versions: 14

Compression:

Stored size: 954 Bytes

Contents

## Submitting a Pull Request

0. Check out Hacking on Octokit in the README guide for
   bootstrapping the project for local development.
1. [Fork the repository.][fork]
2. [Create a topic branch.][branch]
3. Add specs for your unimplemented feature or bug fix.
4. Run `bundle exec rspec-queue spec`. If your specs pass, return to step 3.
5. Implement your feature or bug fix.
6. Run `bundle exec rspec-queue spec`. If your specs fail, return to step 5.
7. Run `open coverage/index.html`. If your changes are not completely covered
   by your tests, return to step 3.
8. Add documentation for your feature or bug fix.
9. Run `bundle exec rake doc:yard`. If your changes are not 100% documented, go
   back to step 8.
10. Add, commit, and push your changes.
11. [Submit a pull request.][pr]

[fork]: https://help.github.com/articles/fork-a-repo
[branch]: http://learn.github.com/p/branching.html
[pr]: https://help.github.com/articles/using-pull-requests

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
octokit-2.6.3 CONTRIBUTING.md
octokit-2.6.2 CONTRIBUTING.md
octokit-2.6.1 CONTRIBUTING.md
octokit-2.6.0 CONTRIBUTING.md
octokit-2.5.1 CONTRIBUTING.md
octokit-2.5.0 CONTRIBUTING.md
octokit-2.4.0 CONTRIBUTING.md
octokit-2.3.1 CONTRIBUTING.md
octokit-2.3.0 CONTRIBUTING.md
octokit-2.2.0 CONTRIBUTING.md
octokit-2.1.2 CONTRIBUTING.md
octokit-2.1.1 CONTRIBUTING.md
octokit-2.1.0 CONTRIBUTING.md
octokit-2.0.0 CONTRIBUTING.md