Sha256: 035050696d199203211cae3a3ee64551ea6b98158d58d3869c33a890c203e9e0

Contents?: true

Size: 1.12 KB

Versions: 7

Compression:

Stored size: 1.12 KB

Contents

## Submitting a Pull Request

0. Read our [Code of Conduct](CODE_OF_CONDUCT.md).
1. Check out Hacking on Octokit in the README guide for
   bootstrapping the project for local development.
2. [Fork the repository.][fork]
3. [Create a topic branch.][branch]
4. Add specs for your unimplemented feature or bug fix.
5. Run `script/test`. If your specs pass, return to step 3.
6. Implement your feature or bug fix.
7. Run `script/test`. If your specs fail, return to step 5.
8. Run `open coverage/index.html`. If your changes are not completely covered
   by your tests, return to step 4.
9. Add documentation for your feature or bug fix.
10. Run `bundle exec rake doc:yard`. If your changes are not 100% documented, go
   back to step 8.
11. Add, commit, and push your changes. For documentation-only fixes, please
    add "[ci skip]" to your commit message to avoid needless CI builds.
12. [Submit a pull request.][pr]

Please abide by

[fork]: https://help.github.com/articles/fork-a-repo
[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/
[pr]: https://help.github.com/articles/using-pull-requests

Version data entries

7 entries across 6 versions & 2 rubygems

Version Path
tdiary-5.1.3 vendor/bundle/ruby/2.7.0/gems/octokit-4.18.0/CONTRIBUTING.md
tdiary-5.1.3 vendor/bundle/ruby/2.6.0/gems/octokit-4.18.0/CONTRIBUTING.md
tdiary-5.1.2 vendor/bundle/ruby/2.7.0/gems/octokit-4.18.0/CONTRIBUTING.md
octokit-4.18.0 CONTRIBUTING.md
tdiary-5.1.1 vendor/bundle/ruby/2.7.0/gems/octokit-4.16.0/CONTRIBUTING.md
octokit-4.16.0 CONTRIBUTING.md
octokit-4.15.0 CONTRIBUTING.md