Skip to content

Contributing and code guidelines

Stefano Gottardo edited this page Feb 5, 2023 · 6 revisions

Contributing to InputStream Adaptive

This project follow the same guidelines of Kodi (xbmc) repository, here some basic points:

Pull request guidelines:

  • All developments occurs on the branch that reflect the last Kodi version under development (to match master branch on xbmc). If it needs backporting it can be done after it is at least approved on master.
  • Use a coherent commit history, when possible make sure each individual commit in your pull request is meaningful and organized in logical chunks. Tidy up and squash commits before submitting.
  • Be descriptive, but concise. The pull request and commits should have a useful title and follow the [component(s)] Short description... format. No, [README.md] Update is not descriptive enough. The pull request description should only contain information relevant to the change.

You can read detailed updated guidelines from this file CONTRIBUTING.md

Code guidelines

This project follow the same code guidelines of Kodi (xbmc) repository, you can read updated code guidelines from this file CODE_GUIDELINES.md

Clone this wiki locally