Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: /
Date: Wed, 29 Jan 2014 07:47:17
Message-Id: 1390981613.6ace09df5c61584d5d1e6c0056d13f90ef9d1730.jlec@gentoo
1 commit: 6ace09df5c61584d5d1e6c0056d13f90ef9d1730
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 29 07:46:53 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 07:46:53 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6ace09df
7
8 Ask for a branch per package
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 ---
13 CONTRIBUTING.md | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
17 index 529a502..8f02ccc 100644
18 --- a/CONTRIBUTING.md
19 +++ b/CONTRIBUTING.md
20 @@ -68,6 +68,8 @@ It is always convenient for development as well as for the review and merging pr
21
22 git checkout -b my-feature master
23
24 +For the fastest process during merging it is best to have a single branch per package.
25 +
26 ###Work on the package
27 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.