X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=CONTRIBUTING.md;h=e6c78493a12e6dbd248b51d33c2ceb585dd82f08;hb=a9380b2233982d43c361f80184dc231362f802fb;hp=ab79ee8487e4e1c22cb313d09de3ace51c3b4dbe;hpb=6bb23fdcde435f33dfdcde9fedcbe6752d1a9f9f;p=vuplus_xbmc diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab79ee8..e6c7849 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ ## Questions about XBMC? -To get your questions answered, please ask in the XBMC [Forum] or on IRC: #xbmc on freenode.net or [webchat] +To get your questions answered, please ask in the XBMC [Forum] or on IRC: #xbmc on freenode.net Do not open an issue. @@ -35,11 +35,11 @@ Please follow this process; it's the best way to get your work included in the p ```bash # clone your fork of the repo into the current directory in terminal - git clone git@github.com:/OpenELEC.tv.git + git clone git@github.com:/xbmc.git # navigate to the newly cloned directory - cd OpenELEC.tv + cd xbmc # assign the original repo to a remote called "upstream" - git remote add upstream https://github.com/OpenELEC/OpenELEC.tv.git + git remote add upstream https://github.com/xbmc/xbmc.git ``` - If you cloned a while ago, get the latest changes from upstream: @@ -72,3 +72,5 @@ Please follow this process; it's the best way to get your work included in the p - [Open a Pull Request](https://help.github.com/articles/using-pull-requests) with a clear title and description. + +[Forum]: http://forum.xbmc.org/