diff options
author | h.udo <hudokkow@gmail.com> | 2014-12-07 00:59:39 +0000 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2014-12-07 13:52:39 +0000 |
commit | abd6e799c78640244c64cff90df735b6295293c1 (patch) | |
tree | ce3a5c44df0635ac1675fac6ee52f604c4c33482 | |
parent | 30339a7f99c4b79d91e7fee470f127b4e4fbe72d (diff) |
[CONTRIBUTING.md] Update to Kodi links
-rw-r--r-- | CONTRIBUTING.md | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e6c78493a1..f5bf07b95c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,23 +1,23 @@ -## Questions about XBMC? +## Questions about Kodi? -To get your questions answered, please ask in the XBMC [Forum] or on IRC: #xbmc on freenode.net +To get your questions answered, please ask in the [Kodi community forums] (http://forum.kodi.tv/) or on IRC: #xbmc on freenode.net Do not open an issue. ## Issue Reports -XBMC uses github for development only, i.e. for pull requests and the discussion of code. +Kodi uses github for development only, i.e. for pull requests and the discussion of code. So we use a hook script to automatically close new issue created by you. If you can, we encourage you to investigate the issue yourself and create a Pull Request for us to review. -For bug reports, feature requests and all other support, please go to http://forum.xbmc.org. +For bug reports, feature requests and all other support, please go to [Kodi community forums] (http://forum.kodi.tv/). ## Pull Requests -- Before creating a pull request please read our general code guidelines that can be found here - http://wiki.xbmc.org/index.php?title=XBMC_development +- Before creating a pull request please read our general code guidelines that can be found at + [Kodi development] (http://kodi.wiki/view/Development). - **Create topic branches**. Don't ask us to pull from your master branch. @@ -26,7 +26,7 @@ For bug reports, feature requests and all other support, please go to http://for - **Send coherent history**. Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while - developing, please squash them before sending them to us. IN the end before merging you may be asked to squash your commit even some more. + developing, please squash them before sending them to us. In the end before merging you may be asked to squash your commit even some more. Please follow this process; it's the best way to get your work included in the project: @@ -72,5 +72,3 @@ 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/ |