浏览代码

Add CONTRIBUTE.rst. For #4

JC Brand 12 年之前
父节点
当前提交
b89155a330
共有 2 个文件被更改,包括 23 次插入1 次删除
  1. 1 1
      CHANGES.rst
  2. 22 0
      CONTRIBUTE.rst

+ 1 - 1
CHANGES.rst

@@ -3,6 +3,6 @@ Changelog
 
 
 0.1 - Unreleased
 0.1 - Unreleased
 ----------------
 ----------------
-- Created [jcbrand]
+- Concieved and created [jcbrand]
 - Performance enhancements for rosters [ichim-david]
 - Performance enhancements for rosters [ichim-david]
 - Add "Connecting to chat..." info [alecghica]
 - Add "Connecting to chat..." info [alecghica]

+ 22 - 0
CONTRIBUTE.rst

@@ -0,0 +1,22 @@
+===========================
+Contributing to Converse.js
+===========================
+
+Contributions to Converse.js are very welcome. 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
+------------------------------------
+
+- Please try to add a test for any bug fixed or feature added. We use Jasmine
+  for testing.
+
+Check that the tests run
+------------------------
+
+- Check that the Jasmine BDD tests complete sucessfully. Open test.html in your
+  browser, and the tests will run automatically.