You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thumbsup/.github/CONTRIBUTING.md

422 B

Please make sure the tests are passing when submitting a code change:

cd ~/thumbsup
npm install
./scripts/cibuild

For more confidence, you can also run thumbsup against the demo galleries at https://github.com/thumbsup/demos

# prepare local thumbsup for linking
cd ~/thumbsup
npm install
npm link

# link into the demos and make the galleries
cd ~/demos
npm install
npm link thumbsup
./build