Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 852 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 852 Bytes

Everyone is welcome to participate.

We don't do regular releases, only when some bugfixes or new stuff is ready.

Service Requests

Service requests are the new streaming services we are willing to add. The related issues have service-request label on them.

This type of issues means that specific code for that web-site is needed to be added to the src/content/index.js.

(Git) flow

  1. Create a branch with the name {feature or bugfix}/{issue ID}-{short description} (forked off origin/develop). E.g. feature/51-mubert for #51 Add http://play.mubert.com/ support
  2. Commit your code, push the branch
  3. Create a pull request (it will prompt you in a Github UI)
  4. Wait some time until repo-team approves the pull-request.