From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AE4A0138A1F for ; Wed, 29 Jan 2014 07:47:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 598F9E0B04; Wed, 29 Jan 2014 07:47:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E116EE0B04 for ; Wed, 29 Jan 2014 07:47:15 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E455B33EFCB for ; Wed, 29 Jan 2014 07:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8009318191 for ; Wed, 29 Jan 2014 07:47:13 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1390981613.6ace09df5c61584d5d1e6c0056d13f90ef9d1730.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: / X-VCS-Repository: proj/sci X-VCS-Files: CONTRIBUTING.md X-VCS-Directories: / X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6ace09df5c61584d5d1e6c0056d13f90ef9d1730 X-VCS-Branch: master Date: Wed, 29 Jan 2014 07:47:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 996bd7dc-dbe7-4876-ae63-4db10e53dc92 X-Archives-Hash: 0e8edbc96c718d3edd85baebc2f66686 commit: 6ace09df5c61584d5d1e6c0056d13f90ef9d1730 Author: Justin Lecher gentoo org> AuthorDate: Wed Jan 29 07:46:53 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Jan 29 07:46:53 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6ace09df Ask for a branch per package Signed-off-by: Justin Lecher gentoo.org> --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 529a502..8f02ccc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,6 +68,8 @@ It is always convenient for development as well as for the review and merging pr git checkout -b my-feature master +For the fastest process during merging it is best to have a single branch per package. + ###Work on the package Now you are ready to work on your package of interest. Once you are finished you should _always_ use **[repoman](http://dev.gentoo.org/~zmedico/portage/doc/man/repoman.1.html)** to do a static analysis of your work.