Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4025F200BBE for ; Fri, 28 Oct 2016 07:13:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 342DE160B01; Fri, 28 Oct 2016 05:13:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 78C52160AF6 for ; Fri, 28 Oct 2016 07:13:46 +0200 (CEST) Received: (qmail 30231 invoked by uid 500); 28 Oct 2016 05:13:45 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 30222 invoked by uid 99); 28 Oct 2016 05:13:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2016 05:13:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E97EF18066F for ; Fri, 28 Oct 2016 05:13:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id W3vkwccKZ3vL for ; Fri, 28 Oct 2016 05:13:42 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 7205F5FC35 for ; Fri, 28 Oct 2016 05:13:27 +0000 (UTC) Received: (qmail 29093 invoked by uid 99); 28 Oct 2016 05:12:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2016 05:12:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E612AF0BF2; Fri, 28 Oct 2016 05:12:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: frances@apache.org To: commits@beam.incubator.apache.org Date: Fri, 28 Oct 2016 05:12:20 -0000 Message-Id: <75d4464da08248f4a6de952b133a38a1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] incubator-beam-site git commit: Add downstream merge exemption to contribution guide archived-at: Fri, 28 Oct 2016 05:13:47 -0000 Repository: incubator-beam-site Updated Branches: refs/heads/asf-site 71d95e3b2 -> 6f087916f Add downstream merge exemption to contribution guide Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/caf501b4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/caf501b4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/caf501b4 Branch: refs/heads/asf-site Commit: caf501b46baa79bcec49606ac1705f8acb3d707c Parents: 71d95e3 Author: Kenneth Knowles Authored: Thu Oct 27 18:45:07 2016 -0700 Committer: Frances Perry Committed: Thu Oct 27 22:10:38 2016 -0700 ---------------------------------------------------------------------- contribute/contribution-guide.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/caf501b4/contribute/contribution-guide.md ---------------------------------------------------------------------- diff --git a/contribute/contribution-guide.md b/contribute/contribution-guide.md index e0dd507..88c3884 100644 --- a/contribute/contribution-guide.md +++ b/contribute/contribution-guide.md @@ -289,9 +289,18 @@ Some larger features are developed on a feature branch before being merged into To contribute code on a feature branch, use the same process as above, but replace `master` with the [name of the branch](/contribute/work-in-progress/#feature-branches). -In additional, you'll want to frequently merge in changes from `master` in order to prevent life on the branch from deviating too far from reality. - -Since feature branches are often used for new components, you may find that there is no [committer](/project/team/) familiar with all the details of the new language or runner. In that case, consider asking someone else familiar with the technology to do an initial review before looping in a committer for a final review and merge. +Since feature branches are often used for new components, you may find that +there is no [committer](/project/team/) familiar with all the details of the +new language or runner. In that case, consider asking someone else familiar +with the technology to do an initial review before looping in a committer for a +final review and merge. + +If you are working on a feature branch, you'll also want to frequently merge in +changes from `master` in order to prevent life on the branch from deviating too +far from reality. Like all changes, this should be done via pull request. It +is permitted for a committer to self-merge such a pull request if there are no +conflicts or test failures. If there are any conflicts of tests that need +fixing, then those should get a full review from another committer. #### Merging into Master