浏览代码

Update contribution guidelines to mention mailing list

Conflicts:
	CONTRIBUTING.rst
JC Brand 11 年之前
父节点
当前提交
ce7a3b3ff5
共有 1 个文件被更改,包括 13 次插入6 次删除
  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>`_.
 
-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
-================================
+--------------------------------
 
 Add tests for your bugfix or feature
-------------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Add a test for any bug fixed or feature added. We use Jasmine
 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.
 
 Check that the tests pass
--------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Check that the Jasmine tests complete sucessfully. Open
 `tests.html <https://github.com/jcbrand/converse.js/blob/master/tests.html>`_
 in your browser, and the tests will run automatically.
 
 Check your code for errors or bad habits by running JSHint
-----------------------------------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Run ``grunt jshint`` and check the output.