1# Contributing
2
3jPlayer is an open source project and you are welcome to contribute.
4
5
6## Code Style
7
8Please follow the [jQuery Style Guide](http://contribute.jquery.org/style-guide/),
9in particular the [JavaScript Style Guide](http://contribute.jquery.org/style-guide/js/).
10
11
12## Pull Requests
13
14* Make a branch in your fork. For example, **patch-1**
15* Apply your changes to that branch
16* **Do not include built files in the Pull Request**
17* Make a Pull Request to the **master** branch
18
19
20## Accept the CLA
21
22Contributors must [sign the Contributor License Agreement](https://www.clahub.com/agreements/happyworm/jPlayer).
23