This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
commit e2f94bea8da9a439e902963c339e1b10c5ba9e06 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Fri Dec 25 16:49:31 2020 +0800 Update README.md --- 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: **[email protected]**. Mail to `[email protected]`, 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).
