aboutsummaryrefslogtreecommitdiff
path: root/DEVELOPER_GUIDE.txt
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-06 11:16:21 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-06 14:31:35 -0500
commit9787c385a1843e3fb8f564836bf960235ff0d87f (patch)
treed9bbabd8826f2dcaa1276362376b7244ae706db3 /DEVELOPER_GUIDE.txt
parentd320c82876b6b73efc45686531f7bbe4a5048e00 (diff)
downloadcbt-9787c385a1843e3fb8f564836bf960235ff0d87f.tar.gz
cbt-9787c385a1843e3fb8f564836bf960235ff0d87f.tar.bz2
cbt-9787c385a1843e3fb8f564836bf960235ff0d87f.zip
integrate circleci
Diffstat (limited to 'DEVELOPER_GUIDE.txt')
-rw-r--r--DEVELOPER_GUIDE.txt13
1 files changed, 9 insertions, 4 deletions
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.
+