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

[skywalking-python] branch wu-sheng-patch-1 created (now e2f94be)

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

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git.


      at e2f94be  Update README.md

This branch includes the following new commits:

     new e2f94be  Update README.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-python] 01/01: Update README.md

Posted by wu...@apache.org.
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 <wu...@foxmail.com>
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: **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).