Thanks for contributing to Converse.js.
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.
Please follow the usual github workflow. Create your own local fork of this repository, make your changes and then submit a pull request.
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 Jasmine tests complete sucessfully. Open tests.html in your browser, and the tests will run automatically.
If you haven't yet done so, run npm install
to install all development
dependencies.
Then run grunt jshint
and check the output.