diff --git a/README.md b/README.md index ce3c8060..eb77e0f0 100644 --- a/README.md +++ b/README.md @@ -234,3 +234,6 @@ Our [finite automaton](https://en.wikipedia.org/wiki/Finite-state_machine), desi ``` The second one produces very strange compiler messages because of the `#[tokio::main]` macro. The examples in this README use the first one for brevity. + +## Contributing +See [CONRIBUTING.md](https://github.com/teloxide/teloxide/blob/dev/CONTRIBUTING.md).