mirror of
https://github.com/valentineus/iii-client.git
synced 2025-04-28 01:41:25 +03:00
845 B
845 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:
NODE_ENV=development npm install
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:
- Write tests.
- Follow our style guide.
- Write a good commit message.