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 2013/10/16 08:25:53 UTC

[Cordova Wiki] Update of "CommitterWorkflow" by Carlos

Dear Wiki user,

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

The "CommitterWorkflow" page has been changed by Carlos:
https://wiki.apache.org/cordova/CommitterWorkflow?action=diff&rev1=33&rev2=34

     * You will need a Review Board userid and password. One can be requested from the site.
     * By default, the ML will be notified of your review request.
     * If you have someone in particular that you would like approval from, be sure to add them in "People" field of the review.
-    * Easiest way to create your review request is to use [[http://www.reviewboard.org/docs/rbtools/dev/|post-review]] (RBTools) from the repo with the change.
+    * To create your review request is to use [[http://www.reviewboard.org/docs/rbtools/dev/|post-review]] (RBTools) from the repo with the change, only if the repo contains the file '.reviewboardrc'
+      Currently the following repos contain .reviewboardrc:
+      cordova-coho
+      cordova-cli
+      cordova-android
+      cordova-ios
+      cordova-js
+ 
-    * If you don't want to use post-review, then on the web site:
+    * If you don't want to use post-review tool, then on the web site:
       * Click "New Review Request"
       * On your workstation do a git diff and pipe the output to a file. In the new request, select the git repo, the base dir where you did the diff, upload the diff file you created, and click Create.
       * On the next web page, fill in the description text, the name of the Branch (i.e., "master"), the Bug (i.e., "CB-4960"), the Description and the Testing Done fields. If you want a review from a specific person, enter their userid / name in the People field. If you want input from the whole community, enter "cordova" in the Groups field. Click the Submit button.
     * After you have received sufficient feedback, click the button to mark your review as Discarded or Submitted [to a stream].
+    * If you don't want to use ReviewBoard you can use Github Pull Request
  
  === Step 7: Push your change ===
   * Rebase & commit it to the appropriate branch (see "''Which Branch to Commit To''" below).