Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 1019 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (20 loc) · 1019 Bytes

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.

To begin contributing:

Get the code

Get dependencies:

npm install

Make sure the tests pass:

npm test

Make your change. Add tests for your change. Make the tests & lint pass:

npm test && npm run lint

Push to your fork and submit a pull request.

At this point you're waiting on me. I'll try to respond as soon as I can.

Some things that will increase the chance that your pull request is accepted: