From 52a0395beb584f8e5a771c30936de68f5ee0a22d Mon Sep 17 00:00:00 2001 From: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> Date: Mon, 28 Mar 2022 14:17:50 +0200 Subject: [PATCH] docs: added bug reporting section to main readme (#912) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d90692a4e..29af88b20 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,13 @@ make test Examples can be found in the examples folder. For Waku v2, there is a fully featured chat example. + +### Bugs, Questions & Features + +For an inquiry, or if you would like to propose new features, feel free to [open a general issue](https://github.com/status-im/nim-waku/issues/new/). + +For bug reports, please [tag your issue with the `bug` label](https://github.com/status-im/nim-waku/issues/new/). + +If you believe the reported issue requires critical attention, please [use the `critical` label](https://github.com/status-im/nim-waku/issues/new?labels=critical,bug) to assist with triaging. + +To get help, or participate in the conversation, join the [Vac Discord](https://discord.gg/KNj3ctuZvZ) server.