You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are way too many options to list here, even at this early stage. For more usage examples see the [documentation](https://watzon.github.io/octokit.cr/).
40
+
There are way too many options to list here, even at this early stage. For more usage examples see the [documentation](https://octokit-cr.github.io/octokit.cr/).
39
41
40
42
## Roadmap
41
43
@@ -48,19 +50,19 @@ There are a lot of pieces of the GitHub API to cover. Here are the ones that nee
I am trying to complete what I deem the most important ones first so that this shard can be immediately useful. Keep in mind, however, that the API may change at any time.
91
93
92
94
## Contributing
93
95
94
96
I don't only welcome contributions, I beg for them. If this is a library that might help you out please, help me by forking this repo and porting one of the many APIs that's not checked above. Thank you!
95
97
96
-
1. Fork it (<https://github.com/watzon/octokit/fork>)
98
+
1. Fork it
97
99
2. Create your feature branch (`git checkout -b my-new-feature`)
98
100
3. Commit your changes (`git commit -am 'Add some feature'`)
99
101
4. Push to the branch (`git push origin my-new-feature`)
100
102
5. Create a new Pull Request
101
103
102
104
## Contributors
103
105
104
-
- [Chris Watson](https://github.com/watzon) - creator and maintainer
- [Chris Watson](https://github.com/watzon) - original creator and maintainer
105
108
106
-
# Thanks
109
+
## Thanks
107
110
108
111
Thanks to all of the maintainers of [octokit/octokit.rb](https://github.com/octokit/octokit.rb) who made this so much easier on me. This library is a port of the ruby library and I've tried to keep the APIs as similar as possible.
0 commit comments