You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/08/01 18:39:09 UTC

[45/48] git commit: Update README.md with commit instructions.

Update README.md with commit instructions.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/commit/e81dcb2b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/e81dcb2b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/e81dcb2b

Branch: refs/heads/master
Commit: e81dcb2b93cb651c745aafc0c5eb8f097af12700
Parents: 836d958
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Thu Jul 12 11:28:10 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Jul 12 11:28:10 2012 -0700

----------------------------------------------------------------------
 README.md |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/e81dcb2b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 266c4a0..eee38b8 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,16 @@
 
 > Caution: Safety Goggles are Recommended!
 
-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.
+## 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.
+
+## Good Karma
+
+Each project should prefix the commits with the project name (or shortered name).
+This allows us to easy associate each commit with a project.
+
+For example, the project `./cordova-hello-world`:
+
+    git commit -m "[hello-world] Add an amazing feature."