Browse Source

Merge branch 'master' of github.com:jcbrand/converse.js

Conflicts:
	CONTRIBUTING.rst
JC Brand 11 năm trước cách đây
mục cha
commit
f4ab194c21
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      CONTRIBUTING.rst

+ 2 - 0
CONTRIBUTING.rst

@@ -20,6 +20,7 @@ Before submitting a pull request
 
 Add tests for your bugfix or feature
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 Add a test for any bug fixed or feature added. We use Jasmine
 for testing. 
 
@@ -27,6 +28,7 @@ Take a look at ``tests.html`` and ``spec/MainSpec.js`` to see how
 the tests are implemented.
 
 Check that the tests pass
+~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Check that the Jasmine tests complete sucessfully. Open tests.html in your
 browser, and the tests will run automatically.