Github user swill commented on the issue:

    https://github.com/apache/cloudstack-www/pull/34
  
    We may want to actually call out the user flow and commands to make the 
process easier for people.  This would be in addition to what you have already 
written.  Correct this if I am wrong about any of the following. 
    ```
    # fork the repo to your own github: <your_user>
    $ git clone https://github.com/apache/cloudstack-www.git
    $ cd cloudstack-www
    $ git remote add upstream 
https://git-wip-us.apache.org/repos/asf/cloudstack-www.git
    $ git remote add <your_user> 
https://github.com/<your_user>/cloudstack-www.git
    $ git checkout master
    # make changes on master
    $ middleman build
    $ middleman server
    # validate locally that the changes are good
    $ ./build.sh
    $ git status
    $ git add .
    $ git commit -am "your commit message"
    $ git push <your_user> master
    # create a PR against the github.com repo
    # get feedback on the PR and proceed once PR review is accepted
    $ git checkout asf-site
    $ git merge master
    $ git push upstream asf-site
    # site will automatically be published live
    # verify the changes on the live site.
    ```
    
    This make sense?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to