1Contributions are welcome!
2
3There are several ways you can contribute:
4
5* Submit ideas and feature requests on the [issue tracker].
6* File bug reports on the [issue tracker]. Include as much details as you can
7  and, ideally, a self-contained example if you can make one.
8* Improve the [documentation]. It consists of markdown files in the [doc](doc)
9  directory. It uses [mdBook] to generate the website.
10* Implement something, fix bugs, etc. You know the deal.
11
12[documentation]: https://mcarton.github.io/rust-derivative/
13[mdBook]: https://rust-lang.github.io/mdBook/
14[issue tracker]: https://github.com/mcarton/rust-derivative/issues
15