From 261c7949c4cc1b40537736d8f472e45f9ea7073e Mon Sep 17 00:00:00 2001 From: liabru Date: Sat, 10 May 2014 16:15:18 +0100 Subject: [PATCH] added CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1bc8b85..f2ad92f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,4 +10,6 @@ This will install the required build dependencies, then run which is a task that builds the `matter-dev.js` file, spawns a `connect` and `watch` server, then opens `demo/dev.html` in your browser. Any changes you make to the source will automatically rebuild `matter-dev.js` and reload your browser for quick and easy testing. -Contributions are welcome, please ensure they follow the same style and architecture as the rest of the code. You should run `grunt test` to ensure `jshint` gives no errors. Please do not include any changes to the files in the `build` directory. \ No newline at end of file +Contributions are welcome, please ensure they follow the same style and architecture as the rest of the code. You should run `grunt test` to ensure `jshint` gives no errors. Please do not include any changes to the files in the `build` directory. + +If you'd like to contribute but not sure what to work on, feel free to message me. Thanks! \ No newline at end of file