Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

23 lines (20 loc) · 1.06 KB

How to contribute

Found a bug and know how to fix it? Great! Please read on.

Contributor License Agreement

While Jitsi is released under the Apache License, the copyright holder and principal creator is 8x8. To ensure that we can continue making libjitsi available under an open source license, we need you to sign our Apache-based contributor license agreement as either a corporation or an individual. If you cannot accept the terms laid out in the agreement, unfortunately, we cannot accept your contribution.

Coding Rules

  • Please read and follow the code conventions, especially the limit on 80 characters per line.
  • Do not reformat existing code.

Creating Pull Requests

  • Perform one logical change per pull request.
  • Maintain a clean list of commits, squash them if necessary.
  • Rebase your topic branch on top of the master branch before creating the pull request.