You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/08/14 22:48:25 UTC

svn commit: r1514035 - /cordova/site/README.md

Author: agrieve
Date: Wed Aug 14 20:48:25 2013
New Revision: 1514035

URL: http://svn.apache.org/r1514035
Log:
Tweak reviewboard instructions

Modified:
    cordova/site/README.md

Modified: cordova/site/README.md
URL: http://svn.apache.org/viewvc/cordova/site/README.md?rev=1514035&r1=1514034&r2=1514035&view=diff
==============================================================================
--- cordova/site/README.md (original)
+++ cordova/site/README.md Wed Aug 14 20:48:25 2013
@@ -108,16 +108,19 @@ Blog posts live in `www/_posts`. To crea
 
 Each blog post must be approved by at least one committer other than yourself, and must be available for all to see before going live. To request a review:
 
-  1. Run: `svn add your_post.md`
+  1. Run: `svn add www/_posts/your_post.md`
   2. Run: `post_review` [download page](http://www.reviewboard.org/docs/rbtools/dev/)
-  3. Review it yourself, and also wait for someone to approve it via the `Ship it` button.
+  3. Review it yourself, then click the `publish` button.
+  4. Wait for someone to approve it via the `Ship it` button.
 
 _Alternative steps (if post_review tool fails)_
 
-  1. Run: `svn diff > new_post.diff`
+  1. From the root directory, run: `svn diff > new_post.diff`
   2. Create a new request on http://reviews.apache.org.
      a. Point it at your `new_post.diff` file
-     a. Be sure to add the group `cordova`
+     a. Set the directory to `/`
+     a. Add the group `cordova`
+     a. Click `publish`
 
 
 How to deploy the website