فهرست منبع

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

Conflicts:
	CONTRIBUTING.rst
JC Brand 11 سال پیش
والد
کامیت
f4ab194c21
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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.