Here's how we'd like you to contribute.
Fork and clone the repo, then create a branch:
$ git clone git@github.com:YourGithubUsername/github-clubhouse
$ git co -b <branch name>
Make sure the tests pass:
$ npm test
Make your change. Add tests for your change. Make the tests pass:
$ npm test
Push to your fork and submit a pull request.
Someone else will review your code and merge the PR.