summaryrefslogtreecommitdiffstats
path: root/vendor/derivative/CONTRIBUTING.md
blob: c7db610fc79644738bf888626f6e4726f8fcfd43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Contributions are welcome!

There are several ways you can contribute:

* Submit ideas and feature requests on the [issue tracker].
* File bug reports on the [issue tracker]. Include as much details as you can
  and, ideally, a self-contained example if you can make one.
* Improve the [documentation]. It consists of markdown files in the [doc](doc)
  directory. It uses [mdBook] to generate the website.
* Implement something, fix bugs, etc. You know the deal.

[documentation]: https://mcarton.github.io/rust-derivative/
[mdBook]: https://rust-lang.github.io/mdBook/
[issue tracker]: https://github.com/mcarton/rust-derivative/issues