You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by Apache Wiki <wi...@apache.org> on 2014/04/30 19:41:08 UTC

[Cordova Wiki] Update of "IssueWorkflow" by MarcelKinard

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.

The "IssueWorkflow" page has been changed by MarcelKinard:
https://wiki.apache.org/cordova/IssueWorkflow?action=diff&rev1=18&rev2=19

Comment:
add pointer to README in each repo

  Please note that patches for plugins should be made against their dev branch instead of their master branch.
  
  == Git Workflow ==
- See also GitCommands
+ See also GitCommands.
  
  === Setting up your repository ===
  If you already have a git repository for the area where you'll be doing work, great, you can skip this step.
@@ -62, +62 @@

  For chasing down problems, see NodeInspector.
  
  === Make File Changes ===
+ Each git repository has a README file with instructions specific to the content of that repository. This should be the first file you look at in the repo. It will help you get oriented, and contains any special instructions.
+ 
  There is a [[StyleGuide|Style Guide]] containing coding conventions...
  
  Let's update the accelerometer documentation for the "watchPosition" function.