From fd2e078c337262253e024896ab0acd0ba404f7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 9 Feb 2017 23:08:37 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37f7b1531b..a84a4e3d79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,19 +1,14 @@ -### Welcome all contributors and everyone from [skywalking-developer org](https://github.com/skywalking-developer) +### Welcome all contributors Please observe the following rules: -* All Issues and Features will be managed the [**Issues Page**](https://github.com/wu-sheng/sky-walking/issues). +* All Issues and Features will be managed in the [**Issues Page**](https://github.com/wu-sheng/sky-walking/issues). * All Issues ( features or bugs ) descriptions should be in English. -## For Common Contributors +## For All Contributors 1. You should create new Issues ( features or bugs ) 1. We will review your issues, and have a disccusion with you. -1. If your issues been confirms, I can develop on your fork repo, and send PR when finished. - -## For [skywalking-developer org](https://github.com/skywalking-developer) member -1. All issues will be tagged **Feature4OrgDeveloper**, if they are refer to **skywalking-developer org**. -1. If Everyone want to develop on any feature, you should comment on the Issue, and set a deadline for yourself. -1. You should create a branch on **skywalking-developer/sky-walking**, named as `features/issueId`, such as `features/11` (link to Issues 11 on this **Issues Page** ) -1. When finish your feature, you send a **pull request** to **wu-sheng/sky-walking**, and we can discuss the detail (design, mechanism, performance, etc.). When everything is look good to the whole team, I will merge the feature. And, Wo-ah, you will begin an official contributor of **sky-walking** +1. If your issues have been confirmed, you can develop features, or fix bugs, on your fork repo, and send PR. +1. We will have a discussion on that PR, when everything looks good, I will merge it. And, Wo-ah, you will begin an official contributor of **sky-walking** --- -- GitLab