Bladeren bron

Update contribution guidelines to mention mailing list

Conflicts:
	CONTRIBUTING.rst
JC Brand 11 jaren geleden
bovenliggende
commit
ce7a3b3ff5
1 gewijzigde bestanden met toevoegingen van 13 en 6 verwijderingen
  1. 13 6
      CONTRIBUTING.rst

+ 13 - 6
CONTRIBUTING.rst

@@ -4,14 +4,21 @@ Contributing to Converse.js
 
 
 Thanks for contributing to `Converse.js <http://conversejs.org>`_.
 Thanks for contributing to `Converse.js <http://conversejs.org>`_.
 
 
-Please follow the usual github workflow. Create your own local fork of this
-repository, make your changes and then submit a pull request.
+Support questions
+=================
+Please ask support and setup questions on the mailing list: conversejs@librelist.com
+The issue tracker is only for bugs (i.e. issues) and feature requests.
+
+Contributing Code
+=================
+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
 Before submitting a pull request
-================================
+--------------------------------
 
 
 Add tests for your bugfix or feature
 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. 
 for testing. 
@@ -21,13 +28,13 @@ and the `spec files <https://github.com/jcbrand/converse.js/blob/master/tests.ht
 to see how tests are implemented.
 to see how tests are implemented.
 
 
 Check that the tests pass
 Check that the tests pass
--------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
 Check that the Jasmine tests complete sucessfully. Open
 Check that the Jasmine tests complete sucessfully. Open
 `tests.html <https://github.com/jcbrand/converse.js/blob/master/tests.html>`_
 `tests.html <https://github.com/jcbrand/converse.js/blob/master/tests.html>`_
 in your browser, and the tests will run automatically.
 in your browser, and the tests will run automatically.
 
 
 Check your code for errors or bad habits by running JSHint
 Check your code for errors or bad habits by running JSHint
-----------------------------------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
 Run ``grunt jshint`` and check the output.
 Run ``grunt jshint`` and check the output.