This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new b4511f9 docs: Add Contact Us section to README (#140)
b4511f9 is described below
commit b4511f9cb13c76a4e2f9140bb06c6c85f456e46e
Author: Binbin <[email protected]>
AuthorDate: Mon Aug 7 17:35:54 2023 +0800
docs: Add Contact Us section to README (#140)
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 3cb1023..b186359 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,9 @@ yarn build
```
This command generates static content into the `build` directory and can be
served using any static content hosting service.
+
+## Contact Us
+
+* Submit [an issue](https://github.com/apache/kvrocks/issues/new) on the [main
repo](http://github.com/apache/kvrocks)
+* Send an email to the [dev mailing list](mailto:[email protected])
([subscribe](mailto:[email protected]))
+* Ask on the [#general channel on Kvrocks
Slack](https://kvrocks.slack.com/archives/general)
([join](https://join.slack.com/t/kvrockscommunity/shared_invite/zt-p5928e3r-OUAK8SUgC8GOceGM6dAz6w))
\ No newline at end of file