Ver Fonte

Update contributing txt

JC Brand há 12 anos atrás
pai
commit
5193a981ff
1 ficheiros alterados com 5 adições e 3 exclusões
  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
 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
 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
 Check that the Jasmine BDD tests complete sucessfully. Open tests.html in your
 browser, and the tests will run automatically.
 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
 .. _Converse.js: http://conversejs.org