By participating in this project, you agree to abide by the tenarix code of conduct.
Fork, then clone the repo:
git clone https://github.com/<username>/ext-uploader.git
System requirements:
node >= 14.0.0
yarn >= 1.22.17
Install dependencies:
yarn
Make your change and make the lint and tests pass:
yarn lint
yarn test
Push to your fork and submit a pull request.
At this point you're waiting on us. We may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted:
- Write tests.
- Follow our commit style.