Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D60281009C for ; Mon, 4 Nov 2013 22:05:15 +0000 (UTC) Received: (qmail 33539 invoked by uid 500); 4 Nov 2013 22:05:15 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 33401 invoked by uid 500); 4 Nov 2013 22:05:15 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 33287 invoked by uid 99); 4 Nov 2013 22:05:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Nov 2013 22:05:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 33DE63D425; Mon, 4 Nov 2013 22:05:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Date: Mon, 04 Nov 2013 22:05:18 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/40] git commit: Update README.md with commit instructions. Update README.md with commit instructions. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/e81dcb2b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/e81dcb2b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/e81dcb2b Branch: refs/heads/master Commit: e81dcb2b93cb651c745aafc0c5eb8f097af12700 Parents: 836d958 Author: Michael Brooks Authored: Thu Jul 12 11:28:10 2012 -0700 Committer: Michael Brooks Committed: Thu Jul 12 11:28:10 2012 -0700 ---------------------------------------------------------------------- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugins/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."