@@ -29,9 +29,8 @@ We're glad to get pull request if any functionality is missing or something is b
...
@@ -29,9 +29,8 @@ We're glad to get pull request if any functionality is missing or something is b
- don't use a done callback in your test, just return the promise chain.
- don't use a done callback in your test, just return the promise chain.
- Small bugfixes and direct backports to the 1.7 branch are accepted without tests.
- Small bugfixes and direct backports to the 1.7 branch are accepted without tests.
* If you are adding to / changing the public API, remember to add API docs, in the form of [JSDoc style](http://usejsdoc.org/about-getting-started.html) comments. See [section 4a](#4a-check-the-documentation) for the specifics.
* If you are adding to / changing the public API, remember to add API docs, in the form of [JSDoc style](http://usejsdoc.org/about-getting-started.html) comments. See [section 4a](#4a-check-the-documentation) for the specifics.
* Add an entry to the [changelog](https://github.com/sequelize/sequelize/blob/master/changelog.md), with a link to the issue you are solving
Still interested? Coolio! Here is how to get started:
Interested? Coolio! Here is how to get started:
### 1. Prepare your environment
### 1. Prepare your environment
Here comes a little surprise: You need [Node.JS](http://nodejs.org).
Here comes a little surprise: You need [Node.JS](http://nodejs.org).