xmpp.chapril.org-conversejs/CONTRIBUTING.rst

23 lines
687 B
ReStructuredText
Raw Normal View History

2013-03-01 10:10:12 +01:00
===========================
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.