You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2013/03/13 22:02:09 UTC

git commit: restore default README

Updated Branches:
  refs/heads/master efbd0eddd -> 8b8d4f6c5


restore default README


Project: http://git-wip-us.apache.org/repos/asf/cordova-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-labs/commit/8b8d4f6c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-labs/tree/8b8d4f6c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-labs/diff/8b8d4f6c

Branch: refs/heads/master
Commit: 8b8d4f6c58b6eedeadfc1a4d7a9e0a482b433670
Parents: efbd0ed
Author: hermwong <he...@gmail.com>
Authored: Wed Mar 13 14:01:59 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Wed Mar 13 14:01:59 2013 -0700

----------------------------------------------------------------------
 README.md |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/8b8d4f6c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a994618
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# Cordova Laboratory
+
+> Caution: Safety Goggles are Recommended!
+
+## Purpose
+
+The purpose of this repo is for experimental code. Examples include demo apps,
+native api explorations, or anything really that does not fit in an existing Cordova platform.
+
+## Project Organization
+
+> Everyone works on a branch
+
+`master` branch should *never* have content.
+
+Each project should create a separate branch to work on. There are major benefits
+to this practice:
+
+- Each project has an isolate git history, which allows for easy migration to
+  a new git repository;
+- Working directory is not polluted with the files of other projects.
+- Projects will not step on each others toes.
\ No newline at end of file