# Contributing

We're happy you want to contribute! You can help us in different ways:

- [Open an issue][1] with suggestions for improvements and errors you're facing
- Fork this repository and submit a pull request
- Improve the <a>documentation</a> (coming soon, see [Resources](#resources) below for now)

[1]: https://github.com/rethinkdb/horizon/issues

To submit a pull request, fork the [Horizon repository][3] and then clone your fork:

    git clone git@github.com:<your-name>/horizon.git

[3]: https://github.com/rethinkdb/horizon

Make your suggested changes, `git push` and then [submit a pull request][4]. Note that before we can accept your pull requests, you need to sign our [Contributor License Agreement][5].

[4]: https://github.com/rethinkdb/horizon/compare/
[5]: http://rethinkdb.com/community/cla/

## Resources

Some useful resources to get started:
* [Getting started with Horizon][getting-started]
* [The Horizon client library API][client-api]
* [Configuring the `hz` command-line tool][cli-config]

[cli-config]: /cli/README.md
[client-api]: /client/README.md
[getting-started]: GETTING-STARTED.md
