Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 743 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (24 loc) · 743 Bytes

Contributing

First of all thanks for contributing!, by participating you agree to abide by the code of conduct.
Now that you've spent a couple hours reading let's get down to business.

To contribute

Fork and clone the repo:

git clone git@github.com:your-username/react-materialize.git

Create a branch for the feature/fix:

git checkout -b add-rainbow-dispenser

Do your magic:

sudo 110000101001001 make rake fake ✞

Add tests and make them pass, including eslint rules:

npm test

Push to your fork and submit a pull request.

nice work!