-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Contributing | ||
|
||
To set up the development environment, install the dependencies with npm and | ||
bower: | ||
|
||
```bash | ||
npm install --dev | ||
bower install --dev | ||
``` | ||
|
||
Start the development server that transpiles the module as you modify them: | ||
|
||
```bash | ||
grunt server | ||
``` | ||
|
||
Make sure to test your changes and run `grunt test` to run the suite in | ||
PhantomJS, Chrome and Firefox. Your code should follow the fit the style of the | ||
project, which is roughly based on | ||
[Crockford's white space rules](http://javascript.crockford.com/code.html). | ||
|
||
When done with your changes, push them to a feature branch, open a [pull | ||
request](http://github.com/passy/hyperagent.js/issues/) and enjoy our infinite | ||
gratitude. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters