Skip to content

Commit

Permalink
Add quick guideline on how to contribute, to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttezel committed Feb 1, 2016
1 parent d1ba504 commit bfcf221
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,13 @@ var twit = new Twit({
})
```

#Contributing

- Make your changes
- Make sure your code matches the style of the code around it
- Add tests that cover your feature/bugfix
- Run tests
- Submit a pull request

#How do I run the tests?

Expand Down

0 comments on commit bfcf221

Please sign in to comment.