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-rocketbot-ui.git
commit 108450de7037092aba20a7052b2a43c2de222055 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Mon Feb 24 10:52:10 2020 +0800 Update README.md --- README.md | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 24e1f54..28a3c7e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ Apache SkyWalking Rocketbot UI [](https://travis-ci.org/apache/skywalking-rocketbot-ui) +# Contact Us +* Submit an [issue](https://github.com/apache/skywalking/issues) +* Mail list: **[email protected]**. Mail to `[email protected]`, follow the reply to subscribe the mail list. +* Join `skywalking` channel at [Apache Slack](https://join.slack.com/t/the-asf/shared_invite/enQtNzc2ODE3MjI1MDk1LTAyZGJmNTg1NWZhNmVmOWZjMjA2MGUyOGY4MjE5ZGUwOTQxY2Q3MDBmNTM5YTllNGU4M2QyMzQ4M2U4ZjQ5YmY). If the link is not working, find the latest one at [Apache INFRA WIKI](https://cwiki.apache.org/confluence/display/INFRA/Slack+Guest+Invites). +* QQ Group: 392443393(2000/2000, not available), 901167865(available) + +## Release +This repo wouldn't release separately. All source codes have been included in the main repo release. The tags match the [main repo](https://github.com/apache/skywalking) tags. ## Development @@ -14,8 +22,8 @@ Apache SkyWalking Rocketbot UI ### Prepare -Fork, then clone the repo and change directory into it. -Install dependencies via `npm`: +1. Fork, then clone the repo and change directory into it. +1. Install dependencies via `npm`: ``` npm install @@ -26,8 +34,6 @@ npm install **Notice, as SkyWalking primary UI, the npm build has been integration in SkyWalking dist build.** **All following builds are for dev.** - -### Dev Build ``` npm install npm run serve @@ -35,15 +41,5 @@ npm run serve The default UI address is `http://localhost:8080`. -## Contributing to SkyWalking RocketBot - -Thanks for your interest and hope it will be a -pleasant experience. - -### How to contribute? - -Most of the contributions received are code contributions, and documentation, bugs, requirements are also welcomed. - -### How to report a bug? - -Please report bug to [SkyWalking main repo](https://github.com/apache/skywalking/issues). +# License +[Apache 2.0 License.](/LICENSE)
