diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/derivative/CONTRIBUTING.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/derivative/CONTRIBUTING.md b/vendor/derivative/CONTRIBUTING.md new file mode 100644 index 000000000..c7db610fc --- /dev/null +++ b/vendor/derivative/CONTRIBUTING.md @@ -0,0 +1,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 |