[Owncloud] How to contribute to Admin Documentation?

Bernhard Posselt nukeawhale at gmail.com
Sun Feb 17 14:28:22 UTC 2013


On 02/17/2013 03:24 PM, Arman Khalatyan wrote:
> Hi, I wrote some steps to setup HA-Linux with CentOS(or Ubuntu) with
> Owncloud on two nodes.
> I wish to push the changes to git .
> I followed the steps on
> https://github.com/owncloud/documentation/blob/master/CONTRIBUTING.rst
> The final step to push to github is unclear.
> If I do:
> git commit -m "HA-Linuix with OC instance"
> git push
> the push failed with
> fatal: remote error:
>   You can't push to git://github.com/owncloud/documentation.git
>
> What is the next step after commit to local. Should I request merge ?
> Sorry, but I am new in git.
> Can someone advice me how to proceed further?
> Thanks,
> Arman
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud
You need to create a pull request. To do that, hit the "Fork" button on
the on the documenation page. This will create a local copy for you.
Then do:

git push YOUR_COPY_URL master

and glick the "Pull Request" button.



More information about the Owncloud mailing list