Browse Source

Update contributing txt

JC Brand 12 years ago
parent
commit
5193a981ff
1 changed files with 5 additions and 3 deletions
  1. 5 3
      CONTRIBUTING.rst

+ 5 - 3
CONTRIBUTING.rst

@@ -14,10 +14,10 @@ Add tests for your bugfix or feature
 ------------------------------------
 
 Add a test for any bug fixed or feature added. We use Jasmine
-for testing. Take a look at tests.html and spec/MainSpec.js to see how
-tests are implemented.
+for testing. 
 
-You can also see the test output online, here: http://conversejs.org/tests.html
+Take a look at ``tests.html`` and ``spec/MainSpec.js`` to see how
+the tests are implemented.
 
 Check that the tests run
 ------------------------
@@ -25,4 +25,6 @@ Check that the tests run
 Check that the Jasmine BDD tests complete sucessfully. Open tests.html in your
 browser, and the tests will run automatically.
 
+You can see the current test output online, here: http://conversejs.org/tests.html
+
 .. _Converse.js: http://conversejs.org