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 16219200C8C for ; Tue, 6 Jun 2017 17:35:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 147F3160BC6; Tue, 6 Jun 2017 15:35:30 +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 593F6160BC3 for ; Tue, 6 Jun 2017 17:35:29 +0200 (CEST) Received: (qmail 55642 invoked by uid 500); 6 Jun 2017 15:35:27 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 55631 invoked by uid 99); 6 Jun 2017 15:35:26 -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; Tue, 06 Jun 2017 15:35:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B2BE5DFF2D; Tue, 6 Jun 2017 15:35:26 +0000 (UTC) From: keith-turner To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org References: In-Reply-To: Subject: [GitHub] accumulo pull request #265: ACCUMULO-4647 - start of contributor guide Content-Type: text/plain Message-Id: <20170606153526.B2BE5DFF2D@git1-us-west.apache.org> Date: Tue, 6 Jun 2017 15:35:26 +0000 (UTC) archived-at: Tue, 06 Jun 2017 15:35:30 -0000 Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/265#discussion_r120396006 --- Diff: CONTRIBUTING.md --- @@ -0,0 +1,43 @@ + + +# Contributors Guide + + If you believe that you have found a bug, please search for an existing [issue](https://issues.apache.org/jira/browse/accumulo) to see if it has already been reported. If you would like to add a new feature to Accumulo, please send an email with your idea to the [dev](mailto:dev@accumulo.apache.org) mail list. If it's appropriate, then we will create a ticket and assign it to you. + +## Development + +- See the [Developer's Guide](https://accumulo.apache.org/contributor/source) for information regarding common build commands, IDE setup and more. +- Ensure that your work targets the correct branch +- Add / update unit and integration tests + +## Patch Submission + +- Ensure that Accumulo builds cleanly before submiting your patch using the command: `mvn clean verify` +- Before submission please squash your commits using a message that starts with the JIRA issue number and a description of the changes. +- Patches should be submitted in the form of Pull Requests to the Apache Accumulo GitHub [repository](https://github.com/apache/accumulo/) or to the [Review Board](https://reviews.apache.org) accumulo repository. + +## Review + +- While everyone is welcome to review patches, at least one committer needs to review and approve your patch. --- End diff -- Oh, the last sentence I suggested I think makes things more clearly `Any commiter can approve and merge a PR.`. I think we should write this guide such that it clearly implies CTR, as that is the current agreed upon way of working. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---