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 AED69200D3A for ; Wed, 15 Nov 2017 16:47:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id ACB5C160BF6; Wed, 15 Nov 2017 15:47:17 +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 52901160BEA for ; Wed, 15 Nov 2017 16:47:15 +0100 (CET) Received: (qmail 27179 invoked by uid 500); 15 Nov 2017 15:47:14 -0000 Mailing-List: contact commits-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 commits@accumulo.apache.org Received: (qmail 27170 invoked by uid 99); 15 Nov 2017 15:47:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Nov 2017 15:47:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B2C6781B49; Wed, 15 Nov 2017 15:47:13 +0000 (UTC) Date: Wed, 15 Nov 2017 15:47:13 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-website] branch master updated: ACCUMULO-4714 Improved contributing docs for new developers (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151076083365.20222.9277071413017649908@gitbox.apache.org> From: mwalch@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-website X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bdcf5d2b12f883985936d8b27833313b2b8ab4e7 X-Git-Newrev: 73cbdd9e6a3734f0263a9df0be9e07848f1bd7d7 X-Git-Rev: 73cbdd9e6a3734f0263a9df0be9e07848f1bd7d7 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 15 Nov 2017 15:47:17 -0000 This is an automated email from the ASF dual-hosted git repository. mwalch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo-website.git The following commit(s) were added to refs/heads/master by this push: new 73cbdd9 ACCUMULO-4714 Improved contributing docs for new developers (#37) 73cbdd9 is described below commit 73cbdd9e6a3734f0263a9df0be9e07848f1bd7d7 Author: Mark Owens AuthorDate: Wed Nov 15 10:47:11 2017 -0500 ACCUMULO-4714 Improved contributing docs for new developers (#37) * Merged get_involved.md & mailing_list.md pages into contact-us.md * Created short guide (how-to-contribute.md) & long guide (contributors-guide.md) * Created quickstart page for Accumulo 1.x * Created CONTRIBUTING.md for website --- CONTRIBUTING.md | 32 ++ _includes/nav.html | 6 +- contributor/contributors-guide.md | 649 +++++++++++++++++++++++++++++++ contributor/git.md | 451 --------------------- contributor/index.md | 49 --- contributor/rb.md | 4 +- contributor/release-management.md | 119 ++++++ contributor/source.md | 193 --------- contributor/verifying-release.md | 4 +- css/accumulo.scss | 2 +- pages/{mailing_list.md => contact-us.md} | 45 ++- pages/get_involved.md | 96 ----- pages/how-to-contribute.md | 150 +++++++ pages/quickstart-1.x.md | 104 +++++ 14 files changed, 1102 insertions(+), 802 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..675198c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,32 @@ + + +# Contributing to the Accumulo Website + +Contributions to the website can be made by creating pull requests to this repo on GitHub. + +Before creating a pull request, follow the instructions in the [README.md] to test +your changes by running the website locally. + +If you cannot run the website locally, it's OK to submit your pull request. A committer +will test your changes before merging. + +For general information on contributing to Accumulo projects, check out the +[How To Contribute][contribute] page. + +[README.md]: README.md +[contribute]: https://accumulo.apache.org/how-to-contribute/ diff --git a/_includes/nav.html b/_includes/nav.html index 295d2e6..f7891cf 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -24,6 +24,7 @@