Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.27 KB

CONTRIBUTING.rst

File metadata and controls

37 lines (27 loc) · 1.27 KB

Contribution Guidelines

Thanks for contributing to Converse.js.

Support questions

Please ask support and setup questions on the mailing list: [email protected]

The issue tracker is only for bugs (i.e. issues) and feature requests.

Contributing Code

Please follow the usual github workflow. Create your own local fork of this repository, make your changes and then submit a pull request.

Before submitting a pull request

Please read the style guide and make sure that your code follows it.

Add tests for your bugfix or feature

Add a test for any bug fixed or feature added. We use Jasmine for testing.

Take a look at tests.html and the spec files to see how tests are implemented.

Check that the tests pass

Check that all tests complete sucessfully.

Run make check in your terminal or open tests.html in your browser.