diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4930889d..df5361f1f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,10 @@ The latest development version is in the **[develop](https://github.com/enyo/dro Please do also **send pull requests to the `develop` branch**. I will **not** merge pull requests to the `master` branch. + +> Please provide a test for any new feature (see the [testing section](#testing) below). + + Communicate ----------- @@ -30,6 +34,7 @@ $ npm install This will install all the tools you need to compile the source files and to test the library. + Coffeescript & Stylus (-> Javascript & CSS) ------------------------------------------ @@ -55,6 +60,7 @@ $ grunt watch # watches for changes and builds on the fly > I recommend using `grunt watch` when you begin developing. This way you can't > forget to compile the source files and will avoid headaches. + Testing ------- diff --git a/readme.md b/readme.md index 11a2b2507..7b54636c0 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,7 @@ Development - Multiple files and synchronous uploads - Progress updates - Support for large files +- Well tested ## Documentation