From 9787c385a1843e3fb8f564836bf960235ff0d87f Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sun, 6 Mar 2016 11:16:21 -0500 Subject: integrate circleci --- DEVELOPER_GUIDE.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'DEVELOPER_GUIDE.txt') diff --git a/DEVELOPER_GUIDE.txt b/DEVELOPER_GUIDE.txt index 78b9963..0e20339 100644 --- a/DEVELOPER_GUIDE.txt +++ b/DEVELOPER_GUIDE.txt @@ -1,9 +1,8 @@ Welcome developer. -CBT has a very easy code base that you can fully master in under an hour. -Don't shy away to submit PRs :). - -CBT launches in stages in order to bootstrap from source out of Java into Scala and finally CBT. +CBT has a very easy code base that you can fully master it in an afternoon. +Don't shy away from submiting PRs :). And because CBT bootstraps from source +you already have the code there. The ./cbt bash script starts the process. @@ -19,3 +18,9 @@ stage1/ CBT's code that only relies only on Scala/Java built-ins. Co stage2/ CBT's code that requires additional libs, e.g. barbary watchservice. test/ Unit tests that can serve as example builds sonatype.login Sonatype credentials for deployment. Not in git obviously. + +CBT follows an optimistic merging approach. (See http://hintjens.com/blog:106). +We strongly suggest well polished PRs, but don't want to stall improvements +by discussions about minor flaws. As long as the PR does not break anything and +improves the product, we should merge it, polishing remaining things afterwards. + -- cgit v1.2.3