#Contributing
Pull requests are always welcome!
Fork, then clone your repo:
git clone git@github.com:your-username/mondorepo.git
Make sure the tests pass and note the coverage percentage:
npm test
If they don't, please check our issues page for known issues that may cause the test failure.
Make your change. Add tests for your change. Make the tests pass again and make sure to keep (or improve) the coverage percentage:
npm 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 code guidelines.
- Write a good commit message.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.