You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/25 09:30:48 UTC

[skywalking-python] branch master updated: Update README.md (#112)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e8e481  Update README.md (#112)
2e8e481 is described below

commit 2e8e481debffa1362455b699385062efdbf9fd7a
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Dec 25 17:30:38 2020 +0800

    Update README.md (#112)
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index feb9f2a..de9cf21 100755
--- a/README.md
+++ b/README.md
@@ -137,6 +137,12 @@ with context.new_entry_span(op=str('https://github.com/apache/skywalking')) as s
     some_method()
 ```
 
+## Contact Us
+* Submit [an issue](https://github.com/apache/skywalking/issues/new) by using [Python] as title prefix.
+* Mail list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mail list.
+* Join `skywalking` channel at [Apache Slack](http://s.apache.org/slack-invite). If the link is not working, find the latest one at [Apache INFRA WIKI](https://cwiki.apache.org/confluence/display/INFRA/Slack+Guest+Invites).
+* Twitter, [ASFSkyWalking](https://twitter.com/ASFSkyWalking)
+
 ## Contributing
 
 Before submitting a pull request or push a commit, please read our [contributing](CONTRIBUTING.md) and [developer guide](docs/Developer.md).