Using github pull requests for adding/updating addons documentation
#1
Hi,

Trying to create a pull request for my add-on via git instead of the add-on mailing list. Are the following typos?

On this page HOW-TO:Create_add-on_PRs_using_Git_Subtree_Merging (wiki) should
Code:
git clone [email protected]:me/repo-plugins.git
be
Code:
git clone [email protected]:xbmc/repo-plugins.git
?

On this page Official_add-on_repository (wiki) this is listed twice
Code:
git clone https://github.com/xbmc/repo-scripts
. Should one of those be
Code:
git clone https://github.com/xbmc/repo-plugins
?

Thanks, PLA
Reply
#2
1) looks correct to me, you first need to fork the xbmc repo, then clone your fork.

2) thx! fixed in the wiki.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Using github pull requests for adding/updating addons documentation0