23 lines
687 B
ReStructuredText
23 lines
687 B
ReStructuredText
|
===========================
|
||
|
Contributing to Converse.js
|
||
|
===========================
|
||
|
|
||
|
Contributions to Converse.js are very welcome. 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
|
||
|
================================
|
||
|
|
||
|
Add tests for your bugfix or feature
|
||
|
------------------------------------
|
||
|
|
||
|
- Please try to add a test for any bug fixed or feature added. We use Jasmine
|
||
|
for testing.
|
||
|
|
||
|
Check that the tests run
|
||
|
------------------------
|
||
|
|
||
|
- Check that the Jasmine BDD tests complete sucessfully. Open test.html in your
|
||
|
browser, and the tests will run automatically.
|