Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Nov 30, 2012
1 parent d9a787d commit 3737e44
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,32 @@
# How to contribute

## Run tests

``` sh
# Bundle gems
bundle

# Install npm packages
npm install

# Run tests
rake test

# ... or run auto tests
bundle exec guard
```

## Sending pull-request

1. Fork
2. Run the tests
3. Add test for your change
4. Make tests green
5. Push
6. Send pull-request

## Please do not

* Driving drunk
* Hide the fact of finding Bigfoot
* Mess with versions, gemspec file, package.json etc

0 comments on commit 3737e44

Please sign in to comment.