Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8290913C for ; Wed, 30 May 2012 06:45:26 +0000 (UTC) Received: (qmail 67519 invoked by uid 500); 30 May 2012 06:45:25 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 67086 invoked by uid 500); 30 May 2012 06:45:24 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 67053 invoked by uid 99); 30 May 2012 06:45:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2012 06:45:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jogischmidt@googlemail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2012 06:45:18 +0000 Received: by bkcjm2 with SMTP id jm2so3936559bkc.6 for ; Tue, 29 May 2012 23:44:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=RE+8IPr4o1ho6GF5NdACyn49Kop9e7q4JfB7Ss35ujI=; b=DIjNYVcRiMWocWWNm3pXqg8E9Eh5cuy8+bTcCsAgK+9RmqPZ7Px8Bjw9Ju0nZW+qLC edwuaTcpySHvo55/8J+KY4fysPfP0WC2HVPCPRVfaeGuMAfq58Uvijr4C6PNilTUmWZK d0qinr61RROMNtDKfxzz6MNgsXhfgZn8f6WN6PtKSiqQkKF00CdWy6L34TaSLW2Ap2GI JYk8qtoXjFlItYMiQK8czp90EysZp7ffQRh2M176923Xahxujq6mTV9FnflbzARfCVGr VqMfh8pUYbYiTpaTDrZmvCdgY7EHkywsIROJHHZcxpW7Pofg9orxLAeLO/b7DUDg7H78 LFKw== Received: by 10.205.123.9 with SMTP id gi9mr7608689bkc.50.1338360296714; Tue, 29 May 2012 23:44:56 -0700 (PDT) Received: from [9.155.131.47] (deibp9eh1--blueice2n2.emea.ibm.com. [195.212.29.172]) by mx.google.com with ESMTPS id fw10sm20636633bkc.11.2012.05.29.23.44.56 (version=SSLv3 cipher=OTHER); Tue, 29 May 2012 23:44:56 -0700 (PDT) Message-ID: <4FC5C1E7.4010809@googlemail.com> Date: Wed, 30 May 2012 08:44:55 +0200 From: =?UTF-8?B?SsO8cmdlbiBTY2htaWR0?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: Crediting patches, bug reporters, etc. References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 5/29/12 8:43 PM, Rob Weir wrote: > Would it be too much additional overhead if we all agreed to track > patch authors, reviewers, bug authors, etc., in Subversion memo's in a > semi-structured way? > > I'm thinking of what the Subversion project does, mainly using 4 > possible fields in the check in memo: > > Patch by: > Suggested by: > Found by: > Review by: > > (You use whichever are appropriate. Not every check-in will have all four). > > http://subversion.apache.org/docs/community-guide/conventions.html#crediting > > The nice thing about this minimal amount of structure is it allows > easy extraction of contributors via a simple script, e.g.,: > > http://www.red-bean.com/svnproject/contribulyzer/ > > As you may know, our current informal approach tracks committers, but > does not explicitly track other contributors. +1, and we should document it somewhere how exactly we want do it... Juergen