Sha256: 8d11713b1281851de3e089d0eb36e887cfde975051bf60cdbe29677933b2ba9b

Contents?: true

Size: 964 Bytes

Versions: 18

Compression:

Stored size: 964 Bytes

Contents

##Install env

In order to contribute just git clone the repository and then run:

```
git clone git@github.com:mgonto/restangular.git
cd restangular
npm install grunt-cli --global
npm install
```

Be sure to have PhantomJS installed as Karma tests use it. Otherwise, in Mac just run

```
brew install phantomjs
```

All changes must be done in src/restangular.js

##Branching

Please submit a Pull Request or create issues for anything you want :). If your code is super small, nobody will blame
you for doing it from master to master. Otherwise, please try to create a branch `features/[name of your awesome feature]`.

##Testing and styling

Before submiting any PR, you should run `grunt test` to validate your didn't break anything. If you just added a new
feature, please consider also adding tests for it. And when you're done with your code, run `grunt jshint` to check
if you code follow the same simple coding design as the rest of the project.

Thanks!

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
kms-1.2.1 vendor/assets/bower_components/restangular/CONTRIBUTE.md
kms-1.2.0 vendor/assets/bower_components/restangular/CONTRIBUTE.md
kms-1.1.0 vendor/assets/bower_components/restangular/CONTRIBUTE.md
kms-1.0.1 vendor/assets/bower_components/restangular/CONTRIBUTE.md
kms-1.0.0 vendor/assets/bower_components/restangular/CONTRIBUTE.md
kms-0.9.0 vendor/assets/bower_components/restangular/CONTRIBUTE.md
kms-0.8.0 vendor/assets/bower_components/restangular/CONTRIBUTE.md
kms-0.7.0 vendor/assets/bower_components/restangular/CONTRIBUTE.md
kms-0.6.0 vendor/assets/bower_components/restangular/CONTRIBUTE.md
kms-0.5.0 vendor/assets/bower_components/restangular/CONTRIBUTE.md
kms-0.4.2 vendor/assets/bower_components/restangular/CONTRIBUTE.md
todo_rails-0.1.7 vendor/assets/bower_components/restangular/CONTRIBUTE.md
todo_rails-0.1.6 vendor/assets/bower_components/restangular/CONTRIBUTE.md
todo_rails-0.1.5 vendor/assets/bower_components/restangular/CONTRIBUTE.md
todo_rails-0.1.4 vendor/assets/bower_components/restangular/CONTRIBUTE.md
todo_rails-0.1.3 vendor/assets/bower_components/restangular/CONTRIBUTE.md
todo_rails-0.1.2 vendor/assets/bower_components/restangular/CONTRIBUTE.md
sedge_cms-0.0.1 vendor/assets/components/restangular/CONTRIBUTE.md