0
mirror of https://github.com/valentineus/iii-client.git synced 2025-04-28 01:41:25 +03:00
iii-client/CONTRIBUTING.md

843 B

Contributing

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

Fork, then clone the repo:

git clone git@github.com:<username>/iii-client.git

Set up your machine:

npm install --only=development

Make sure the tests pass:

npm run test

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

npm run check
npm run test

Push to your fork and submit a pull request.

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