You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/06/07 01:59:49 UTC

git commit: Added info on how to format commit

Repository: cordova-coho
Updated Branches:
  refs/heads/master 6e22ef0a7 -> 8b9a989d3


Added info on how to format commit

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

Branch: refs/heads/master
Commit: 8b9a989d3e3d45a9c94cb98353cc1ae8cd8da9bb
Parents: 6e22ef0
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jun 6 16:58:07 2014 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jun 6 16:58:07 2014 -0700

----------------------------------------------------------------------
 docs/committer-workflow.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/8b9a989d/docs/committer-workflow.md
----------------------------------------------------------------------
diff --git a/docs/committer-workflow.md b/docs/committer-workflow.md
index 6b591d6..5b81e09 100644
--- a/docs/committer-workflow.md
+++ b/docs/committer-workflow.md
@@ -80,6 +80,7 @@ When possible, try to phrase things in the form of a proposal. If no one objects
 
 ### Step 4: Make your changes
  * Thank you for making the world a better place.
+ * Please beign your commit with the issue. Ex. `CB-XXXX **PLATFORM** Fixed broken scrolling`
 
 ### Step 5: Test your changes ###
  * You are responsible for testing the commits you push.