Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 501 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 501 Bytes

Contributing

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.