chore: update contribution docs (#46942) (#48732)

* add bus deprecation note in contribution docs

(cherry picked from commit dac8abfc2c)

Co-authored-by: Jeff Levin <jeff@levinology.com>
This commit is contained in:
Grot (@grafanabot)
2022-05-09 08:32:13 -07:00
committed by GitHub
co-authored by Jeff Levin
parent c15d34e273
commit 9ee1446de7
@@ -2,6 +2,8 @@
Grafana uses a _bus_ to pass messages between different parts of the application. All communication over the bus happens synchronously.
> **Deprecated:** The bus has officially been deprecated, however, we're still using the command/query objects paradigms.
There are three types of messages: _events_, _commands_, and _queries_.
## Events