Skip to content

Commit

Permalink
Move contributing text.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed May 2, 2016
1 parent d2b683c commit 8615afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md → .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Include updated unit tests in the `test` directory as part of your pull request.
Before running the unit tests you’ll need to install, `npm i`, [development dependencies](https://docs.npmjs.com/files/package.json#devdependencies).
Run unit tests from the command-line via `node test/test`, or open `test/index.html` in a web browser.

The `test/run-test.sh` script attempts to run the tests in [Rhino](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino), [RingoJS](http://ringojs.org/), [PhantomJS](http://phantomjs.org/), and [Node](http://nodejs.org/), before running them in your default browser.
The `test/run-test.sh` script attempts to run the tests in [Node.js](https://nodejs.org/) and [PhantomJS](http://phantomjs.org/) before running them in your default browser.

## Coding Guidelines

Expand Down

0 comments on commit 8615afa

Please sign in to comment.