Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 466349E30 for ; Sun, 27 Nov 2011 00:56:55 +0000 (UTC) Received: (qmail 63906 invoked by uid 500); 27 Nov 2011 00:56:54 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 63879 invoked by uid 500); 27 Nov 2011 00:56:54 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 63870 invoked by uid 99); 27 Nov 2011 00:56:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Nov 2011 00:56:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of randall.leeds@gmail.com designates 209.85.210.180 as permitted sender) Received: from [209.85.210.180] (HELO mail-iy0-f180.google.com) (209.85.210.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Nov 2011 00:56:48 +0000 Received: by iagz35 with SMTP id z35so8925035iag.11 for ; Sat, 26 Nov 2011 16:56:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Ty+fqltsFAeeD9HNwuBEJOyOZ+htk3XNV+cdRrrFQSo=; b=ljO49HM2y2JZcWZR2XB/t6gEWnR1mS6AvpbIwsHWLD0JJkMMKj1IRUUiaJ7PYGkh6R v1T8x6cRPCQUxX5ux0ZUobJl1962AmVhrgIoyKwwjp+EmQ/vpEztrGqhoaqrA/TlD3VP 8hPShgbMPqUeux1hnSLIeC6Z+kPkzAzLb1kc0= MIME-Version: 1.0 Received: by 10.42.159.72 with SMTP id k8mr18160083icx.14.1322355388091; Sat, 26 Nov 2011 16:56:28 -0800 (PST) Received: by 10.42.142.4 with HTTP; Sat, 26 Nov 2011 16:56:28 -0800 (PST) Date: Sat, 26 Nov 2011 16:56:28 -0800 Message-ID: Subject: JIRA and Git - Achieving Harmony From: Randall Leeds To: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Hi, Devs. I just finished talking with dch a bit about our latest perspective on raising contribution workflow to the next level in light of the git migration and the documentation discussion. Here's a summary of my observations: * Having documentation in the source raises the problem that, while the wiki was open to any contributors, the source is not directly accessible or commit by non-committers. We need to make sure that when we move that direction we keep the barrier to entry low for documentation contributions. * Working with git affords us a special opportunity to try to lower the barrier on community contributions in general. In thinking about the role of JIRA going forward, I'm left with the following observations: * JIRA is not leaving the ASF (deeply embedded in existing project workflows, good svn integration, etc) * JIRA is actually quite good at what it does well (tracking issues). I even would say I like it (and maybe prefer it to Github's issues) * Having both Github Enterprise and JIRA fragments the contribution landscape. This has been my experience in practice at an organization which uses both. * Therefore, we should learn to work in harmony with JIRA, and figure out how best to get it into our git workflow. *** Please help me improve the JIRA / Git integration situation *** I've started a page at https://wiki.apache.org/couchdb/GitJiraIntegration. -Randall