How to contribute
We love pull requests. Here's a quick guide.
Getting Started
- Find or submit an issue
- Create a test for the issue
- Write code to fix issue
- Run tests
- Submit a pull request
Git Commit Messages
- Reference issues and pull requests liberally
- Consider starting the commit message with an applicable emoji:
π :lipstick:
when improving the format/structure of the codeπ :racehorse:
when improving performanceπ :memo:
when writing docsβ :coffee:
when refactoring coffeescriptπ :bug:
when debuggingπ :cherries:
when adding a sweet feature